Changelog for
python310-django-compressor-4.4-2.3.noarch.rpm :
* Mon Dec 11 2023 Jacob Michalskie
- Adds patch python-django-compressor-rcssmin-and-rjsmin-versions.patch
* Make sure newer versions of rcssmin and rjsmin can be used
* Tue Jul 18 2023 Markéta Machová - Update to 4.4
* Full list of changes from v4.3.1
* Officially support Django 4.2- Add upstream patch lstrip.patch
* Sun Jun 18 2023 Andreas Schneider - Use sle15_python_module_pythons
* Mon Jan 23 2023 Dirk Müller - update to 4.3.1:
* `Full list of changes from v4.3 `_
* Documentation fixes only
* Sat Jan 07 2023 Dirk Müller - update to 4.3:
* `Full Changelog `_
* Officially support Python 3.11
* Drop Python 3.6 and 3.7 support
* Drop Django 2.2 and 3.1 support
* Drop SlimItFilter
* Update the `CachedS3Boto3Storage` example storage subclass in \"Remote Storages\" to work properly after the v4.0 change to how duplicate file names are handled by `CompressorFileStorage`
* Update rsmin and jsmin versions
* Thu Nov 24 2022 Daniel Garcia - Fix tests problem related to jinja2 version [#] gh#django-compressor/django-compressor#1139 [#] gh#django-compressor/django-compressorAATTbcdd21956a84
* Thu Aug 04 2022 Ben Greiner - Update to 4.1
* Add Django 4.1 compatibility
* New setting ``COMPRESS_OFFLINE_MANIFEST_STORAGE`` to customize the offline manifest\'s file storage (#1112) With this change the function ``compressor.cache.get_offline_manifest_filename()`` has been removed. You can now use the new file storage ``compressor.storage.default_offline_manifest_storage`` to access the location of the manifest.- Release 4.0
* Fix intermittent No such file or directory errors by changing strategy to deal with duplicate filenames in CompressorFileStorage
* Deprecate SlimItFilter, stop testing it with Python 3.7 or higher
* Wed Apr 27 2022 Steve Kowalik - Remove unneeded BuildRequires on mock.
* Sun Dec 26 2021 John Vandenberg - Re-activate test suite- Update to v3.1
* Fix error with verbose offline compression when COMPRESS_OFFLINE_CONTEXT is a generator- from v3.0
* Officially support for Python 3.9 and 3.10 as well as Django 3.1, 3.2 and 4.0
* Drop support for Django 1.11, 2.1 and 3.0
* Drop support for Python 2.x and 3.4
* Fix compatibility with Jinja 3.x
* Require django-sekizai 2.0 for django-sekizai extension
* Make template compression in compress command threaded to improve performance
* Correctly handle relative paths in ``extends`` tags
* Enable ``rCSSMinFilter`` by default
* Fix various deprecation warnings
* Add ability to pass a logger to various classes & methods
* Removed deprecated ``COMPRESS_JS_FILTERS`` and ``COMPRESS_CSS_FILTERS`` settings
* Fix offline compression race condition, which could result in incomplete manifest
* Tue May 25 2021 Markéta Machová - Update to 2.4.1
* Raise proper DeprecationWarning for COMPRESS_JS_FILTERS and COMPRESS_CSS_FILTERS