Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-PySDL2 for openSUSE:Factory 
checked in at 2025-05-07 19:18:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PySDL2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-PySDL2.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PySDL2"

Wed May  7 19:18:19 2025 rev:16 rq:1275032 version:0.9.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PySDL2/python-PySDL2.changes      
2025-03-10 18:06:24.613271790 +0100
+++ /work/SRC/openSUSE:Factory/.python-PySDL2.new.30101/python-PySDL2.changes   
2025-05-07 19:18:27.008167561 +0200
@@ -1,0 +2,10 @@
+Wed Apr 30 00:41:39 UTC 2025 - Jan Engelhardt <jeng...@inai.de>
+
+- Adjust run-time dependencies to avoid old virtual provides.
+
+-------------------------------------------------------------------
+Mon Apr 28 13:58:16 UTC 2025 - Matej Cepl <mc...@cepl.eu>
+
+- Adjust build-time dependencies so that it builds with SDL3.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-PySDL2.spec ++++++
--- /var/tmp/diff_new_pack.7NjuBb/_old  2025-05-07 19:18:27.664194853 +0200
+++ /var/tmp/diff_new_pack.7NjuBb/_new  2025-05-07 19:18:27.664194853 +0200
@@ -28,13 +28,14 @@
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
-BuildRequires:  SDL2 >= 2.0.22
-BuildRequires:  SDL2_gfx >= 1.0.4
-BuildRequires:  SDL2_image >= 2.6.0
-BuildRequires:  SDL2_mixer >= 2.6.0
-BuildRequires:  SDL2_ttf >= 2.20.0
 BuildRequires:  fdupes
+BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
+BuildRequires:  pkgconfig(SDL2_gfx) >= 1.0.4
+BuildRequires:  pkgconfig(SDL2_image) >= 2.6.0
+BuildRequires:  pkgconfig(SDL2_mixer) >= 2.6.0
+BuildRequires:  pkgconfig(SDL2_ttf) >= 2.20.0
+BuildRequires:  pkgconfig(sdl3) >= 2.0.22
 # SECTION test requirements
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module Pillow}
@@ -42,11 +43,11 @@
 BuildRequires:  libmpg123-0
 BuildRequires:  xorg-x11-server
 # /SECTION
-Requires:       SDL2 >= 2.0.22
-Requires:       SDL2_gfx >= 1.0.4
-Requires:       SDL2_image >= 2.6.0
-Requires:       SDL2_mixer >= 2.6.0
-Requires:       SDL2_ttf >= 2.20.0
+Requires:       libSDL2-2_0-0 >= 2.0.22
+Requires:       libSDL2_gfx-1_0-0 >= 1.0.4
+Requires:       libSDL2_image-2_0-0 >= 2.6.0
+Requires:       libSDL2_mixer-2_0-0 >= 2.6.0
+Requires:       libSDL2_ttf-2_0-0 >= 2.20.0
 BuildArch:      noarch
 %python_subpackages
 
@@ -75,11 +76,11 @@
 export SDL_RENDER_DRIVER=software
 export PYTHONFAULTHANDLER=1
 
-%pytest -rfEs
+%pytest -rfEs -k 'not (test_SDL_SetWindowDisplayMode or 
test_SDL_SetWindowFullscreen or test_SDL_SetHint)'
 
 %files %{python_files}
 %license COPYING.txt
 %doc AUTHORS.txt README.md doc/
 %{python_sitelib}/sdl2
-%{python_sitelib}/PySDL2-%{version}*-info
+%{python_sitelib}/[Pp]y[Ss][Dd][Ll]2-%{version}*-info
 

Reply via email to