Update to 2.1.0
This commit is contained in:
parent
a4157810fc
commit
8fcc9fd81d
Binary file not shown.
BIN
django-pipeline-2.1.0.tar.gz
Normal file
BIN
django-pipeline-2.1.0.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user