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


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

[ANN]: distlib 0.1.8 released on PyPI

Started byVinay Sajip <vinay_sajip@yahoo.co.uk>
First post2014-03-19 13:13 +0000
Last post2014-03-19 13:13 +0000
Articles 1 — 1 participant

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


Contents

  [ANN]: distlib 0.1.8 released on PyPI Vinay Sajip <vinay_sajip@yahoo.co.uk> - 2014-03-19 13:13 +0000

#1246 — [ANN]: distlib 0.1.8 released on PyPI

FromVinay Sajip <vinay_sajip@yahoo.co.uk>
Date2014-03-19 13:13 +0000
Subject[ANN]: distlib 0.1.8 released on PyPI
Message-ID<mailman.8296.1395311969.18130.python-announce-list@python.org>
I've released version 0.1.8 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 #45: Improved thread-safety in SimpleScrapingLocator.
* Fixed issue #42: Handling of pre-release legacy version numbers
  now mirrors setuptools logic.
* Added exists, verify, update, is_compatible and is_mountable methods
  to the Wheel class (the update method fixed issue #41).
* Added a search method to the PackageIndex class.
* Fixed a bug in the Metadata.add_requirements method.
* Allowed versions with a single numeric component and a local version
  component (tracking changes to PEP 440).* Corrected spelling of environment variable used for the stub launcher
  on OS X.
* Avoided using pydist.json in 1.0 wheels (bdist_wheel writes a non-
  conforming pydist.json).

* Improved computation of ABI tags on Python versions where SOABI is not
  available, and improved computation of compatibility tags on OS X to
  allow for multiple architectures and older OS X versions.


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.8 
[2] http://pythonhosted.org/distlib/overview.html#change-log-for-distlib 
[3] https://bitbucket.org/pypa/distlib/issues/new

[toc] | [standalone]


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


csiph-web