Compare commits

..

No commits in common. "15ed350edf74d6a5e5f675171679a06ad0985d7c" and "2aa4e4f2e1a75de3ccff64aba7f4e6aa6304dd78" have entirely different histories.

4 changed files with 3 additions and 20 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-django-compressor Name: python-django-compressor
Version: 4.4 Version: 2.4
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/1c/7d/8b878b082d7aca3f3d76da1743754d2a812571d0ee2cccbb6ee543f05843/django_compressor-4.4.tar.gz Source0: https://files.pythonhosted.org/packages/7d/3f/9665c787d60203832ace5c8d5181dd1e03c7bec09f490a8555815bea2429/django_compressor-2.4.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-django-appconf Requires: python3-django-appconf
@ -41,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-%{version} -p1 %autosetup -n django_compressor-2.4
%build %build
%py3_build %py3_build
@ -61,17 +60,5 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Jul 11 2023 chenzixuan <chenzixuan@kylinos.cn> - 4.4-1
- Update package to version 4.4
* 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
- Upgrade package to version 4.1
* 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

View File

@ -1,4 +0,0 @@
version_control: github
src_repo: django-compressor/django-compressor
tag_prefix: "^"
seperator: "."