From 432152eba17bb1beaddd0b591a6d6aa515c4c1c8 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Wed, 29 Jan 2020 12:24:49 -0500 Subject: [PATCH] PEP 458: use "OpenPGP" instead of "GPG" * PEP 458: use "OpenPGP" instead of "GPG". The signature format is OpenPGP. Other OpenPGP implementations exist aside from gpg, the OpenPGP tool from the GnuPG project. --- pep-0458.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pep-0458.txt b/pep-0458.txt index 8815d8e9d26..a679c59e8aa 100644 --- a/pep-0458.txt +++ b/pep-0458.txt @@ -112,9 +112,9 @@ Non-goals ========= This PEP does not eliminate any existing features from PyPI. In particular, it -does not replace existing support for GPG signatures. Developers can continue -to upload detached GPG signatures along with distributions. In the future, -PEP 480 may allow developers to directly sign TUF metadata using their GPG keys. +does not replace existing support for OpenPGP signatures. Developers can continue +to upload detached OpenPGP signatures along with distributions. In the future, +PEP 480 may allow developers to directly sign TUF metadata using their OpenPGP keys. PEP Status