diff --git a/pep-0314.txt b/pep-0314.txt index 4c65060d0..463d383ef 100644 --- a/pep-0314.txt +++ b/pep-0314.txt @@ -239,11 +239,12 @@ Fields Provides (multiple use) - Each entry contains a string describing a package or - module that will be provided by this package once it is - installed. These strings should match the ones used in - Requirements fields. Version declarations cannot be supplied; - instead the package's version number will be used. + Each entry contains a string describing a package or module that + will be provided by this package once it is installed. These + strings should match the ones used in Requirements fields. A + version declaration may be supplied (without a comparison + operator); the package's version number will be implied if none + is specified. Example: @@ -251,6 +252,7 @@ Fields Provides: xml.utils Provides: xml.utils.iso8601 Provides: xml.dom + Provides: xmltools (1.3) Obsoletes (multiple use)