Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-wirerope for openSUSE:Factory checked in at 2025-06-13 18:45:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-wirerope (Old) and /work/SRC/openSUSE:Factory/.python-wirerope.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wirerope" Fri Jun 13 18:45:11 2025 rev:5 rq:1285286 version:0.4.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-wirerope/python-wirerope.changes 2024-11-21 15:15:05.408630853 +0100 +++ /work/SRC/openSUSE:Factory/.python-wirerope.new.19631/python-wirerope.changes 2025-06-13 18:45:32.715060672 +0200 @@ -1,0 +2,5 @@ +Fri Jun 13 02:42:46 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-wirerope.spec ++++++ --- /var/tmp/diff_new_pack.htza3o/_old 2025-06-13 18:45:33.475091738 +0200 +++ /var/tmp/diff_new_pack.htza3o/_new 2025-06-13 18:45:33.475091738 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-wirerope # -# Copyright (c) 2024 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 @@ -23,9 +23,11 @@ License: BSD-2-Clause URL: https://github.com/youknowone/wirerope Source0: https://github.com/youknowone/wirerope/archive/%{version}.tar.gz#/wirerope-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest >= 4.0} BuildRequires: %{python_module setuptools >= 39.2.0} BuildRequires: %{python_module six >= 1.11.0} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-six >= 1.11.0 @@ -42,10 +44,10 @@ sed -i -e '/addopts/d' setup.cfg %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -55,5 +57,5 @@ %license LICENSE %doc README.rst %{python_sitelib}/wirerope -%{python_sitelib}/wirerope-%{version}*-info +%{python_sitelib}/wirerope-%{version}.dist-info