Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-PyRect for openSUSE:Factory checked in at 2025-05-12 20:19:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyRect (Old) and /work/SRC/openSUSE:Factory/.python-PyRect.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyRect" Mon May 12 20:19:13 2025 rev:4 rq:1276877 version:0.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyRect/python-PyRect.changes 2022-08-30 14:49:35.824138346 +0200 +++ /work/SRC/openSUSE:Factory/.python-PyRect.new.30101/python-PyRect.changes 2025-05-12 20:19:16.918452544 +0200 @@ -1,0 +2,5 @@ +Mon May 12 12:38:52 UTC 2025 - Markéta Machová <[email protected]> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyRect.spec ++++++ --- /var/tmp/diff_new_pack.Vlcdk2/_old 2025-05-12 20:19:17.486476401 +0200 +++ /var/tmp/diff_new_pack.Vlcdk2/_new 2025-05-12 20:19:17.490476569 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-PyRect # -# Copyright (c) 2022 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 @@ -16,8 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python36 1 Name: python-PyRect Version: 0.2.0 Release: 0 @@ -26,9 +24,11 @@ URL: https://github.com/asweigart/pyrect Source: https://files.pythonhosted.org/packages/source/P/PyRect/PyRect-%{version}.tar.gz Source1: https://raw.githubusercontent.com/asweigart/PyRect/master/LICENSE.txt +BuildRequires: %{python_module pip} BuildRequires: %{python_module pygame} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -44,10 +44,10 @@ dos2unix README.rst %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -56,5 +56,6 @@ %files %{python_files} %doc README.rst %license LICENSE.txt -%{python_sitelib}/* +%{python_sitelib}/pyrect +%{python_sitelib}/[Pp]y[Rr]ect-%{version}*-info
