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 2022-08-02 22:09:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PySDL2 (Old) and /work/SRC/openSUSE:Factory/.python-PySDL2.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PySDL2" Tue Aug 2 22:09:59 2022 rev:9 rq:992361 version:0.9.13 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PySDL2/python-PySDL2.changes 2022-08-01 21:32:47.994069755 +0200 +++ /work/SRC/openSUSE:Factory/.python-PySDL2.new.1533/python-PySDL2.changes 2022-08-02 22:10:44.458040420 +0200 @@ -22,0 +23,2 @@ +- Otherwise, we actually don???t need to explicitly skip ANY + tests! Wow! ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PySDL2.spec ++++++ --- /var/tmp/diff_new_pack.sA98hf/_old 2022-08-02 22:10:44.974041907 +0200 +++ /var/tmp/diff_new_pack.sA98hf/_new 2022-08-02 22:10:44.978041918 +0200 @@ -85,22 +85,7 @@ export SDL_RENDER_DRIVER=software export PYTHONFAULTHANDLER=1 -donttest="pytest_k_dummyprefix" -# color mismatches, test shell variable because this is a noarch package -if [ "$RPM_ARCH" = "ppc64" -o "$RPM_ARCH" = "ppc64le" -o "$RPM_ARCH" = "s390x" ]; then - donttest="$donttest or sdl2ext" -fi -# Does not recognize big endian byteorder -if [ $(python3 -c "import sys; print(sys.byteorder)") = "big" ]; then - donttest="$donttest or PixelFormatEnum" -fi -%if 0%{suse_version} < 1550 -# Segfault with SDL on Leap -donttest="$donttest or test_SDL_GetPowerInfo" -# python2 env different, pytest arg missing -python2_donttest=" or test_SDL_GetBasePath or test_render_on" -%endif -%pytest -rfEs -k "not ($donttest ${$python_donttest})" +%pytest -rfEs %files %{python_files} %license COPYING.txt