Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package scons for openSUSE:Factory checked in at 2026-03-26 21:07:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scons (Old) and /work/SRC/openSUSE:Factory/.scons.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scons" Thu Mar 26 21:07:22 2026 rev:54 rq:1342172 version:4.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/scons/scons.changes 2026-03-08 17:25:51.504276523 +0100 +++ /work/SRC/openSUSE:Factory/.scons.new.8177/scons.changes 2026-03-27 06:50:01.047231995 +0100 @@ -1,0 +2,5 @@ +Fri Mar 20 03:39:44 UTC 2026 - Steve Kowalik <[email protected]> + +- Switch to pyproject macros for building and installing. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scons.spec ++++++ --- /var/tmp/diff_new_pack.vop6xV/_old 2026-03-27 06:50:02.859306615 +0100 +++ /var/tmp/diff_new_pack.vop6xV/_new 2026-03-27 06:50:02.883307603 +0100 @@ -1,7 +1,7 @@ # # spec file for package scons # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2026 Andreas Stieger <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -27,6 +27,7 @@ Group: Development/Tools/Building URL: https://www.scons.org/ Source: http://prdownloads.sourceforge.net/scons/SCons-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -46,15 +47,15 @@ SCons/Tool/qt3.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %license LICENSE %{_bindir}/* %{python_sitelib}/SCons -%{python_sitelib}/SCons-%{version}-py*.egg-info +%{python_sitelib}/[Ss][Cc]ons-%{version}.dist-info
