Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-scour for openSUSE:Factory checked in at 2021-11-10 21:46:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-scour (Old) and /work/SRC/openSUSE:Factory/.python-scour.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scour" Wed Nov 10 21:46:03 2021 rev:11 rq:930172 version:0.38.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-scour/python-scour.changes 2019-04-02 09:22:15.620708115 +0200 +++ /work/SRC/openSUSE:Factory/.python-scour.new.1890/python-scour.changes 2021-11-10 21:46:10.783804433 +0100 @@ -1,0 +2,21 @@ +Mon Nov 8 12:34:10 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- add dependency to xml library + +------------------------------------------------------------------- +Mon Nov 8 10:23:19 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 0.38.2: + * Fix another regression caused by new feature to merge sibling groups + * Fix regression caused by new feature to merge sibling groups + * Fix issue with dropping xlink:href attribute when collapsing referenced gradients + * Fix issue with dropping ID while de-duplicating gradients + * Improve `--shorten-ids` so it re-maps IDs that are already used in the + document if they're shorter + * Fix whitespace handling for SVG 1.2 flowed text + * Improvement: Merge sibling `<g>` nodes with identical attributes + * Improve performance of XML serialization + * Improve performance of gradient de-duplication + * Some general performance improvements + +------------------------------------------------------------------- Old: ---- scour-0.37.tar.gz New: ---- scour-0.38.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-scour.spec ++++++ --- /var/tmp/diff_new_pack.mckOKo/_old 2021-11-10 21:46:11.395804700 +0100 +++ /var/tmp/diff_new_pack.mckOKo/_new 2021-11-10 21:46:11.403804704 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-scour # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 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 @@ %define oldpython python %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-scour -Version: 0.37 +Version: 0.38.2 Release: 0 Summary: An SVG scrubber License: Apache-2.0 @@ -27,13 +27,18 @@ URL: https://github.com/oberstet/scour Source: https://github.com/scour-project/scour/archive/v%{version}/scour-%{version}.tar.gz BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} +BuildRequires: %{python_module xml} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip Requires: python-setuptools Requires: python-six >= 1.9.0 +%ifpython2 +Requires: python-xml +%endif Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives Conflicts: %{oldpython}-scour < 0.37 Provides: scour = %{version} BuildArch: noarch @@ -59,7 +64,7 @@ %python_clone -a %{buildroot}%{_bindir}/scour %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python testscour.py +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python test_scour.py %post %python_install_alternative scour ++++++ scour-0.37.tar.gz -> scour-0.38.2.tar.gz ++++++ ++++ 6876 lines of diff (skipped)