diff --git a/django-pipeline-2.0.4.tar.gz b/django-pipeline-2.0.4.tar.gz deleted file mode 100644 index 62470fdfc2744a58dd7acd8ef364e993d88cb2bf..0000000000000000000000000000000000000000 Binary files a/django-pipeline-2.0.4.tar.gz and /dev/null differ diff --git a/django-pipeline-2.0.8.tar.gz b/django-pipeline-2.0.8.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..80b2470bcf58e39b8f5c24726929c060ceb3e9c4 Binary files /dev/null and b/django-pipeline-2.0.8.tar.gz differ diff --git a/python-django-pipeline.spec b/python-django-pipeline.spec index a457ae22b4dbf89db040d340b3e3d92d561e8103..24dd060b689050f3955f06c79a1c459ef9fac357 100644 --- a/python-django-pipeline.spec +++ b/python-django-pipeline.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-django-pipeline -Version: 2.0.4 +Version: 2.0.8 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/2a/ce/a63db99019f46f288310eb474f22aa3af2acf207b699de5a440d04a6bac0/django-pipeline-2.0.8.tar.gz BuildArch: noarch @@ -19,6 +19,11 @@ Summary: Pipeline is an asset packaging library for Django. Provides: python-django-pipeline BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm +BuildRequires: python3-flake8 +BuildRequires: python3-tox +BuildRequires: python3-wheel +BuildRequires: python3-Django %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 +38,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} %build %py3_build @@ -73,5 +78,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 13 2022 guozhengxin - 2.0.8-1 +- Upgrade package to version 2.0.8 + * Sat Aug 01 2020 Python_Bot - Package Spec generated