Compare commits
10 Commits
2aa4e4f2e1
...
15ed350edf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
15ed350edf | ||
|
|
104769e814 | ||
|
|
e7bf2455b6 | ||
|
|
2be33d1374 | ||
|
|
bf5e99d370 | ||
|
|
cd9fc164d5 | ||
|
|
a9ab7f890a | ||
|
|
14917cbdc8 | ||
|
|
ff061c4f13 | ||
|
|
a64331f81e |
Binary file not shown.
BIN
django_compressor-4.4.tar.gz
Normal file
BIN
django_compressor-4.4.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,12 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-django-compressor
|
Name: python-django-compressor
|
||||||
Version: 2.4
|
Version: 4.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/7d/3f/9665c787d60203832ace5c8d5181dd1e03c7bec09f490a8555815bea2429/django_compressor-2.4.tar.gz
|
Source0: https://files.pythonhosted.org/packages/1c/7d/8b878b082d7aca3f3d76da1743754d2a812571d0ee2cccbb6ee543f05843/django_compressor-4.4.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-django-appconf
|
Requires: python3-django-appconf
|
||||||
@ -40,7 +41,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} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -60,5 +61,17 @@ 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
|
||||||
|
|||||||
4
python-django-compressor.yaml
Normal file
4
python-django-compressor.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: django-compressor/django-compressor
|
||||||
|
tag_prefix: "^"
|
||||||
|
seperator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user