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


Groups > comp.lang.python > #102347 > unrolled thread

ANN: distlib 0.2.2 released on PyPI

Started byVinay Sajip <vinay_sajip@yahoo.co.uk>
First post2016-01-30 16:19 +0000
Last post2016-01-30 16:19 +0000
Articles 1 — 1 participant

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

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  ANN: distlib 0.2.2 released on PyPI Vinay Sajip <vinay_sajip@yahoo.co.uk> - 2016-01-30 16:19 +0000

#102347 — ANN: distlib 0.2.2 released on PyPI

FromVinay Sajip <vinay_sajip@yahoo.co.uk>
Date2016-01-30 16:19 +0000
SubjectANN: distlib 0.2.2 released on PyPI
Message-ID<mailman.160.1454239707.2338.python-list@python.org>
I've just released version 0.2.2 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 #81: Added support for detecting distributions installed by
  wheel versions >= 0.23 (which use metadata.json rather than pydist.json).
* Updated default PyPI URL to https://pypi.python.org/pypi
* Updated to use different formatting for description field for V1.1
  metadata.
* Corrected “classifier” to “classifiers” in the mapping for V1.0 metadata.
* Improved support for Jython when quoting executables in output scripts.
* Fixed issue #77: Made the internal URL used for extended metadata fetches
  configurable via a module attribute.
* Fixed issue #78: Improved entry point parsing to handle leading spaces in
  ini-format files.

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

[toc] | [standalone]


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


csiph-web