Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
15ed350edf
!11 add yaml
From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-12-18 01:24:31 +00:00
cherry530
104769e814 add yaml
Signed-off-by: cherry530 <707078654@qq.com>
2023-12-14 10:40:05 +08:00
openeuler-ci-bot
e7bf2455b6
!10 Upgrade to latest release [python-django-compressor -> 4.4]
From: @Jason_828e 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-07-12 02:32:29 +00:00
Jason_828e
2be33d1374 update version to 4.4 2023-07-07 01:08:33 +08:00
openeuler-ci-bot
bf5e99d370
!8 Update package to version 4.3.1
From: @wubijie123 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2023-04-07 08:38:53 +00:00
wubijie
cd9fc164d5 Update package to version 4.3.1 2023-04-07 01:07:28 +08:00
openeuler-ci-bot
a9ab7f890a
!7 Upgrade package to version 4.1
From: @ccdxx 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
2022-12-08 14:42:51 +00:00
chendexi
14917cbdc8 Upgrade package to version 4.1
add rdep-version patch to fix rdep error
2022-12-08 16:26:51 +08:00
openeuler-ci-bot
ff061c4f13
!5 upgrade package for openstack yoga
From: @liksh 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
2022-08-04 02:40:45 +00:00
liksh
a64331f81e upgrade for openstack yoga
Signed-off-by: liksh <li_kunshan@163.com>
2022-08-03 16:26:24 +08:00
4 changed files with 20 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,12 @@
%global _empty_manifest_terminate_build 0
Name: python-django-compressor
Version: 2.4
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/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
Requires: python3-django-appconf
@ -40,7 +41,7 @@ It supports compilers such as coffeescript, LESS and SASS and is
extensible by custom processing steps.
%prep
%autosetup -n django_compressor-2.4
%autosetup -n django_compressor-%{version} -p1
%build
%py3_build
@ -60,5 +61,17 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
%{_docdir}/*
%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>
- Package Spec generated

View File

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