upgrade for openstack yoga

Signed-off-by: liksh <li_kunshan@163.com>
This commit is contained in:
liksh 2022-07-24 21:29:38 +08:00
parent 2aa4e4f2e1
commit a64331f81e
3 changed files with 6 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-django-compressor Name: python-django-compressor
Version: 2.4 Version: 2.4.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/7d/3f/9665c787d60203832ace5c8d5181dd1e03c7bec09f490a8555815bea2429/django_compressor-2.4.tar.gz Source0: https://files.pythonhosted.org/packages/34/77/4352563ad70317ac021ba913c2f8cdb5b10cb35c70885d27f2c83cddff22/django_compressor-2.4.1.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-django-appconf Requires: python3-django-appconf
@ -40,7 +40,7 @@ It supports compilers such as coffeescript, LESS and SASS and is
extensible by custom processing steps. extensible by custom processing steps.
%prep %prep
%autosetup -n django_compressor-2.4 %autosetup -n django_compressor-%{version}
%build %build
%py3_build %py3_build
@ -60,5 +60,8 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Sun Jul 24 2022 liksh <liks11@chinaunicom.com.cn> - 2.4.1-1
- Upgrade to 2.4.1 for openstack yoga
* Sat Aug 01 2020 Python_Bot <Python_Bot@openeuler.org> * Sat Aug 01 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated