Changelog for
python311-django-compressor-4.5.1-lp156.31.2.noarch.rpm :
* Tue Sep 03 2024 Markéta Machová
- Update to 4.5.1
* Officially support Python 3.12 (requires lxml 4.9.3 or higher)
* Drop support for Django versions before 4.2.
* Added support for Django 5.1
* Added new ``COMPRESS_STORAGE_ALIAS`` and ``COMPRESS_OFFLINE_MANIFEST_STORAGE_ALIAS`` settings. These point to keys in Django\'s ``storages`` handler. If set by the user, Compressor will use these storages, or otherwise will set a default storage, given by ``COMPRESS_STORAGE`` and ``COMPRESS_OFFLINE_MANIFEST_STORAGE`` respectively on first access.- Drop already merged patches:
* python-django-compressor-rcssmin-and-rjsmin-versions.patch
* lstrip.patch
* 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
* Mon Jun 01 2020 Tomáš Chvátal - Disable tests until upstream makes them work with new python Beautifulsoup
* Fri Apr 03 2020 Tomáš Chvátal - Bump the version requirement on django to be >= 2.2- Enable verbose testing
* Mon Jan 06 2020 Tomáš Chvátal - Update to 2.4 release:
* support for newer django releases- Drop merged patch:
* pr_956.patch
* Mon Jan 06 2020 Tomáš Chvátal - Rename to django-compressor to match up pypi name
* Sat Sep 14 2019 John Vandenberg - Add pr_956.patch to fix tests to use sys.executable
* Mon Jun 03 2019 Tomáš Chvátal - Update to 2.3 release: - Drop support for Django 1.8, 1.9 and 1.10 - Add support for Django 2.1 and 2.2, as well as Python 3.7 - Update all dependencies. This required minor code changes, you might need to update some optional dependencies if you use any - Allow the mixed use of JS/CSS in Sekizai\'s templatetags `{% addtoblock \"js\" %}` and `{% addtoblock \"css\" %}` (#891) - Allow the implementation of new types other than css and js. (#900) - Update jinja2 extension to behave similar to the django tag (#899) - Fix crash in offline compression when child nodelist is None, again (#605) - Support STATIC_URL and COMPRESS_URL being string-like objects - Improve compress command memory usage (#870) - Ensure generated file always contains a base name (#775) - Add BrotliCompressorFileStorage (#867)- Drop merged patch compressor-django2.patch
* Fri Jan 04 2019 Jan Engelhardt - Use noun phrase for summary.
* Thu Jan 03 2019 Tomáš Chvátal - Add patch to build with django 2.0:
* compressor-django2.patch
* Thu Jan 03 2019 Tomáš Chvátal - Add missing dependencies
* Tue Dec 11 2018 Tomáš Chvátal - Enable testsuite (currently failing)
* Wed Nov 15 2017 buschmann23AATTopensuse.org- update to 2.2 + Switch from MD5 to SHA256 for hashes generation. + Add Django 1.11 compatibility + Various compatibility fixes for Python 3.6 and Django 1.8 + Made OfflineGenerationError easier to debug + Drop support for Python 3.2 + Add new CssRelativeFilter which works like CssAbsoluteFilter but outputs relative URLs. + Fix URL CssAbsoluteFilter URL detection- spec file + convert to single spec file
* Wed Aug 16 2017 dmuellerAATTsuse.com- update to 2.1.1
* Wed Feb 22 2017 sbrabecAATTsuse.com- Update to version 2.1:
* Add Django 1.10 compatibility
* Add support for inheritance using a variable in offline compression
* Fix recursion error with offline compression when extending templates with the same name
* Fix UnicodeDecodeError when using CompilerFilter and caching
* Fix CssAbsoluteFilter changing double quotes to single quotes, breaking SVG
* Wed Jul 06 2016 dmuellerAATTsuse.com- update to 2.0: - Add Django 1.9 compatibility - Remove official support for Django 1.4 and 1.7 - Add official support for Python 3.5 - Remove official support for Python 2.6 - Remove support for coffin and jingo - Fix Jinja2 compatibility for Django 1.8+ - Stop bundling vendored versions of rcssmin and rjsmin, make them proper dependencies - Remove support for CSSTidy - Remove support for beautifulsoup 3. - Replace cssmin by csscompressor (cssmin is still available for backwards-compatibility but points to rcssmin)
* Fri May 20 2016 aplanasAATTsuse.com- update to 1.6 - Upgrade rcssmin and rjsmin - Apply CssAbsoluteFilter to precompiled css even when compression is disabled - Add optional caching to CompilerFilter to avoid re-compiling unchanged files - Fix various deprecation warnings on Django 1.7 / 1.8 - Fix TemplateFilter - Fix double-rendering bug with sekizai extension - Fix debug mode using destination directory instead of staticfiles finders first - Removed some silent exception catching in compress command
* Sat Jul 25 2015 seife+obsAATTb1-systems.com- fix non-suse build by conditionalizing \"Suggests\" tags
* Thu Jul 23 2015 dmuellerAATTsuse.com- update to 1.5: - Fix compress command and run automated tests for Django 1.8 - Fix Django 1.8 warnings - Handle TypeError from import_module - Fix reading UTF-8 files which have BOM - Fix incompatibility with Windows (shell_quote is not supported) - Run automated tests on Django 1.7 - Ignore non-existent {{ block.super }} in offline compression instead of raising AttributeError - Support for clean-css - Fix link markup - Add support for COMPRESS_CSS_HASHING_METHOD = None - Remove compatibility with old \'staticfiles\' app - In compress command, use get_template() instead of opening template files manually, fixing compatibility issues - Fix FilterBase so that does not override self.type for subclasses if filter_type is not specified at init - Remove unnecessary filename and existence checks in CssAbsoluteFilter