14
0
forked from pool/python-pygame

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygame?expand=0&rev=35
This commit is contained in:
2022-01-05 06:57:14 +00:00
committed by Git OBS Bridge
parent b0c35c4e2f
commit c5eefa0666
5 changed files with 23 additions and 103 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Jan 5 06:49:40 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- 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.
-------------------------------------------------------------------
Thu Sep 16 21:02:06 UTC 2021 - Matej Cepl <mcepl@suse.com>