14
0
forked from pool/python-PySDL2

- Add mixer_tests_fix.patch to switch off failing tests

(gh#py-sdl/py-sdl2#241).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PySDL2?expand=0&rev=17
This commit is contained in:
2022-08-01 15:07:48 +00:00
committed by Git OBS Bridge
parent 9c7fa542fa
commit ebf70fbc7a
3 changed files with 83 additions and 5 deletions

View File

@@ -18,7 +18,8 @@ Fri Jul 29 12:38:06 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Added a stable API for accessing the raw ctypes function
objects for SDL2 functions
- Various bugfixes (see the project's news.rst for more info)
- Switch off failing tests (gh#py-sdl/py-sdl2#241)
- Add mixer_tests_fix.patch to switch off failing tests
(gh#py-sdl/py-sdl2#241).
-------------------------------------------------------------------
Sun Mar 20 09:55:17 UTC 2022 - Ben Greiner <code@bnavigator.de>