Path to this page:
Subject: CVS commit: pkgsrc/devel/py-game
From: Adam Ciarcinski
Date: 2019-06-06 23:46:12
Message id: 20190606214612.39B02FBF4@cvs.NetBSD.org
Log Message:
py-game: updated to 1.9.6
1.9.6:
Whilst we focus like a shark-lazer on pygame 2, here is a bonus pygame 1.9.6 \
with a couple of small regression bug fixes.
- mp3 via smpeg was missing in manylinux builds.
- mixer thread deadlock issue when controlling it from different threads.
- pygame.version.vernum now has major, minor, and patch attributes.
1.9.5:
Every single source file has been heavily modified and moved in this release. \
Initial (source code only) support for SDL2 has been merged in. We also support \
compiling with SDL1 in the same code base, so the migration to pygame 2 is \
easier. pygame 2 will be released with SDL2 being the default backend when some \
remaining issues are ironed out. The 1.9.x releases will continue with SDL1 \
until then. Also, the C API of pygame is undergoing a transformation with lots \
of cleanups. Then there have been plenty of other cleanups all throughout the \
python code as well. There's still lots to clean up, but things should be \
significantly easier for people to contribute (👋 hello and thanks new \
contributors!). The documentation has been improved with better examples links, \
search functionality, and improved navigation. Support for older Macs, and newer \
Macs has been improved. The mask, midi, draw, and math modules have gotten lots \
of polish with rough edges removed.
Files: