Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-redfish for openSUSE:Factory checked in at 2025-06-24 20:48:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-redfish (Old) and /work/SRC/openSUSE:Factory/.python-redfish.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-redfish" Tue Jun 24 20:48:57 2025 rev:23 rq:1288109 version:3.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-redfish/python-redfish.changes 2025-03-31 11:42:51.159346377 +0200 +++ /work/SRC/openSUSE:Factory/.python-redfish.new.7067/python-redfish.changes 2025-06-24 20:50:55.476672229 +0200 @@ -1,0 +2,5 @@ +Tue Jun 24 02:21:53 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-redfish.spec ++++++ --- /var/tmp/diff_new_pack.YDdKva/_old 2025-06-24 20:50:56.580717410 +0200 +++ /var/tmp/diff_new_pack.YDdKva/_new 2025-06-24 20:50:56.600718228 +0200 @@ -24,7 +24,9 @@ License: BSD-3-Clause URL: https://github.com/DMTF/python-redfish-library Source: https://github.com/DMTF/python-redfish-library/archive/%{version}.tar.gz#/redfish-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-jsonpatch @@ -54,10 +56,10 @@ %autosetup -p1 -n %{name}-library-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -66,5 +68,6 @@ %files %{python_files} %license LICENSE.md %doc README.rst CHANGELOG.md -%{python_sitelib}/redfish* +%{python_sitelib}/redfish +%{python_sitelib}/redfish-%{version}.dist-info