14
0
forked from pool/python-pygame

Accepting request 627927 from home:TheBlackCat:branches:devel:languages:python

- Update to 1.9.4
  * python 3.7 support.
  * beta pypy support.
  * pygame.draw fixes
  * pygame.math is not experimental anymore. Speedups and bugfixes.
  * Debian, Mac homebrew, mac virtualenv, manylinux and other platform fixes.
  * documentation fixes, jedi support for type ahead in editors like VSCode and VIM.
  * Surface.blits for blitting many surfaces at once more quickly.

OBS-URL: https://build.opensuse.org/request/show/627927
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygame?expand=0&rev=19
This commit is contained in:
Tomáš Chvátal
2018-08-07 16:11:51 +00:00
committed by Git OBS Bridge
parent b213527c3c
commit 989cf58550
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Aug 7 15:32:41 UTC 2018 - toddrme2178@gmail.com
- Update to 1.9.4
* python 3.7 support.
* beta pypy support.
* pygame.draw fixes
* pygame.math is not experimental anymore. Speedups and bugfixes.
* Debian, Mac homebrew, mac virtualenv, manylinux and other platform fixes.
* documentation fixes, jedi support for type ahead in editors like VSCode and VIM.
* Surface.blits for blitting many surfaces at once more quickly.
-------------------------------------------------------------------
Wed Jun 13 14:54:51 UTC 2018 - toddrme2178@gmail.com