!3 Update to 2.1.0

From: @starlet-dx 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2023-04-11 00:49:48 +00:00 committed by Gitee
commit 170b0cd7cb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 4 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-pipeline Name: python-django-pipeline
Version: 2.0.4 Version: 2.1.0
Release: 1 Release: 1
Summary: Pipeline is an asset packaging library for Django. Summary: Pipeline is an asset packaging library for Django.
License: MIT License: MIT
URL: https://github.com/jazzband/django-pipeline URL: https://github.com/jazzband/django-pipeline
Source0: https://files.pythonhosted.org/packages/85/77/77bfc1e5f218fd67511a22387f64ce32278c40f0b68487c4f6fd10c727e3/django-pipeline-2.0.4.tar.gz Source0: https://files.pythonhosted.org/packages/source/d/django-pipeline/django-pipeline-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -19,6 +19,7 @@ Summary: Pipeline is an asset packaging library for Django.
Provides: python-django-pipeline Provides: python-django-pipeline
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
%description -n python3-django-pipeline %description -n python3-django-pipeline
Pipeline is an asset packaging library for Django, providing both CSS and Pipeline is an asset packaging library for Django, providing both CSS and
JavaScript concatenation and compression, built-in JavaScript template support, JavaScript concatenation and compression, built-in JavaScript template support,
@ -33,7 +34,7 @@ JavaScript concatenation and compression, built-in JavaScript template support,
and optional data-URI image and font embedding. and optional data-URI image and font embedding.
%prep %prep
%autosetup -n django-pipeline-2.0.4 %autosetup -n django-pipeline-%{version} -p1
%build %build
%py3_build %py3_build
@ -73,5 +74,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Sat Aug 01 2020 Python_Bot <Python_Bot@openeuler.org> * Mon Apr 10 2023 yaoxin <yaoxin_001@hopenrun.com> - 2.1.0-1
- Update to 2.1.0
* Sat Aug 01 2020 Python_Bot <Python_Bot@openeuler.org> - 2.0.4-1
- Package Spec generated - Package Spec generated