diff --git a/django_pipeline-3.1.0.tar.gz b/django_pipeline-3.1.0.tar.gz deleted file mode 100644 index 396cfbf578fe95c113ddc9fdafaf5fd287726a8e..0000000000000000000000000000000000000000 Binary files a/django_pipeline-3.1.0.tar.gz and /dev/null differ diff --git a/django_pipeline-4.0.0.tar.gz b/django_pipeline-4.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0f909350e3ac8524c4301752f9c6463403ade405 Binary files /dev/null and b/django_pipeline-4.0.0.tar.gz differ diff --git a/python-django-pipeline.spec b/python-django-pipeline.spec index 193671b88a259447f96246647f37b5d497f30b63..2fd164862f209e74d0186ec9a076a854f2eba00a 100644 --- a/python-django-pipeline.spec +++ b/python-django-pipeline.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-django-pipeline -Version: 3.1.0 +Version: 4.0.0 Release: 1 Summary: Pipeline is an asset packaging library for Django. License: MIT @@ -74,6 +74,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jun 03 2025 openeuler_bot - 4.0.0-1 +- Confirm support for Django 5.1 and drop support for Django 3.2 (version: 4.0.0). +- Drop support for Python 3.8 (version: 4.0.0). +- Use pyproject.toml (version: 4.0.0). + * Tue Aug 27 2024 yaoxin - 3.1.0-1 - Update to 3.1.0: * Replace deprecated .warn method with .warning