Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package artifacts for openSUSE:Factory checked in at 2025-07-23 16:35:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/artifacts (Old) and /work/SRC/openSUSE:Factory/.artifacts.new.8875 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "artifacts" Wed Jul 23 16:35:41 2025 rev:11 rq:1295234 version:20221219 Changes: -------- --- /work/SRC/openSUSE:Factory/artifacts/artifacts.changes 2025-03-27 22:32:31.945180207 +0100 +++ /work/SRC/openSUSE:Factory/.artifacts.new.8875/artifacts.changes 2025-07-23 16:39:15.501740482 +0200 @@ -1,0 +2,5 @@ +Tue Jul 15 06:24:38 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Use pyproject macros to build and install. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ artifacts.spec ++++++ --- /var/tmp/diff_new_pack.tR6sUP/_old 2025-07-23 16:39:16.141766914 +0200 +++ /var/tmp/diff_new_pack.tR6sUP/_new 2025-07-23 16:39:16.141766914 +0200 @@ -36,7 +36,8 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module base} - +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} BuildArch: noarch %description @@ -57,6 +58,7 @@ Group: Productivity/Security Requires: artifacts Requires: python3-PyYAML +Requires: python3-pip %description validator Python modules and program to validate the artifact data. It is @@ -68,10 +70,10 @@ %setup -q -n artifacts-%{timestamp} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %fdupes %{buildroot}%{python_sitelib} # these are installed to the wrong dir by %{name} rm %{buildroot}/usr/share/doc/%{name}/ACKNOWLEDGEMENTS @@ -89,7 +91,8 @@ %files validator %license LICENSE -%{python_sitelib}/artifacts* +%{python_sitelib}/artifacts +%{python_sitelib}/artifacts-%{version}.dist-info %{_bindir}/validator.py %{_bindir}/stats.py