Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyglet for openSUSE:Factory checked in at 2021-02-19 23:45:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyglet (Old) and /work/SRC/openSUSE:Factory/.python-pyglet.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyglet" Fri Feb 19 23:45:38 2021 rev:11 rq:873736 version:1.5.14 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyglet/python-pyglet.changes 2021-02-07 15:23:43.550179083 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyglet.new.28504/python-pyglet.changes 2021-02-19 23:46:16.615422899 +0100 @@ -1,0 +2,5 @@ +Fri Feb 19 10:52:14 UTC 2021 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Drop test_pause_resume test as it is unstable, especially on aarch64 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyglet.spec ++++++ --- /var/tmp/diff_new_pack.TR2iTu/_old 2021-02-19 23:46:17.175423448 +0100 +++ /var/tmp/diff_new_pack.TR2iTu/_new 2021-02-19 23:46:17.179423451 +0100 @@ -217,10 +217,11 @@ # This is to allow use of pytest-error-for-skips and pytest-instafail, # used to see problems even when tests hang. # test_multiple_start_stop is occasional failures on most platforms +# test_pause_resume is occasional failures on aarch64 pytest_k_list="test_openal or test_pulse or test_arb or \ test_multitexture or test_clock or test_get_animation_no_video or \ leif_fork or test_load_privatefont or test_load_privatefont_from_list or test_directsound_listener or \ - test_gdiplus_loading or test_quartz_loading or test_quicktime_loading or test_multiple_start_stop" + test_gdiplus_loading or test_quartz_loading or test_quicktime_loading or test_multiple_start_stop or test_pause_resume" %if %{without gtk2} pytest_k_list="$pytest_k_list or test_gdkpixbuf2 or test_gdkpixbuf2_loading"