Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1773 > unrolled thread

ANN: distlib 0.2.1 released on PyPI

Started byVinay Sajip <vinay_sajip@yahoo.co.uk>
First post2015-07-07 23:32 +0000
Last post2015-07-07 23:32 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  ANN: distlib 0.2.1 released on PyPI Vinay Sajip <vinay_sajip@yahoo.co.uk> - 2015-07-07 23:32 +0000

#1773 — ANN: distlib 0.2.1 released on PyPI

FromVinay Sajip <vinay_sajip@yahoo.co.uk>
Date2015-07-07 23:32 +0000
SubjectANN: distlib 0.2.1 released on PyPI
Message-ID<mailman.355.1436340913.3674.python-announce-list@python.org>
I've just released version 0.2.1 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 #58: Return a Distribution instance or None from locate().

    Fixed issue #59: Skipped special keys when looking for versions.

    Improved behaviour of PyPIJSONLocator to be analogous to that of other
    locators.

    Added resource iterator functionality.

    Fixed issue #71: Updated launchers to decode shebangs using UTF-8.
    This allows non-ASCII pathnames to be correctly handled.

    Ensured that the executable written to shebangs is normcased.

    Changed ScriptMaker to work better under Jython.

    Changed the mode setting method to work better under Jython.

    Changed get_executable() to return a normcased value.

    Handled multiple-architecture wheel filenames correctly.


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.2.1
[2] https://goo.gl/K5Spsp
[3] https://bitbucket.org/pypa/distlib/issues/new

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web