[Distutils] distlib 0.1.3 released on PyPI

2013-10-18 Thread Vinay Sajip
I've just released version 0.1.3 of distlib on PyPI [1]. For newcomers, distlib is a library of packaging functionality which is intended to be usable as the basis for third-party packaging tools. The changes in this release are as follows: database.py: Added support for PEP 426 JSON

[Distutils] distil 0.1.2 released

2013-10-18 Thread Vinay Sajip
I've released version 0.1.2 of distil, downloadable from [1]. It's based on distlib 0.1.3, which brings support for PEP 426. The other changes are as follows: * Fixed a bug in pre-release handling which occurred when there were *only* pre-releases available. * Added support to convert

[Distutils] Plans for binary wheels, and PyPi and OS-X

2013-10-18 Thread Chris Barker
Someone on another list indicated that pip installing binary wheels from PyPi will ONLY work for Windows. Is that the case? I think it's desperately needed for OS-X as well. Linux is so diverse that I can't imagine it being useful, but OS-X has only so many versions, and the python.org OS-X

Re: [Distutils] URL Structure of Packages URLs

2013-10-18 Thread Barry Warsaw
On Oct 12, 2013, at 06:15 PM, Donald Stufft wrote: Just to be clear, I don't fault folks for using the /packages/ urls. I was just trying to get some sort of idea if anyone actually used that url structure or not. I also don't plan on breaking anything for people who do. That being said, do you

Re: [Distutils] distlib 0.1.3 released on PyPI

2013-10-18 Thread Nick Coghlan
On 19 Oct 2013 03:45, Vinay Sajip vinay_sa...@yahoo.co.uk wrote: I've just released version 0.1.3 of distlib on PyPI [1]. For newcomers, distlib is a library of packaging functionality which is intended to be usable as the basis for third-party packaging tools. Nice! Although users should

Re: [Distutils] Plans for binary wheels, and PyPi and OS-X

2013-10-18 Thread Nick Coghlan
On 19 Oct 2013 04:59, Chris Barker chris.bar...@noaa.gov wrote: Someone on another list indicated that pip installing binary wheels from PyPi will ONLY work for Windows. Is that the case? I think it's desperately needed for OS-X as well. Linux is so diverse that I can't imagine it being