[Python-checkins] peps: PEP 426: only two Version-Scheme(s)

daniel.holth python-checkins at python.org
Tue Jan 29 18:00:37 CET 2013


http://hg.python.org/peps/rev/ec53c190df25
changeset:   4699:ec53c190df25
user:        Daniel Holth <dholth at fastmail.fm>
date:        Tue Jan 29 12:00:24 2013 -0500
summary:
  PEP 426: only two Version-Scheme(s)

files:
  pep-0426.txt |  8 ++------
  1 files changed, 2 insertions(+), 6 deletions(-)


diff --git a/pep-0426.txt b/pep-0426.txt
--- a/pep-0426.txt
+++ b/pep-0426.txt
@@ -493,15 +493,11 @@
 
     Version-Scheme: pkg_resources
     Version-Scheme: pep386
-    Version-Scheme: semver-2.0.0rc1
-    Version-Scheme: random
 
-The four initially supported schemes are:
+The two initially supported schemes are:
 
-* pkg_resources: sort according to setuptools' pkg_resources module
+* pkg_resources: sort versions compatibly with setuptools' pkg_resources module
 * pep386: sort according to the rules in pep386
-* semver-2.0.0rc1: sort according to http://semver.org/
-* random: do the shuffle
 
 
 Version Specifiers

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list