diff --git a/django-pipeline-2.1.0.tar.gz b/django-pipeline-2.1.0.tar.gz deleted file mode 100644 index 6f948c6698fb8d2089076e4ae74289e8d424beb3..0000000000000000000000000000000000000000 Binary files a/django-pipeline-2.1.0.tar.gz and /dev/null differ diff --git a/django_pipeline-3.1.0.tar.gz b/django_pipeline-3.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..396cfbf578fe95c113ddc9fdafaf5fd287726a8e Binary files /dev/null and b/django_pipeline-3.1.0.tar.gz differ diff --git a/python-django-pipeline.spec b/python-django-pipeline.spec index 692575b71e7c79f968e2b3943486c7af5df45f9d..193671b88a259447f96246647f37b5d497f30b63 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.1.0 +Version: 3.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/source/d/django-pipeline/django-pipeline-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/d/django_pipeline/django_pipeline-%{version}.tar.gz BuildArch: noarch @@ -34,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-%{version} -p1 +%autosetup -n django_pipeline-%{version} -p1 %build %py3_build @@ -74,6 +74,18 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 27 2024 yaoxin - 3.1.0-1 +- Update to 3.1.0: + * Replace deprecated .warn method with .warning + * Update sourcemap paths when concatenating source files + * Ensure correct compiler error styling and strip ANSI escape sequences + * Use Pypy 3.10 + * Drop support for Python 3.7 + * Drop support for Django 2 + * Add Python 3.12 support + * Add Django 4.2 support + * Add Django 5.0 support + * Mon Apr 10 2023 yaoxin - 2.1.0-1 - Update to 2.1.0 diff --git a/python-django-pipeline.yaml b/python-django-pipeline.yaml new file mode 100644 index 0000000000000000000000000000000000000000..3f0366dc8c0720bce79e6e33a8dc3425f58bcc85 --- /dev/null +++ b/python-django-pipeline.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: jazzband/django-pipeline +tag_prefix: "^" +separator: "."