Update to 2.1.0

This commit is contained in:
starlet-dx 2023-04-10 18:36:51 +08:00
parent a4157810fc
commit 8fcc9fd81d
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
Name: python-django-pipeline
Version: 2.0.4
Version: 2.1.0
Release: 1
Summary: Pipeline is an asset packaging library for Django.
License: MIT
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
@ -19,6 +19,7 @@ Summary: Pipeline is an asset packaging library for Django.
Provides: python-django-pipeline
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
%description -n python3-django-pipeline
Pipeline is an asset packaging library for Django, providing both CSS and
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.
%prep
%autosetup -n django-pipeline-2.0.4
%autosetup -n django-pipeline-%{version} -p1
%build
%py3_build
@ -73,5 +74,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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