Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-defusedxml for openSUSE:Factory checked in at 2025-05-03 20:58:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-defusedxml (Old) and /work/SRC/openSUSE:Factory/.python-defusedxml.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-defusedxml" Sat May 3 20:58:01 2025 rev:10 rq:1273927 version:0.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-defusedxml/python-defusedxml.changes 2023-04-22 22:02:27.345932209 +0200 +++ /work/SRC/openSUSE:Factory/.python-defusedxml.new.30101/python-defusedxml.changes 2025-05-03 20:58:05.175384198 +0200 @@ -1,0 +2,6 @@ +Fri May 2 07:24:45 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-defusedxml.spec ++++++ --- /var/tmp/diff_new_pack.VmavQS/_old 2025-05-03 20:58:05.911415223 +0200 +++ /var/tmp/diff_new_pack.VmavQS/_new 2025-05-03 20:58:05.911415223 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-defusedxml # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without tests %{?sle15_python_module_pythons} Name: python-defusedxml @@ -27,7 +26,9 @@ Group: Development/Languages/Python URL: https://pypi.python.org/pypi/defusedxml Source: https://files.pythonhosted.org/packages/source/d/defusedxml/defusedxml-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} # SECTION test requirements BuildRequires: %{python_module lxml} BuildRequires: %{python_module pytest} @@ -52,10 +53,10 @@ %setup -q -n defusedxml-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %if %{with tests} @@ -68,5 +69,6 @@ %files %{python_files} %license LICENSE %doc README.txt CHANGES.txt -%{python_sitelib}/* +%{python_sitelib}/defusedxml +%{python_sitelib}/defusedxml-%{version}.dist-info