Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-django-pipeline for openSUSE:Factory checked in at 2022-02-25 21:25:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-django-pipeline (Old) and /work/SRC/openSUSE:Factory/.python-django-pipeline.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-pipeline" Fri Feb 25 21:25:22 2022 rev:5 rq:957640 version:2.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-django-pipeline/python-django-pipeline.changes 2020-09-10 22:55:24.084426082 +0200 +++ /work/SRC/openSUSE:Factory/.python-django-pipeline.new.1958/python-django-pipeline.changes 2022-02-25 21:25:58.771648029 +0100 @@ -1,0 +2,16 @@ +Fri Feb 25 16:53:29 UTC 2022 - Matej Cepl <mc...@suse.com> + +- Update to 2.0.8: + - Added Django 4.0 compatibility. + - Introduce CODE_OF_CONDUCT.md for the project. + - Add precision in the documentation for PipelineCachedStorage. + - Drop support for slimit compressor due to package not + released an official version for Python 3 and not any new + package release from 2013. + - Update package.json due to CoffeeScript on NPM has moved to + "coffeescript" + - Update setup.py with Django 4.0 and Python 3.10 + - Add support for Terser. + - Fix django warnings. + +------------------------------------------------------------------- Old: ---- django-pipeline-2.0.5.tar.gz New: ---- django-pipeline-2.0.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-pipeline.spec ++++++ --- /var/tmp/diff_new_pack.pXpRa6/_old 2022-02-25 21:25:59.303648124 +0100 +++ /var/tmp/diff_new_pack.pXpRa6/_new 2022-02-25 21:25:59.311648125 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-django-pipeline # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-django-pipeline -Version: 2.0.5 +Version: 2.0.8 Release: 0 Summary: An asset packaging library for Django License: MIT @@ -29,10 +29,12 @@ BuildRequires: %{python_module Django >= 1.11} BuildRequires: %{python_module Jinja2} BuildRequires: %{python_module jsmin} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest-django} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module slimit} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Django >= 1.11 @@ -49,10 +51,10 @@ %setup -q -n django-pipeline-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check ++++++ django-pipeline-2.0.5.tar.gz -> django-pipeline-2.0.8.tar.gz ++++++ ++++ 1782 lines of diff (skipped)