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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:edd5745b79435976d92c0a7318aedcafcb7ac4567125ac6ba88aa473559ef9ab
|
|
||||||
size 15560194
|
|
3
pygame-2.5.2.tar.gz
Normal file
3
pygame-2.5.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c1b89eb5d539e7ac5cf75513125fb5f2f0a2d918b1fd6e981f23bf0ac1b1c24a
|
||||||
|
size 15788328
|
@@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 30 16:59:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
macOS
|
||||||
|
* Fixed hardware keyboard text input on iPadOS
|
||||||
|
* Added support for the Nintendo Online Famicom controllers
|
||||||
|
* Improved support for third-party Nintendo Switch controllers
|
||||||
|
* Fixed setting the player LED on Nintendo Switch controllers
|
||||||
|
* Added Linux controller mapping for the Logitech Chillstream
|
||||||
|
* Fixed appending to a file greater than 4GB in size on Windows
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 11 14:54:31 UTC 2023 - Lubos Kocman <lubos.kocman@suse.com>
|
Mon Sep 11 14:54:31 UTC 2023 - Lubos Kocman <lubos.kocman@suse.com>
|
||||||
|
|
||||||
@@ -454,7 +495,7 @@ Fri Aug 12 19:46:06 UTC 2022 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferr
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 4 23:20:17 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Fri Feb 4 23:20:17 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- fix portmidi configuration detection
|
- fix portmidi configuration detection
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 5 06:49:40 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
Wed Jan 5 06:49:40 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
@@ -471,7 +512,7 @@ Wed Jan 5 06:49:40 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|||||||
@MyreMylar in #2815
|
@MyreMylar in #2815
|
||||||
* Remove most SDL1/SDL2 compatibility c code by @Starbuck5 in #2823
|
* Remove most SDL1/SDL2 compatibility c code by @Starbuck5 in #2823
|
||||||
* Ubuntu 18/20 SDL2 sdist CI, mac CI pp36 drop by @ankith26 in #2821
|
* Ubuntu 18/20 SDL2 sdist CI, mac CI pp36 drop by @ankith26 in #2821
|
||||||
* SDL1 buildconfig removal by @robertpfeiffer and @illume in #2824
|
* SDL1 buildconfig removal by @robertpfeiffer and @illume in #2824
|
||||||
- Drop support-SDL2-2.0.16.patch.
|
- Drop support-SDL2-2.0.16.patch.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define skip_python36 1
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pygame
|
Name: python-pygame
|
||||||
Version: 2.5.0
|
Version: 2.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python Module for Interfacing with the SDL Multimedia Library
|
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
|
License: Apache-2.0 AND LGPL-2.1-or-later AND BSD-2-Clause AND BSD-3-Clause AND libpng-2.0
|
||||||
|
Reference in New Issue
Block a user