diff --git a/django_compressor-4.1.tar.gz b/django_compressor-4.1.tar.gz deleted file mode 100644 index c257397..0000000 Binary files a/django_compressor-4.1.tar.gz and /dev/null differ diff --git a/django_compressor-4.3.1.tar.gz b/django_compressor-4.3.1.tar.gz new file mode 100644 index 0000000..43e6c67 Binary files /dev/null and b/django_compressor-4.3.1.tar.gz differ diff --git a/python-django-compressor.spec b/python-django-compressor.spec index e4b2152..1a870d3 100644 --- a/python-django-compressor.spec +++ b/python-django-compressor.spec @@ -1,13 +1,12 @@ %global _empty_manifest_terminate_build 0 Name: python-django-compressor -Version: 4.1 +Version: 4.3.1 Release: 1 Summary: Compresses linked and inline JavaScript or CSS into single cached files. License: MIT URL: https://django-compressor.readthedocs.io/en/latest/ -Source0: https://files.pythonhosted.org/packages/0d/77/14964c8e122cfd91bc4f30413f6850a42c08404118683080a1ccc2f10645/django_compressor-4.1.tar.gz +Source0: https://files.pythonhosted.org/packages/2d/40/1c8b0073bd5e4b4395137191ab5e77f905b309c3bc75f1d6f97d0b6d9bd2/django_compressor-4.3.1.tar.gz -Patch0: rdep-version.patch BuildArch: noarch Requires: python3-django-appconf @@ -62,6 +61,9 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Fri Feb 24 2023 wubijie - 4.3.1-1 +- Update package to version 4.3.1 + * Thu Dec 08 2022 chendexi - 4.1-1 - Upgrade package to version 4.1 diff --git a/rdep-version.patch b/rdep-version.patch deleted file mode 100644 index 16a9fe2..0000000 --- a/rdep-version.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/setup.py 2022-08-17 14:46:30.186903576 +0300 -+++ b/setup.py 2022-08-17 14:46:42.507861281 +0300 -@@ -149,7 +149,7 @@ - zip_safe=False, - install_requires=[ - 'django-appconf >= 1.0.3', -- 'rcssmin == 1.1.0', -- 'rjsmin == 1.2.0', -+ 'rcssmin >= 1.1.0', -+ 'rjsmin >= 1.2.0', - ], - )