17
0
Commit Graph

15 Commits

Author SHA256 Message Date
77a683e45d Accepting request 1132478 from openSUSE:infrastructure:mailman3
- Adds patch python-django-compressor-rcssmin-and-rjsmin-versions.patch
  * Make sure newer versions of rcssmin and rjsmin can be used

OBS-URL: https://build.opensuse.org/request/show/1132478
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-compressor?expand=0&rev=28
2023-12-11 13:26:37 +00:00
2f1311033a Accepting request 1099201 from home:mcalabkova:branches:devel:languages:python:django
- Update to 4.4
  * Full list of changes from v4.3.1 <https://github.com/django-compressor/django-compressor/compare/4.3.1...4.4>
  * Officially support Django 4.2
- Add upstream patch lstrip.patch

OBS-URL: https://build.opensuse.org/request/show/1099201
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-compressor?expand=0&rev=26
2023-07-19 11:15:31 +00:00
f9e53842f9 Accepting request 1095188 from devel:languages:python:mailman:backports
- Use sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1095188
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-compressor?expand=0&rev=24
2023-06-25 19:17:46 +00:00
2310834bf9 - update to 4.3.1:
* `Full list of changes from v4.3 <https://github.com/django-
    compressor/django-compressor/compare/4.3...4.3.1>`_
  * Documentation fixes only

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-compressor?expand=0&rev=22
2023-01-23 17:26:03 +00:00
a3178122a1 - update to 4.3:
* `Full Changelog <https://github.com/django-compressor/django-
    compressor/compare/4.1...4.3>`_
  * 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-compressor?expand=0&rev=20
2023-01-07 08:49:57 +00:00
0f17c12c4e - Fix tests problem related to jinja2 version
# gh#django-compressor/django-compressor#1139
  # gh#django-compressor/django-compressor@bcdd21956a84

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-compressor?expand=0&rev=18
2022-11-24 18:27:13 +00:00
7d21fcec29 Accepting request 993123 from home:bnavigator:branches:devel:languages:python:mailman
- 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
2022-08-04 21:07:45 +00:00
5d3ffd0383 - Remove unneeded BuildRequires on mock.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-compressor?expand=0&rev=14
2022-04-27 01:58:50 +00:00
c47d8eadb6 Accepting request 942788 from home:jayvdb:branches:devel:languages:python:django
- Re-activate test suite
- Update to v3.1
  (includes Django 4 compatibility)

OBS-URL: https://build.opensuse.org/request/show/942788
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-compressor?expand=0&rev=13
2021-12-27 16:48:40 +00:00
a4e99dac76 Accepting request 895333 from home:mcalabkova:branches:devel:languages:python:django
- Update to 2.4.1
  * Raise proper DeprecationWarning for COMPRESS_JS_FILTERS and COMPRESS_CSS_FILTERS

OBS-URL: https://build.opensuse.org/request/show/895333
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-compressor?expand=0&rev=11
2021-05-25 11:17:01 +00:00
Tomáš Chvátal
192e11c816 - Disable tests until upstream makes them work with new python
Beautifulsoup

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-compressor?expand=0&rev=9
2020-06-01 07:34:21 +00:00
Tomáš Chvátal
719f4fec36 - Bump the version requirement on django to be >= 2.2
- Enable verbose testing

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-compressor?expand=0&rev=7
2020-04-03 06:58:32 +00:00
Tomáš Chvátal
b040391665 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-compressor?expand=0&rev=5 2020-01-07 11:48:20 +00:00
Tomáš Chvátal
305df4bec4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-compressor?expand=0&rev=4 2020-01-06 15:39:26 +00:00
Tomáš Chvátal
02b29b3631 - Update to 2.4 release:
* 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
2020-01-06 14:40:20 +00:00