14
0
forked from pool/python-PySDL2

Accepting request 1250129 from home:mcalabkova:branches:devel:languages:python:adi

- Update to 0.9.17
  * Updated to wrap new functions and constants in SDL 2.30.10.
  * Updated to wrap new functions and constants in SDL_mixer 2.8.0
  * Updated to wrap new function in SDL_image 2.8.0.
  * Added a new function sdl2.ext.get_key_state for checking if a given 
    key is currently down or up independently of the SDL event queue.
- Drop merged patches:
  * fix-tests-SDL_GetError.patch
  * fix-partially-resolve-video_test.patch
  * fix-test-SDL_hid_enumerate.patch

OBS-URL: https://build.opensuse.org/request/show/1250129
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PySDL2?expand=0&rev=33
This commit is contained in:
2025-03-10 06:47:59 +00:00
committed by Git OBS Bridge
parent de884e4146
commit f1733da240
7 changed files with 22 additions and 444 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Mar 4 15:07:23 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 0.9.17
* Updated to wrap new functions and constants in SDL 2.30.10.
* Updated to wrap new functions and constants in SDL_mixer 2.8.0
* Updated to wrap new function in SDL_image 2.8.0.
* Added a new function sdl2.ext.get_key_state for checking if a given
key is currently down or up independently of the SDL event queue.
- Drop merged patches:
* fix-tests-SDL_GetError.patch
* fix-partially-resolve-video_test.patch
* fix-test-SDL_hid_enumerate.patch
-------------------------------------------------------------------
Fri Feb 2 09:28:39 UTC 2024 - munix9@googlemail.com