Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-allpairspy for openSUSE:Factory checked in at 2025-06-13 18:45:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-allpairspy (Old) and /work/SRC/openSUSE:Factory/.python-allpairspy.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-allpairspy" Fri Jun 13 18:45:56 2025 rev:5 rq:1285327 version:2.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-allpairspy/python-allpairspy.changes 2025-03-10 18:07:23.035722654 +0100 +++ /work/SRC/openSUSE:Factory/.python-allpairspy.new.19631/python-allpairspy.changes 2025-06-13 18:46:23.725148537 +0200 @@ -1,0 +2,5 @@ +Fri Jun 13 05:35:06 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-allpairspy.spec ++++++ --- /var/tmp/diff_new_pack.f72XVb/_old 2025-06-13 18:46:24.421177080 +0200 +++ /var/tmp/diff_new_pack.f72XVb/_new 2025-06-13 18:46:24.421177080 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-allpairspy # -# 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 @@ -23,9 +23,10 @@ License: MIT Summary: Pairwise test combinations generator URL: https://github.com/thombashi/allpairspy -Group: Development/Languages/Python Source: https://github.com/thombashi/allpairspy/archive/v%{version}.tar.gz#/allpairspy-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pytest} @@ -45,10 +46,10 @@ %autosetup -p1 -n allpairspy-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -57,5 +58,6 @@ %files %{python_files} %license LICENSE.txt %doc README.rst -%{python_sitelib}/allpairspy* +%{python_sitelib}/allpairspy +%{python_sitelib}/allpairspy-%{version}.dist-info