- Update to version 4.6.0
* build with git-tarball instead of pypi-tarball because the
pypi-tarball fails 438 out of 511 tests
* change source link to git
* reflect changes in git-tarball compared to pypi-tarball for the
%prep section by adding two new definitions:
%define git_tarball_name django-compressor
%define git_tarball_internal_version 4.6
* change requirements for rcssmin to 1.2.1
* change requirements for rjsmin to 1.2.4
* comment out %autopatch. No patches available at the moment
* remove reference to output.e3b0c44298fc.css. File does not
exist anymore
* Fixed compatibility with latest BS4.
* Removed top pin for rcssmin and rjsmin dependencies.
* Avoid compressing the same node concurrently in offline compression.
* Avoid use of deprecated ast.Constant.s
* Officially support Django 6.0
* Officially support Django 5.2
* Drop support for EOL Django 5.0
* Add support for Python 3.14.
* Add support for Python 3.13.
* Drop support for EOL Python 3.9.
* Drop support for EOL Python 3.8.
OBS-URL: https://build.opensuse.org/request/show/1325602
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-compressor?expand=0&rev=34
- 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
OBS-URL: https://build.opensuse.org/request/show/1198531
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-compressor?expand=0&rev=30
- 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
OBS-URL: https://build.opensuse.org/request/show/993123
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-compressor?expand=0&rev=16
* support for newer django releases
- Drop merged patch:
* pr_956.patch
- Rename to django-compressor to match up pypi name
- Add pr_956.patch to fix tests to use sys.executable
- 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
- Use noun phrase for summary.
- Add patch to build with django 2.0:
* compressor-django2.patch
- Add missing dependencies
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-compressor?expand=0&rev=3