[Distutils] distlib 0.1.3 released on PyPI
Vinay Sajip
vinay_sajip at yahoo.co.uk
Thu Oct 31 20:55:14 CET 2013
I've just released version 0.1.4 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:
scripts.py:
Updated the logic for finding the distlib package using a relative,
rather than absolute method. This fixes a problem for pip, where
distlib is kept in the pip.vendor.distlib package.
_backport/sysconfig.py:
The analogous change to that made for scripts.py, described above.
Please try it out, and if you find any problems or have any suggestions for
improvements, please give some feedback using the issue tracker! [2]
Regards,
Vinay Sajip
[1] https://pypi.python.org/pypi/distlib/0.1.4
[2] https://bitbucket.org/pypa/distlib/issues/new
More information about the Distutils-SIG
mailing list