[pygame] Pygame 1.9.3?

2017-01-08 Thread Thomas Kluyver
Since 1.9.2, there have been a few crucial fixes committed: - Add a missing file to the sdist, so it can be installed from PyPI without using a wheel - Fix a crash on Linux when playing ogg files. - Add builds for Python 3.6 I'd like to make a 1.9.3 release to get these improvements out promptly.

Re: [pygame] Pygame 1.9.3?

2017-01-08 Thread Mikhail V
On 8 January 2017 at 20:01, Thomas Kluyver wrote: > Are there any other important things which we can fix quickly before > making a release? > I just remember I was unable to open grayscale PNGs on Linux (although on Windows I can do it without problems). I mean pygame.image.load() method. Unfor

Re: [pygame] Pygame 1.9.3?

2017-01-08 Thread DiliupG
suddenly there is a massive surge in the Pygame universe. The Force has awakened! I am sure there will be a Pygame 1.9.5 before mid year. If not the dark side has won once again.. :) On Mon, Jan 9, 2017 at 5:28 AM, Mikhail V wrote: > > > On 8 January 2017 at 20:01, Thomas Kluyver wrote: > >> Ar