14
0
forked from pool/python-pygame

- update to 2.5.2:

* Added a gamepad mapping for the G-Shark GS-GP702
  * Fixed touchpad events for the Razer Wolverine V2 Pro in PS5
    mode
  * Fix white bar in docs
  * manylinux: Fix sdl version typo
  * include: rect: C API docs for Rect
  * draw: Fix arc width > 1 so it doesn't have gaps
  * setup: tox: Add 31 and 32 to list of pythons
  * docs: c_api/rect: Fix return code for pgRect_Check
  * setup: src_c: Require Cython to generate source files in dev
  * Added import information in camera and sdl2 controller
    modules docs
  * Fix: Grammatical Error in MoveIt.rst
  * examples: Fix music_drop_fade with type checker
  * stubs: Add pygame.__version__ to type stubs
  * gitignore: Add cython generated files to ignore list
  * examples/midi: Refactor to fix typing issues
  * display set_mode: Remove SDL_WINDOW_FULLSCREEN_DESKTOP
  * buildconfig/manylinux: Bump SDL 2.28.3
  * docs: Fix READMEs with a good Sphinx version
- update to 2.5.1:
  * Fixed crash at shutdown when using the D3D11 renderer
  * Fixed setting the viewport when using the D3D12 renderer
  * Fixed 8BitDo gamepad mapping when in XInput mode on Linux
  * Fixed controller lockup initializing some unofficial PS4
    replica controllers
  * Fixed video initialization on headless Linux systems using
    VNC
  * Fixed large mouse jump when changing relative mouse mode on

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygame?expand=0&rev=50
This commit is contained in:
2023-12-30 17:31:38 +00:00
committed by Git OBS Bridge
parent 715b7324bc
commit 3d4648eee5
4 changed files with 48 additions and 7 deletions

View File

@@ -16,9 +16,9 @@
#
%define skip_python36 1
%{?sle15_python_module_pythons}
Name: python-pygame
Version: 2.5.0
Version: 2.5.2
Release: 0
Summary: A Python Module for Interfacing with the SDL Multimedia Library
License: Apache-2.0 AND LGPL-2.1-or-later AND BSD-2-Clause AND BSD-3-Clause AND libpng-2.0