Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-PyECLib for openSUSE:Factory checked in at 2025-06-11 16:25:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyECLib (Old) and /work/SRC/openSUSE:Factory/.python-PyECLib.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyECLib" Wed Jun 11 16:25:48 2025 rev:8 rq:1284633 version:1.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyECLib/python-PyECLib.changes 2025-04-29 16:41:11.236223452 +0200 +++ /work/SRC/openSUSE:Factory/.python-PyECLib.new.19631/python-PyECLib.changes 2025-06-11 16:27:39.371302229 +0200 @@ -1,0 +2,6 @@ +Wed Jun 11 05:53:18 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- Explicitly list files and directories in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyECLib.spec ++++++ --- /var/tmp/diff_new_pack.j1mUv8/_old 2025-06-11 16:27:40.003328593 +0200 +++ /var/tmp/diff_new_pack.j1mUv8/_new 2025-06-11 16:27:40.007328760 +0200 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-PyECLib Version: 1.6.4 Release: 0 @@ -26,8 +25,10 @@ Source: https://files.pythonhosted.org/packages/source/p/pyeclib/pyeclib-%{version}.tar.gz Source99: https://opendev.org/openstack/pyeclib/raw/branch/master/LICENSE BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: liberasurecode-devel >= 1.4.0 BuildRequires: python-rpm-macros @@ -48,10 +49,10 @@ cp %{SOURCE99} . %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %check @@ -60,5 +61,7 @@ %files %{python_files} %doc README.rst %license LICENSE -%{python_sitearch}/pyeclib* +%{python_sitearch}/pyeclib +%{python_sitearch}/pyeclib_c.abi3.so +%{python_sitearch}/[Pp]y[Ee][Cc][Ll]ib-%{version}.dist-info