forked from pool/python-pygame
Accepting request 1136480 from devel:languages:python
- 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/request/show/1136480 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygame?expand=0&rev=39
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>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pygame
|
# spec file for package python-pygame
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -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
|
||||||
@@ -27,6 +27,7 @@ Source0: https://files.pythonhosted.org/packages/source/p/pygame/pygame-%
|
|||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module numpy}
|
BuildRequires: %{python_module numpy}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: bitstream-vera-fonts
|
BuildRequires: bitstream-vera-fonts
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
Reference in New Issue
Block a user