PEP 426: only two Version-Scheme(s)
This commit is contained in:
parent
563bed59db
commit
60f6b766a4
|
@ -493,15 +493,11 @@ versions having alphanumeric components such as "1.0.0rc2" and "1.0.0pre3".
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue