diff --git a/django_compressor-4.3.1.tar.gz b/django_compressor-4.3.1.tar.gz deleted file mode 100644 index 43e6c67..0000000 Binary files a/django_compressor-4.3.1.tar.gz and /dev/null differ diff --git a/django_compressor-4.4.tar.gz b/django_compressor-4.4.tar.gz new file mode 100644 index 0000000..6619620 Binary files /dev/null and b/django_compressor-4.4.tar.gz differ diff --git a/python-django-compressor.spec b/python-django-compressor.spec index 1a870d3..5de1556 100644 --- a/python-django-compressor.spec +++ b/python-django-compressor.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-django-compressor -Version: 4.3.1 +Version: 4.4 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/2d/40/1c8b0073bd5e4b4395137191ab5e77f905b309c3bc75f1d6f97d0b6d9bd2/django_compressor-4.3.1.tar.gz +Source0: https://files.pythonhosted.org/packages/1c/7d/8b878b082d7aca3f3d76da1743754d2a812571d0ee2cccbb6ee543f05843/django_compressor-4.4.tar.gz BuildArch: noarch @@ -61,6 +61,9 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Jul 11 2023 chenzixuan - 4.4-1 +- Update package to version 4.4 + * Fri Feb 24 2023 wubijie - 4.3.1-1 - Update package to version 4.3.1