Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-nagiosplugin for openSUSE:Factory checked in at 2025-05-05 22:27:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nagiosplugin (Old) and /work/SRC/openSUSE:Factory/.python-nagiosplugin.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nagiosplugin" Mon May 5 22:27:29 2025 rev:2 rq:1274318 version:1.3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-nagiosplugin/python-nagiosplugin.changes 2024-11-06 16:57:30.037858791 +0100 +++ /work/SRC/openSUSE:Factory/.python-nagiosplugin.new.30101/python-nagiosplugin.changes 2025-05-05 22:59:28.752247126 +0200 @@ -1,0 +2,5 @@ +Mon May 5 05:43:47 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nagiosplugin.spec ++++++ --- /var/tmp/diff_new_pack.t5jef7/_old 2025-05-05 22:59:29.380273532 +0200 +++ /var/tmp/diff_new_pack.t5jef7/_new 2025-05-05 22:59:29.380273532 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-nagiosplugin # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2017, Martin Hauke <mar...@gmx.de> # # All modifications and additions to the file contributed by third parties @@ -25,7 +25,9 @@ License: ZPL-2.1 URL: https://github.com/mpounsett/nagiosplugin Source: https://files.pythonhosted.org/packages/source/n/nagiosplugin/nagiosplugin-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-setuptools @@ -56,10 +58,10 @@ %setup -q -n nagiosplugin-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -70,5 +72,5 @@ %license LICENSE.txt %doc README.txt %{python_sitelib}/nagiosplugin -%{python_sitelib}/nagiosplugin-%{version}*-info +%{python_sitelib}/nagiosplugin-%{version}.dist-info