[ANN]: distlib 0.1.9 released on PyPI

2014-05-22 Thread Vinay Sajip


I've just released version 0.1.9 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 main changes in this release are as follows:

    Fixed issue #47: Updated binary launchers to fix double-quoting bug
    where script executable paths have spaces.

    Added ``keystore`` keyword argument to signing and verification APIs.

A more detailed change log is available at [2].

Please try it out, and if you find any problems or have any suggestions for
improvements, please give some feedback using the issue tracker! [3]

Regards,

Vinay Sajip

[1] https://pypi.python.org/pypi/distlib/0.1.9
[2] http://pythonhosted.org/distlib/overview.html#change-log-for-distlib
[3] https://bitbucket.org/pypa/distlib/issues/new

-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


[ANN]: distlib 0.1.9 released on PyPI

2014-05-19 Thread Vinay Sajip


I've just released version 0.1.9 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 main changes in this release are as follows:

    Fixed issue #47: Updated binary launchers to fix double-quoting bug
    where script executable paths have spaces.

    Added ``keystore`` keyword argument to signing and verification APIs.

A more detailed change log is available at [2].

Please try it out, and if you find any problems or have any suggestions for
improvements, please give some feedback using the issue tracker! [3]

Regards,

Vinay Sajip

[1] https://pypi.python.org/pypi/distlib/0.1.9
[2] http://pythonhosted.org/distlib/overview.html#change-log-for-distlib
[3] https://bitbucket.org/pypa/distlib/issues/new

-- 
https://mail.python.org/mailman/listinfo/python-list


Re: [Distutils] [ANN]: distlib 0.1.9 released on PyPI

2014-05-19 Thread Paul Moore
On 19 May 2014 15:24, Vinay Sajip vinay_sa...@yahoo.co.uk wrote:
 Fixed issue #47: Updated binary launchers to fix double-quoting bug
 where script executable paths have spaces.

Note that this issue affects pip / virtualenv in that creating a
virtualenv in a path with spaces can result in pip not working in that
virtualenv.

We should revendor distlib for the next pip/virtualenv release (if one
of the Unix devs could do that, that would be safer, I've managed to
break line endings trying to do a revendor on Windows in the past :-()

Paul
-- 
https://mail.python.org/mailman/listinfo/python-list