From aa4a5de97aac664d6936fbda37a46d4517b4e34e Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Thu, 7 Nov 2024 11:24:25 -0600 Subject: [PATCH 1/4] Add PEP 761 to What's New --- Doc/whatsnew/3.14.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index b9d2c27eb9a321..92ee894b301658 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -65,7 +65,15 @@ Summary -- release highlights .. PEP-sized items next. +PEP 761: Discontinuation of PGP signatures +------------------------------------------ +PGP signatures will not be available for CPython 3.14 and onwards. +Users verifying artifacts must use `Sigstore verification materials`_ for +verifying CPython artifacts. This change in release process is specified +in :pep:`761`. + +.. _Sigstore verification materials: https://www.python.org/downloads/metadata/sigstore/ New features ============ From 72bc602b6341722181619039ea91a2358eabe795 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:35:20 +0200 Subject: [PATCH 2/4] Lint fix --- Doc/whatsnew/3.14.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 92ee894b301658..66baa133586159 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -71,7 +71,7 @@ PEP 761: Discontinuation of PGP signatures PGP signatures will not be available for CPython 3.14 and onwards. Users verifying artifacts must use `Sigstore verification materials`_ for verifying CPython artifacts. This change in release process is specified -in :pep:`761`. +in :pep:`761`. .. _Sigstore verification materials: https://www.python.org/downloads/metadata/sigstore/ From f29c662f246a74ededcfa482e43bbc498e036763 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:29:11 +0200 Subject: [PATCH 3/4] Move to 'Build changes' --- Doc/whatsnew/3.14.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 66baa133586159..d9377886cb9e63 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -65,16 +65,6 @@ Summary -- release highlights .. PEP-sized items next. -PEP 761: Discontinuation of PGP signatures ------------------------------------------- - -PGP signatures will not be available for CPython 3.14 and onwards. -Users verifying artifacts must use `Sigstore verification materials`_ for -verifying CPython artifacts. This change in release process is specified -in :pep:`761`. - -.. _Sigstore verification materials: https://www.python.org/downloads/metadata/sigstore/ - New features ============ @@ -722,6 +712,16 @@ Changes in the Python API Build changes ============= +PEP 761: Discontinuation of PGP signatures +------------------------------------------ + +PGP signatures will not be available for CPython 3.14 and onwards. +Users verifying artifacts must use `Sigstore verification materials`_ for +verifying CPython artifacts. This change in release process is specified +in :pep:`761`. + +.. _Sigstore verification materials: https://www.python.org/downloads/metadata/sigstore/ + C API changes ============= From 823de04f6a39f58ff0a108364b1e3453a0e5bd4e Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:29:53 +0200 Subject: [PATCH 4/4] Re-add whitespace --- Doc/whatsnew/3.14.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index d9377886cb9e63..cc7a0bd274aec2 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -65,6 +65,8 @@ Summary -- release highlights .. PEP-sized items next. + + New features ============