Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-xsge_path for openSUSE:Factory checked in at 2025-06-06 22:43:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-xsge_path (Old) and /work/SRC/openSUSE:Factory/.python-xsge_path.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xsge_path" Fri Jun 6 22:43:14 2025 rev:4 rq:1283489 version:1.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-xsge_path/python-xsge_path.changes 2024-01-03 12:24:23.582172945 +0100 +++ /work/SRC/openSUSE:Factory/.python-xsge_path.new.19631/python-xsge_path.changes 2025-06-06 22:43:46.458587901 +0200 @@ -1,0 +2,6 @@ +Fri Jun 6 04:21:49 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-xsge_path.spec ++++++ --- /var/tmp/diff_new_pack.RB9LKy/_old 2025-06-06 22:43:47.054612601 +0200 +++ /var/tmp/diff_new_pack.RB9LKy/_new 2025-06-06 22:43:47.058612767 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-xsge_path # -# 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 @@ -24,7 +24,9 @@ License: LGPL-3.0-or-later URL: https://python-sge.github.io/ Source: https://files.pythonhosted.org/packages/source/x/xsge_path/xsge_path-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-sge-pygame >= 1.0 @@ -43,14 +45,15 @@ %setup -q -n xsge_path-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %doc README %license xsge_path/COPYING -%{python_sitelib}/* +%{python_sitelib}/xsge_path +%{python_sitelib}/xsge_path-%{version}.dist-info