[Distutils] PEP 426 updated (with more than you ever wanted to know about version schemes)

Daniel Holth dholth at gmail.com
Tue Feb 12 04:18:29 CET 2013


On Mon, Feb 11, 2013 at 1:37 PM, Marcus Smith <qwcode at gmail.com> wrote:

> >> Projects which wish to use non-compliant version identifiers must
> restrict themselves to metadata v1.1
>
> currently, "Projects" don't have control over this, right?
> setuptools/distutils just writes 1.0 or 1.1 metadata, period.
> maybe that can be clarified for me and others.
> what can a project really do right now to use v1.3?  nothing, except wait
> for tool chain updates?
>

bdist_wheel converts a project's metadata to version 1.3 to express extras
and dependencies in wheel files.

pkg_resources (part of distribute) doesn't care about the version or the
payload section and works fine in the presence of md 1.3.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20130211/cabdf130/attachment.html>


More information about the Distutils-SIG mailing list