Update package to version 4.3.1

This commit is contained in:
wubijie 2023-02-24 14:21:36 +08:00
parent a9ab7f890a
commit cd9fc164d5
4 changed files with 5 additions and 15 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,12 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-django-compressor Name: python-django-compressor
Version: 4.1 Version: 4.3.1
Release: 1 Release: 1
Summary: Compresses linked and inline JavaScript or CSS into single cached files. Summary: Compresses linked and inline JavaScript or CSS into single cached files.
License: MIT License: MIT
URL: https://django-compressor.readthedocs.io/en/latest/ 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 BuildArch: noarch
Requires: python3-django-appconf Requires: python3-django-appconf
@ -62,6 +61,9 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Feb 24 2023 wubijie <wubijie@kylinos.cn> - 4.3.1-1
- Update package to version 4.3.1
* Thu Dec 08 2022 chendexi <chendexi@kylinos.cn> - 4.1-1 * Thu Dec 08 2022 chendexi <chendexi@kylinos.cn> - 4.1-1
- Upgrade package to version 4.1 - Upgrade package to version 4.1

View File

@ -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',
],
)