[Python-checkins] peps: Add the data-gpg-sig attribute to file links

donald.stufft python-checkins at python.org
Thu Sep 24 18:02:04 CEST 2015


https://hg.python.org/peps/rev/9090e66cc8c7
changeset:   6100:9090e66cc8c7
user:        Donald Stufft <donald at stufft.io>
date:        Thu Sep 24 12:01:20 2015 -0400
summary:
  Add the data-gpg-sig attribute to file links

files:
  pep-0503.txt |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/pep-0503.txt b/pep-0503.txt
--- a/pep-0503.txt
+++ b/pep-0503.txt
@@ -91,6 +91,10 @@
   associated signature, the signature would be located at
   ``/packages/HolyGrail-1.0.tar.gz.asc``.
 
+* A repository **MAY** include a ``data-gpg-sig`` attribute on a file link with
+  a value of either ``true`` or ``false`` to indicate whether or not there is a
+  GPG signature. Repositories that do this **SHOULD** include it on every link.
+
 
 Normalized Names
 ----------------

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


More information about the Python-checkins mailing list