Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-sge-pygame for 
openSUSE:Factory checked in at 2025-06-20 16:49:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sge-pygame (Old)
 and      /work/SRC/openSUSE:Factory/.python-sge-pygame.new.31170 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sge-pygame"

Fri Jun 20 16:49:40 2025 rev:6 rq:1286906 version:1.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sge-pygame/python-sge-pygame.changes      
2021-05-11 23:04:37.648830295 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sge-pygame.new.31170/python-sge-pygame.changes
   2025-06-20 16:51:18.440969998 +0200
@@ -1,0 +2,5 @@
+Thu Jun 12 10:52:14 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-sge-pygame.spec ++++++
--- /var/tmp/diff_new_pack.r7hlnF/_old  2025-06-20 16:51:18.912989519 +0200
+++ /var/tmp/diff_new_pack.r7hlnF/_new  2025-06-20 16:51:18.912989519 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sge-pygame
 #
-# Copyright (c) 2021 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-sge-pygame
 Version:        1.7.1
 Release:        0
@@ -26,12 +24,14 @@
 Group:          Development/Languages/Python
 URL:            https://python-sge.github.io
 Source:         
https://files.pythonhosted.org/packages/source/s/sge/sge-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-pygame >= 1.9.1
 Requires:       python-six >= 1.4.0
 Requires:       python-uniseg
-BuildRequires:  fdupes
 BuildArch:      noarch
 %python_subpackages
 
@@ -46,14 +46,15 @@
 %setup -q -n sge-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
 %doc README README.pygame WHATSNEW  WHATSNEW.pygame
 %license sge/COPYING sge/COPYING.LESSER
-%{python_sitelib}/*
+%{python_sitelib}/sge
+%{python_sitelib}/sge-%{version}*-info
 

Reply via email to