I would very much like to move everyone to semver (in practice a subset
that is compatible with the file naming conventions, you probably won't get
far if your version contains a dash -). The setuptools behaviour is the
most practical scheme in use in the Python community. I've made most of the
suggested edits to the PEP. It hurts to have multiple version schemes in
concurrent use.


On Mon, Jan 28, 2013 at 6:49 PM, Donald Stufft <donald.stu...@gmail.com>wrote:

> On Monday, January 28, 2013 at 6:44 PM, Vinay Sajip wrote:
>
> I would add to the currently supported values "semantic" (
> http://semver.org/)
> as this scheme is widely used and is easy to support.
>
> Currently, distlib supports a number of version schemes:
>
> "legacy" - setuptools ordering - most liberal
> "normalized" - PEP 386 - not really compatible with semantic versioning
> "semantic" - http://semver.org/
>
> Please no, PEP386 or semver, not both.
>
>
> _______________________________________________
> Distutils-SIG maillist  -  Distutils-SIG@python.org
> http://mail.python.org/mailman/listinfo/distutils-sig
>
>
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to