From 17710b879882454d55f82c2d44596e8e9f8e4bff Mon Sep 17 00:00:00 2001 From: dkg Date: Wed, 29 Jan 2020 14:02:31 -0500 Subject: [PATCH] PEP 458: use "OpenPGP" instead of "GPG" (#1287) * 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 8815d8e9d..a679c59e8 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