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:
>
>> 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.
> Unfortunately I don't have an up-to-date Linux setup with latest pygame to
> test it again and can't even say details about version of Linux (Fedora or
> Ubuntu). But probable you could check if it works, just in case.
> But as said I can't even give a guarantee that there *is* such an issue
> anymore. In the past I had this issue several times and don't remeber now
> the details, I only remember that it was Linux and PNG for sure.
> Sorry for such a vague description :)
>
>
> Mikhail
>



-- 
Kalasuri Diliup Gabadamudalige

https://dahamgatalu.wordpress.com/
http://soft.diliupg.com/
http://www.diliupg.com

**
This e-mail is confidential. It may also be legally privileged. If you are
not the intended recipient or have received it in error, please delete it
and all copies from your system and notify the sender immediately by return
e-mail. Any unauthorized reading, reproducing, printing or further
dissemination of this e-mail or its contents is strictly prohibited and may
be unlawful. Internet communications cannot be guaranteed to be timely,
secure, error or virus-free. The sender does not accept liability for any
errors or omissions.
**


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.
Unfortunately I don't have an up-to-date Linux setup with latest pygame to
test it again and can't even say details about version of Linux (Fedora or
Ubuntu). But probable you could check if it works, just in case.
But as said I can't even give a guarantee that there *is* such an issue
anymore. In the past I had this issue several times and don't remeber now
the details, I only remember that it was Linux and PNG for sure.
Sorry for such a vague description :)


Mikhail


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

Are there any other important things which we can fix quickly before making
a release? I know there are some Mac problems, but I can't debug those, so
unless someone steps up to tackle them, I don't want to hold the release up
for them.

René, are you happy to add me on PyPI (username takowl) so I can upload the
new release? If I don't hear from you, I'll ask Paul to do the upload again.

Thanks,
Thomas