From 584ff5423511da9728b9bcee73c64617329d7bd3 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Thu, 16 Apr 2026 21:57:07 +0100 Subject: [PATCH 1/3] Reject PEP 708 --- peps/pep-0708.rst | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/peps/pep-0708.rst b/peps/pep-0708.rst index f9de175df85..a86f3ecc9a5 100644 --- a/peps/pep-0708.rst +++ b/peps/pep-0708.rst @@ -3,13 +3,22 @@ Title: Extending the Repository API to Mitigate Dependency Confusion Attacks Author: Donald Stufft PEP-Delegate: Paul Moore Discussions-To: https://discuss.python.org/t/24179 -Status: Provisional +Status: Rejected Type: Standards Track Topic: Packaging Created: 20-Feb-2023 Post-History: `01-Feb-2023 `__, - `23-Feb-2023 `__ -Resolution: https://discuss.python.org/t/24179/72 + `23-Feb-2023 `__, + `02-Apr-2026 `__, +Resolution: https://discuss.python.org/t/24179/72, + https://discuss.python.org/t/106800/14 + +Rejection +========= + +After 3 years in the provisionally accepted state, the PEP has been +**rejected**, because the required conditions for acceptance were +never met. Provisional Acceptance From 24411ec1b1b2b6510ceed15698082a1feb148413 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Thu, 16 Apr 2026 22:02:36 +0100 Subject: [PATCH 2/3] Fix resolution headers --- peps/pep-0708.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peps/pep-0708.rst b/peps/pep-0708.rst index a86f3ecc9a5..d17ab42ec66 100644 --- a/peps/pep-0708.rst +++ b/peps/pep-0708.rst @@ -10,8 +10,8 @@ Created: 20-Feb-2023 Post-History: `01-Feb-2023 `__, `23-Feb-2023 `__, `02-Apr-2026 `__, -Resolution: https://discuss.python.org/t/24179/72, - https://discuss.python.org/t/106800/14 +Resolution: https://discuss.python.org/t/24179/72 +Resolution: https://discuss.python.org/t/106800/14 Rejection ========= From a7025bb029745e776072e9dc9ac49efbffd30c0a Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Thu, 16 Apr 2026 22:35:37 +0100 Subject: [PATCH 3/3] Fix review comments --- peps/pep-0708.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/peps/pep-0708.rst b/peps/pep-0708.rst index d17ab42ec66..2ad6206b1ed 100644 --- a/peps/pep-0708.rst +++ b/peps/pep-0708.rst @@ -10,13 +10,12 @@ Created: 20-Feb-2023 Post-History: `01-Feb-2023 `__, `23-Feb-2023 `__, `02-Apr-2026 `__, -Resolution: https://discuss.python.org/t/24179/72 Resolution: https://discuss.python.org/t/106800/14 Rejection ========= -After 3 years in the provisionally accepted state, the PEP has been +After three years in the provisionally accepted state, the PEP has been **rejected**, because the required conditions for acceptance were never met.