diff --git a/django_compressor-2.4.1.tar.gz b/django_compressor-2.4.1.tar.gz new file mode 100644 index 0000000..48a4815 --- /dev/null +++ b/django_compressor-2.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3358077605c146fdcca5f9eaffb50aa5dbe15f238f8854679115ebf31c0415e0 +size 123800 diff --git a/django_compressor-2.4.tar.gz b/django_compressor-2.4.tar.gz deleted file mode 100644 index f193c81..0000000 --- a/django_compressor-2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2ed1c6137ddaac5536233ec0a819e14009553fee0a869bea65d03e5285ba74f -size 111853 diff --git a/python-django-compressor.changes b/python-django-compressor.changes index 255e028..4e1fb97 100644 --- a/python-django-compressor.changes +++ b/python-django-compressor.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 25 11:07:13 UTC 2021 - Markéta Machová + +- Update to 2.4.1 + * Raise proper DeprecationWarning for COMPRESS_JS_FILTERS and COMPRESS_CSS_FILTERS + ------------------------------------------------------------------- Mon Jun 1 07:34:01 UTC 2020 - Tomáš Chvátal diff --git a/python-django-compressor.spec b/python-django-compressor.spec index 05b99ee..1641fbb 100644 --- a/python-django-compressor.spec +++ b/python-django-compressor.spec @@ -1,7 +1,7 @@ # # spec file for package python-django-compressor # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,10 +20,10 @@ %define mod_name django_compressor %define skip_python2 1 Name: python-django-compressor -Version: 2.4 +Version: 2.4.1 Release: 0 Summary: Python module to compress linked/inline JavaScript/CSS to cached files -License: MIT AND BSD-3-Clause AND Apache-2.0 +License: Apache-2.0 AND BSD-3-Clause AND MIT URL: https://github.com/django-compressor/django-compressor Source: https://files.pythonhosted.org/packages/source/d/%{mod_name}/%{mod_name}-%{version}.tar.gz BuildRequires: %{python_module Brotli >= 1.0.6}