[Python-checkins] peps: minor wheel edits

daniel.holth python-checkins at python.org
Fri Feb 15 13:42:03 CET 2013


http://hg.python.org/peps/rev/4105e7bdb917
changeset:   4739:4105e7bdb917
user:        Daniel Holth <dholth at fastmail.fm>
date:        Fri Feb 15 07:41:57 2013 -0500
summary:
  minor wheel edits

files:
  pep-0427.txt |  15 +++++++--------
  1 files changed, 7 insertions(+), 8 deletions(-)


diff --git a/pep-0427.txt b/pep-0427.txt
--- a/pep-0427.txt
+++ b/pep-0427.txt
@@ -120,10 +120,10 @@
     PEP-386 compliant version, e.g. 1.0.
 
 build tag
-    Optional build number.  Must start with a digit.  A tie breaker if
-    two wheels have the same version.  Sort as None if unspecified,
-    else sort the initial digits as a number, and the remainder
-    lexicographically.
+    Optional build number.  Must start with a digit.  A tie breaker
+    if two wheels have the same version.  Sort as the empty string
+    if unspecified, else sort the initial digits as a number, and the
+    remainder lexicographically.
 
 language implementation and version tag
     E.g. 'py27', 'py2', 'py3'.
@@ -164,9 +164,9 @@
    ``#!python`` rewriting at install time.  They may have any or no
    extension.
 #. ``{distribution}-{version}.dist-info/METADATA`` is Metadata version 1.1
-   (PEP 314, PEP 345, PEP 426) or greater format metadata.
+   or greater (PEP 314, PEP 345, PEP 426) format metadata.
 #. ``{distribution}-{version}.dist-info/WHEEL`` is metadata about the archive
-   itself::
+   itself, in the same basic key: value format::
 
        Wheel-Version: 0.1
        Generator: bdist_wheel 0.7
@@ -329,8 +329,7 @@
     existing public key infrastructure with wheel.
 
     Signed packages are only a basic building block in a secure package
-    update system and many kinds of attacks are possible even when
-    packages are signed.  Wheel only provides the building block.
+    update system.  Wheel only provides the building block.
 
 Appendix
 ========

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


More information about the Python-checkins mailing list