Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-PyInstaller for openSUSE:Factory checked in at 2025-06-11 16:25:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyInstaller (Old) and /work/SRC/openSUSE:Factory/.python-PyInstaller.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyInstaller" Wed Jun 11 16:25:53 2025 rev:14 rq:1284638 version:6.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyInstaller/python-PyInstaller.changes 2025-04-29 16:41:01.091797357 +0200 +++ /work/SRC/openSUSE:Factory/.python-PyInstaller.new.19631/python-PyInstaller.changes 2025-06-11 16:27:42.343426209 +0200 @@ -1,0 +2,5 @@ +Wed Jun 11 05:49:29 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyInstaller.spec ++++++ --- /var/tmp/diff_new_pack.fxTCdT/_old 2025-06-11 16:27:42.963452073 +0200 +++ /var/tmp/diff_new_pack.fxTCdT/_new 2025-06-11 16:27:42.963452073 +0200 @@ -26,6 +26,7 @@ License: GPL-2.0-only URL: https://www.pyinstaller.org Source: https://github.com/pyinstaller/pyinstaller/archive/refs/tags/v%{version}.tar.gz#/pyinstaller-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes @@ -67,10 +68,10 @@ %build # -Wno-stringop-overflow only needed on ppc64 export CFLAGS="%{optflags} -Wno-stringop-truncation -Wno-unused-variable -Wno-unused-function -Wno-unused-but-set-variable -Wno-stringop-overflow" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %{python_expand # Relocate to sitearch if [ "%{$python_sitearch}" != "%{$python_sitelib}" ]; then mkdir -p %{buildroot}%{$python_sitearch}