Commit Graph

  • b30b276328 Accepting request 1250014 from devel:languages:python factory Ana Guerrero 2025-03-04 17:33:15 +00:00
  • 4d39db1850 Accepting request 1250014 from devel:languages:python leap-16.1 leap-16.0 Ana Guerrero 2025-03-04 17:33:15 +00:00
  • adc2dd5a4e Accepting request 1249815 from home:fstegmeier:branches:devel:languages:python Markéta Machová 2025-03-04 10:18:49 +00:00
  • edf3998764 - Update to 2.6.1 * 2.6.0 -> 2.6.1.dev1 by @illume in #4273 * grammar-fix by @jakefrombay in #4276 * Update sprite.rst by @jakefrombay in #4277 * build(deps): bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #4281 * github: Bump cibuildwheel to v2.19.2 by @illume in #4286 * Update SpriteIntro.rst by @PavloShutz in #4310 * buildconfig/appveyor: Python 3.13 for windows by @illume in #4317 * buildconfig: Pin cython version to range by @illume in #4334 * build(deps): bump pypa/cibuildwheel from 2.19.2 to 2.20.0 by @dependabot in #4321 * github/build-*: Fix Cython version specifier by @illume in #4349 * manylinux: Remove old pypy 3.7 by @illume in #4350 Markéta Machová 2025-03-04 10:18:49 +00:00
  • 8ae4a891b0 Accepting request 1200834 from devel:languages:python Ana Guerrero 2024-09-15 10:35:57 +00:00
  • 43db95c6af Accepting request 1200834 from devel:languages:python Ana Guerrero 2024-09-15 10:35:57 +00:00
  • 8d7fa0e1f9 Accepting request 1200098 from home:mcalabkova:branches:devel:languages:python Markéta Machová 2024-09-13 12:33:45 +00:00
  • 2a1cc9cdf7 - Update to 2.6.0 * Inline _PyArg_NoKeywords from Python 3.13 in case it is missing * Support collide_mask as collided argument in spritecollide * Add display argument to pygame.display.list_modes() and pygame.display.mode_ok() * Fix numpy.alltrue imports to import all instead * Added generics to abstract group for IDE completion * Polygon large coordinate test cases for issue#3989 * Fix go_over_there example bug in Python 3.12 * Fix wrong ifdef placement for unix/macos - Drop merged patches: * pygame-pr4236-gcc14.patch * pygame-pr4169-videodummytests.patch Markéta Machová 2024-09-13 12:33:45 +00:00
  • 24ecf4e8d8 Accepting request 1177582 from devel:languages:python Ana Guerrero 2024-05-29 17:36:29 +00:00
  • c8910eb603 Accepting request 1177582 from devel:languages:python Ana Guerrero 2024-05-29 17:36:29 +00:00
  • 3d6676389b Accepting request 1177462 from home:glaubitz:branches:devel:languages:python Markéta Machová 2024-05-29 12:58:33 +00:00
  • c52cf267fc Accepting request 1177462 from home:glaubitz:branches:devel:languages:python Markéta Machová 2024-05-29 12:58:33 +00:00
  • 4ce0d7078a Accepting request 1164049 from devel:languages:python Ana Guerrero 2024-04-02 14:43:55 +00:00
  • f233808106 Accepting request 1164049 from devel:languages:python Ana Guerrero 2024-04-02 14:43:55 +00:00
  • 216da23660 Accepting request 1163545 from home:ecsos:python Matej Cepl 2024-04-02 08:24:48 +00:00
  • a8075d66f2 Accepting request 1163545 from home:ecsos:python Matej Cepl 2024-04-02 08:24:48 +00:00
  • a73cfd8664 Accepting request 1157037 from devel:languages:python Ana Guerrero 2024-03-13 21:17:43 +00:00
  • 7964658095 Accepting request 1157037 from devel:languages:python Ana Guerrero 2024-03-13 21:17:43 +00:00
  • 11e53a0565 Accepting request 1156382 from home:bnavigator:branches:devel:languages:python Matej Cepl 2024-03-11 21:29:01 +00:00
  • 081b46165a Accepting request 1156382 from home:bnavigator:branches:devel:languages:python Matej Cepl 2024-03-11 21:29:01 +00:00
  • 0f6ea175a2 Accepting request 1136480 from devel:languages:python Dominique Leuenberger 2024-01-03 13:53:04 +00:00
  • 4ec3b59f6a Accepting request 1136480 from devel:languages:python Dominique Leuenberger 2024-01-03 13:53:04 +00:00
  • 83bac2cb2a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygame?expand=0&rev=51 Dirk Mueller 2024-01-03 10:33:18 +00:00
  • d5abbc1f47 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygame?expand=0&rev=51 Dirk Mueller 2024-01-03 10:33:18 +00:00
  • 455724e6c0 - 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 Dirk Mueller 2023-12-30 17:31:38 +00:00
  • 3d4648eee5 - 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 Dirk Mueller 2023-12-30 17:31:38 +00:00
  • 65d6d4a416 Accepting request 1110444 from devel:languages:python Ana Guerrero 2023-09-12 19:03:04 +00:00
  • 1d5a6fd703 Accepting request 1110444 from devel:languages:python Ana Guerrero 2023-09-12 19:03:04 +00:00
  • 066bbbd167 Accepting request 1110330 from home:lkocman:branches:devel:languages:python Markéta Machová 2023-09-12 07:10:36 +00:00
  • 715b7324bc Accepting request 1110330 from home:lkocman:branches:devel:languages:python Markéta Machová 2023-09-12 07:10:36 +00:00
  • 1f0565a9ec Accepting request 1103619 from devel:languages:python Dominique Leuenberger 2023-08-13 17:17:50 +00:00
  • 2876ea6de8 Accepting request 1103619 from devel:languages:python Dominique Leuenberger 2023-08-13 17:17:50 +00:00
  • 59a8c92b49 - Remove upstreamed patch adjust-surface-mask.patch. - Switch from %python_{build,install} to %pyproject_{wheel,install} macros. Matej Cepl 2023-08-12 16:45:08 +00:00
  • dba0be6d7b - Remove upstreamed patch adjust-surface-mask.patch. - Switch from %python_{build,install} to %pyproject_{wheel,install} macros. Matej Cepl 2023-08-12 16:45:08 +00:00
  • 4e3d240928 Accepting request 1103236 from home:Klampfradler:branches:devel:languages:python Matej Cepl 2023-08-12 13:54:54 +00:00
  • 3a44ab1af6 Accepting request 1103236 from home:Klampfradler:branches:devel:languages:python Matej Cepl 2023-08-12 13:54:54 +00:00
  • 8d45526b51 Accepting request 1085865 from devel:languages:python Dominique Leuenberger 2023-05-10 14:19:13 +00:00
  • 1428b9c967 Accepting request 1085865 from devel:languages:python Dominique Leuenberger 2023-05-10 14:19:13 +00:00
  • 3f9ab7a11b Accepting request 1085305 from home:jengelh:branches:devel:languages:python Matej Cepl 2023-05-09 22:39:25 +00:00
  • f5da12ef9f Accepting request 1085305 from home:jengelh:branches:devel:languages:python Matej Cepl 2023-05-09 22:39:25 +00:00
  • a048f21e87 Accepting request 1068405 from devel:languages:python Dominique Leuenberger 2023-03-01 15:14:44 +00:00
  • b8e1700c15 Accepting request 1068405 from devel:languages:python Dominique Leuenberger 2023-03-01 15:14:44 +00:00
  • e752ef8e6d - Update to 2.1.3: * 2.1.2 by @illume in #2957 * Fix path dependencies by @SergioArnaud in #2975 * Add test for pygame.locals by @ankith26 in #2958 * Fix Pygame imported class typehints by @MightyJosip in #2965 * Fix some bugs in camera.py by @ankith26 in #2961 * Clean modinit C code, fix bugs, use recommended API by @ankith26 in #2952 * Python2 to Python3 code modernization by @novialriptide in #2984 * SDL 2.0.20 by @illume in #2983 * Update the image doc, delineate bytes and str by @Starbuck5 in #2959 * Add pixel format name into display info by @MyreMylar in #2964 * Add missing copy test for Vector3 by @JovialKnoll in #3000 * New black formatting by @novialriptide in #3013 * Misc fixes: Fix UCS_4 UCS4 typo, incorrect color methods export and display.c error handling bugs by @ankith26 in #2987 * Snake casify _sdl2.video.Image.flipX and .flipY by @avaxar in #2978 * Removed unused imports by @novialriptide in #3016 * Fix warnings, make warnings error on CI by @ankith26 in #2919 * Added Rect typing and docs that it is iterable by @novialriptide in #2969 * Fix there typo in tests.rst by @eoghanriley in #3022 * C code cleanups + cdrom/overlay removal by @Starbuck5 in #3014 * Make sure surfaces start as opaque black. (MacOS) by @Starbuck5 in #2973 * Add transform.scale_by, transform.smoothscale_by functions by @Starbuck5 in #2723 * Fix typo in C_api display docs by @gresm in #3027 * Font rwops by @Starbuck5 in #2911 * transform.average_color: Add optional parameter 'consider_alpha' to remove black artifacts if alpha present by @dr0id in #2968 * pygame.docs: remove warning in docs generation due to a reference to… by @dr0id in #3029 * Add __new__ and __init__ functions for some types by @zoldalma999 in #3001 * Regenerate cython files by @ankith26 in #3032 * 2.1.3.dev2 by @illume in #3039 * Add .move_towards() for Vector2 and Vector3 by @novialriptide in #2929 Daniel Garcia 2023-02-23 12:37:35 +00:00
  • 9214d79096 - Update to 2.1.3: * 2.1.2 by @illume in #2957 * Fix path dependencies by @SergioArnaud in #2975 * Add test for pygame.locals by @ankith26 in #2958 * Fix Pygame imported class typehints by @MightyJosip in #2965 * Fix some bugs in camera.py by @ankith26 in #2961 * Clean modinit C code, fix bugs, use recommended API by @ankith26 in #2952 * Python2 to Python3 code modernization by @novialriptide in #2984 * SDL 2.0.20 by @illume in #2983 * Update the image doc, delineate bytes and str by @Starbuck5 in #2959 * Add pixel format name into display info by @MyreMylar in #2964 * Add missing copy test for Vector3 by @JovialKnoll in #3000 * New black formatting by @novialriptide in #3013 * Misc fixes: Fix UCS_4 UCS4 typo, incorrect color methods export and display.c error handling bugs by @ankith26 in #2987 * Snake casify _sdl2.video.Image.flipX and .flipY by @avaxar in #2978 * Removed unused imports by @novialriptide in #3016 * Fix warnings, make warnings error on CI by @ankith26 in #2919 * Added Rect typing and docs that it is iterable by @novialriptide in #2969 * Fix there typo in tests.rst by @eoghanriley in #3022 * C code cleanups + cdrom/overlay removal by @Starbuck5 in #3014 * Make sure surfaces start as opaque black. (MacOS) by @Starbuck5 in #2973 * Add transform.scale_by, transform.smoothscale_by functions by @Starbuck5 in #2723 * Fix typo in C_api display docs by @gresm in #3027 * Font rwops by @Starbuck5 in #2911 * transform.average_color: Add optional parameter 'consider_alpha' to remove black artifacts if alpha present by @dr0id in #2968 * pygame.docs: remove warning in docs generation due to a reference to… by @dr0id in #3029 * Add __new__ and __init__ functions for some types by @zoldalma999 in #3001 * Regenerate cython files by @ankith26 in #3032 * 2.1.3.dev2 by @illume in #3039 * Add .move_towards() for Vector2 and Vector3 by @novialriptide in #2929 Daniel Garcia 2023-02-23 12:37:35 +00:00
  • f0c5a05cc7 Accepting request 1042426 from devel:languages:python Dominique Leuenberger 2022-12-13 17:55:14 +00:00
  • e844ec314a Accepting request 1042426 from devel:languages:python Dominique Leuenberger 2022-12-13 17:55:14 +00:00
  • 17d3346631 - Add adjust-surface-mask.patch gh#pygame/pygame#3577, to fix tests with SDL 2.26.0. Daniel Garcia 2022-12-12 16:42:18 +00:00
  • 5c2c3fbb4e - Add adjust-surface-mask.patch gh#pygame/pygame#3577, to fix tests with SDL 2.26.0. Daniel Garcia 2022-12-12 16:42:18 +00:00
  • 57fb45153f Accepting request 995122 from devel:languages:python Dominique Leuenberger 2022-08-15 17:58:30 +00:00
  • b23826a418 Accepting request 995122 from devel:languages:python Dominique Leuenberger 2022-08-15 17:58:30 +00:00
  • aeece6b765 Accepting request 994819 from home:jaimeMF:branches:devel:languages:python Dirk Mueller 2022-08-15 07:12:56 +00:00
  • 8f04dad740 Accepting request 994819 from home:jaimeMF:branches:devel:languages:python Dirk Mueller 2022-08-15 07:12:56 +00:00
  • f423fc2db1 Accepting request 951684 from devel:languages:python Dominique Leuenberger 2022-02-05 22:23:07 +00:00
  • 3acf9234a6 Accepting request 951684 from devel:languages:python Dominique Leuenberger 2022-02-05 22:23:07 +00:00
  • eafc1ec02f - fix portmidi configuration detection Dirk Mueller 2022-02-04 23:20:37 +00:00
  • 07dca61bd6 - fix portmidi configuration detection Dirk Mueller 2022-02-04 23:20:37 +00:00
  • 622588daf0 - Update to 2.1.2: * Fix segfault in display.update by @ankith26 in #2954 * Quick fix to get 'python -m pygame.docs' working by @ankith26 in #2955 * Working gamma test on windows by @MyreMylar in #2906 * Freetype: Fix intermittent crash with test_font_file_not_found by @illume in #2944 * Officially drop python2 (and 3.5) and SDL1 support by @Starbuck5 in #2817 * Remove most PY2/PY3 C compatibility code by @Starbuck5 in #2819 * Simple fix to swap numpy.float type out in favour of float by @MyreMylar in #2815 * 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 * SDL1 buildconfig removal by @robertpfeiffer and @illume in #2824 - Drop support-SDL2-2.0.16.patch. Steve Kowalik 2022-01-05 06:57:14 +00:00
  • c5eefa0666 - Update to 2.1.2: * Fix segfault in display.update by @ankith26 in #2954 * Quick fix to get 'python -m pygame.docs' working by @ankith26 in #2955 * Working gamma test on windows by @MyreMylar in #2906 * Freetype: Fix intermittent crash with test_font_file_not_found by @illume in #2944 * Officially drop python2 (and 3.5) and SDL1 support by @Starbuck5 in #2817 * Remove most PY2/PY3 C compatibility code by @Starbuck5 in #2819 * Simple fix to swap numpy.float type out in favour of float by @MyreMylar in #2815 * 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 * SDL1 buildconfig removal by @robertpfeiffer and @illume in #2824 - Drop support-SDL2-2.0.16.patch. Steve Kowalik 2022-01-05 06:57:14 +00:00
  • a95cc752c2 Accepting request 919721 from devel:languages:python Dominique Leuenberger 2021-09-17 21:25:49 +00:00
  • ae30528862 Accepting request 919721 from devel:languages:python Dominique Leuenberger 2021-09-17 21:25:49 +00:00
  • 128b96efb4 Fix changes Matej Cepl 2021-09-17 10:41:51 +00:00
  • b0c35c4e2f Fix changes Matej Cepl 2021-09-17 10:41:51 +00:00
  • 83e6fe77a3 - Swtich off tests.video_test.VideoModuleTest.test_renderer_set_viewport (gh#pygame/pygame#2721 and gh#pygame/pygame#2670) on 32bit systems for incompatibility with SDL2 2.0.16. Matej Cepl 2021-09-17 09:03:21 +00:00
  • 6c6ba45055 - Swtich off tests.video_test.VideoModuleTest.test_renderer_set_viewport (gh#pygame/pygame#2721 and gh#pygame/pygame#2670) on 32bit systems for incompatibility with SDL2 2.0.16. Matej Cepl 2021-09-17 09:03:21 +00:00
  • 4566e5d6e0 - Switch off tests on i586 (gh#pygame/pygame#2721) Matej Cepl 2021-09-16 21:02:25 +00:00
  • ab6fef6923 - Switch off tests on i586 (gh#pygame/pygame#2721) Matej Cepl 2021-09-16 21:02:25 +00:00
  • 630175dca0 be verbose Matej Cepl 2021-09-16 12:30:39 +00:00
  • 53fe341b9d be verbose Matej Cepl 2021-09-16 12:30:39 +00:00
  • 714ace616b Accepting request 888765 from devel:languages:python Dominique Leuenberger 2021-04-27 19:34:19 +00:00
  • 5dd934bfb8 Accepting request 888765 from devel:languages:python Dominique Leuenberger 2021-04-27 19:34:19 +00:00
  • 070998fe05 Accepting request 888764 from home:bnavigator:branches:devel:languages:python Steve Kowalik 2021-04-27 11:25:20 +00:00
  • f4bea99d0c Accepting request 888764 from home:bnavigator:branches:devel:languages:python Steve Kowalik 2021-04-27 11:25:20 +00:00
  • e46c1d3982 Accepting request 880826 from home:bnavigator:branches:devel:languages:python Dirk Mueller 2021-03-24 08:03:06 +00:00
  • 3fe79117bc Accepting request 880826 from home:bnavigator:branches:devel:languages:python Dirk Mueller 2021-03-24 08:03:06 +00:00
  • 50218d1e21 Accepting request 738496 from devel:languages:python Dominique Leuenberger 2019-10-16 07:17:44 +00:00
  • 2c766b9ec6 Accepting request 738496 from devel:languages:python Dominique Leuenberger 2019-10-16 07:17:44 +00:00
  • 56cb7aae3d ------------------------------------------------------------------ - Add python-pygame-python38-import.patch from upstream to fix a build failure with Python 3.8. - Use autopatch macro rather than patch0, due to multiple patches. Steve Kowalik 2019-10-15 04:14:19 +00:00
  • fec2dea4dd ------------------------------------------------------------------ - Add python-pygame-python38-import.patch from upstream to fix a build failure with Python 3.8. - Use autopatch macro rather than patch0, due to multiple patches. Steve Kowalik 2019-10-15 04:14:19 +00:00
  • f8f787c1e9 Accepting request 710330 from devel:languages:python Dominique Leuenberger 2019-06-18 12:58:11 +00:00
  • b1b1750f13 Accepting request 710330 from devel:languages:python Dominique Leuenberger 2019-06-18 12:58:11 +00:00
  • 33aae0787a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygame?expand=0&rev=24 Tomáš Chvátal 2019-06-17 10:54:37 +00:00
  • 9a34c4807f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygame?expand=0&rev=24 Tomáš Chvátal 2019-06-17 10:54:37 +00:00
  • 54a06c8181 Accepting request 704173 from home:pgajdos Tomáš Chvátal 2019-05-20 09:10:25 +00:00
  • 26cc9de4ef Accepting request 704173 from home:pgajdos Tomáš Chvátal 2019-05-20 09:10:25 +00:00
  • 8a9e88da00 Accepting request 634783 from devel:languages:python Yuchen Lin 2018-09-11 15:19:52 +00:00
  • 0e9623fad2 Accepting request 634783 from devel:languages:python Yuchen Lin 2018-09-11 15:19:52 +00:00
  • 1a6330e9b3 - Clean up SPEC, avoid warnings. Matej Cepl 2018-09-03 15:15:57 +00:00
  • 0e8f72c450 - Clean up SPEC, avoid warnings. Matej Cepl 2018-09-03 15:15:57 +00:00
  • 0cd1a6d57c Accepting request 627932 from devel:languages:python Dominique Leuenberger 2018-08-24 15:00:01 +00:00
  • 4e338ad2b2 Accepting request 627932 from devel:languages:python Dominique Leuenberger 2018-08-24 15:00:01 +00:00
  • f15ab11ec5 Accepting request 627927 from home:TheBlackCat:branches:devel:languages:python Tomáš Chvátal 2018-08-07 16:11:51 +00:00
  • 989cf58550 Accepting request 627927 from home:TheBlackCat:branches:devel:languages:python Tomáš Chvátal 2018-08-07 16:11:51 +00:00
  • 8ee50fda21 Accepting request 616583 from devel:languages:python Yuchen Lin 2018-06-19 09:59:17 +00:00
  • 54db04f4f1 Accepting request 616583 from devel:languages:python Yuchen Lin 2018-06-19 09:59:17 +00:00
  • 4f5ad0b69e Accepting request 616582 from home:TheBlackCat:branches:devel:languages:python Tomáš Chvátal 2018-06-13 16:47:41 +00:00
  • b213527c3c Accepting request 616582 from home:TheBlackCat:branches:devel:languages:python Tomáš Chvátal 2018-06-13 16:47:41 +00:00
  • b103b5cebe Accepting request 517638 from devel:languages:python Dominique Leuenberger 2017-09-05 13:14:30 +00:00
  • 4c62032051 Accepting request 517638 from devel:languages:python Dominique Leuenberger 2017-09-05 13:14:30 +00:00
  • 41725d94a8 Accepting request 517443 from home:jengelh:branches:devel:languages:python Thomas Bechtold 2017-08-19 05:56:37 +00:00
  • 84dd655a61 Accepting request 517443 from home:jengelh:branches:devel:languages:python Thomas Bechtold 2017-08-19 05:56:37 +00:00