Update pep 345 to reference pep 440 that supersede pep 386. (#77)

Pep 386 - "Changing the version comparison module in Distutils" has been
replaced by Pep 440 - "Version Identification and Dependency
Specification"

Pep 345 still refer to pep 386, I suppose it is meant to reference pep
440 now.
This commit is contained in:
Matthias Bussonnier 2016-08-28 14:08:40 -07:00 committed by Chris Angelico
parent 680d79ad90
commit 848fcd1b33
1 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ Version
:::::::
A string containing the distribution's version number. This
field must be in the format specified in PEP 386.
field must be in the format specified in PEP 440.
Example::
@ -371,7 +371,7 @@ parentheses.
Because they refer to non-Python software releases, version numbers
for this field are **not** required to conform to the format
specified in PEP 386: they should correspond to the
specified in PEP 440: they should correspond to the
version scheme used by the external dependency.
Notice that there's is no particular rule on the strings to be used.
@ -406,7 +406,7 @@ Any number of conditional operators can be specified, e.g.
the string ">1.0, !=1.3.4, <2.0" is a legal version declaration.
The comma (",") is equivalent to the **and** operator.
Each version number must be in the format specified in PEP 386.
Each version number must be in the format specified in PEP 440.
When a version is provided, it always includes all versions that
starts with the same value. For example, the "2.5" version of Python