Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-xmldiff for openSUSE:Factory checked in at 2024-03-05 18:50:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-xmldiff (Old) and /work/SRC/openSUSE:Factory/.python-xmldiff.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xmldiff" Tue Mar 5 18:50:50 2024 rev:22 rq:1154951 version:2.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-xmldiff/python-xmldiff.changes 2022-10-15 16:40:26.782584374 +0200 +++ /work/SRC/openSUSE:Factory/.python-xmldiff.new.1770/python-xmldiff.changes 2024-03-05 18:50:58.933740716 +0100 @@ -1,0 +2,29 @@ +Tue Mar 5 04:33:13 UTC 2024 - Steve Kowalik <[email protected]> + +- Update to 2.6.3: + * Solved an error in the xmlformatter when using default namespaces. #89 + * #108: Fixed an error that happens if using namespaces like ns0 or ns1. + * Added `InsertNamespace` and `DeleteNamespace` actions for better handling + of changing namespaces. Should improve any "Unknown namespace prefix" + errors. Changing the URI of a a namespace prefix is not supported, and + will raise an error. + * Used geometric mean for the node_ratio, for better handling of simple nodes. + * Added an experimental --best-match method that is slower, but generate + smaller diffs when you have many nodes that are similar. + * The -F argument now also affects the --fast-match stage. + * Make it possible to adjust the attributes considered when comparing nodes. + * Python versions 3.7 to 3.11 are now supported. + * Improved node matching method, that puts more emphasis similarities than + differences when weighing attributes vs children. + * Added a parameter to return error code 1 when there are differences + between the files + * Added a parameter for ignoring attributes in comparison. + * Solved a bug in xmlpatch in certain namespace situations. + * Added a --diff-encoding parameter to xmlpatch, to support diff-files + that are not in your system default encoding. +- Switch to autosetup and pyproject macros. +- No more greedy globs in %files. +- Drop python-xmldiff-src-upgrades.patch, now included upstream. +- Drop python-xmldiff-no-six-remains.patch, no longer required. + +------------------------------------------------------------------- Old: ---- python-xmldiff-no-six-remains.patch python-xmldiff-src-upgrades.patch xmldiff-2.4.tar.gz New: ---- xmldiff-2.6.3.tar.gz BETA DEBUG BEGIN: Old:- Drop python-xmldiff-src-upgrades.patch, now included upstream. - Drop python-xmldiff-no-six-remains.patch, no longer required. Old:- No more greedy globs in %files. - Drop python-xmldiff-src-upgrades.patch, now included upstream. - Drop python-xmldiff-no-six-remains.patch, no longer required. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-xmldiff.spec ++++++ --- /var/tmp/diff_new_pack.XQYWqA/_old 2024-03-05 18:50:59.813772669 +0100 +++ /var/tmp/diff_new_pack.XQYWqA/_new 2024-03-05 18:50:59.813772669 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-xmldiff # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,30 +17,26 @@ %define oldpython python -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-xmldiff -Version: 2.4 +Version: 2.6.3 Release: 0 Summary: Tree to tree correction between XML documents License: MIT URL: https://github.com/Shoobx/xmldiff Source: https://files.pythonhosted.org/packages/source/x/xmldiff/xmldiff-%{version}.tar.gz -# https://github.com/Shoobx/xmldiff/commit/34b810f4394965aadeca31204e6b76eb023fd11a -Patch0: python-xmldiff-src-upgrades.patch -# https://github.com/Shoobx/xmldiff/issues/93 -Patch1: python-xmldiff-no-six-remains.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-lxml >= 3.1.0 Requires: python-setuptools Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Conflicts: %{oldpython}-xmldiff < %{version} BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module lxml >= 3.1.0} -BuildRequires: %{python_module setuptools} # /SECTION %python_subpackages @@ -53,15 +49,13 @@ Garcia-Molina, and J. Widom, Stanford University, 1996. %prep -%setup -q -n xmldiff-%{version} -%patch0 -p1 -%patch1 -p1 +%autosetup -p1 -n xmldiff-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/xmlpatch %python_clone -a %{buildroot}%{_bindir}/xmldiff %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -82,5 +76,6 @@ %license LICENSE.txt %python_alternative %{_bindir}/xmldiff %python_alternative %{_bindir}/xmlpatch -%{python_sitelib}/* +%{python_sitelib}/xmldiff +%{python_sitelib}/xmldiff-%{version}.dist-info ++++++ xmldiff-2.4.tar.gz -> xmldiff-2.6.3.tar.gz ++++++ ++++ 12558 lines of diff (skipped)
