From 2bc2836019d6002431147c575b10df0357b72370 Mon Sep 17 00:00:00 2001 From: "C.A.M. Gerlach" Date: Sat, 8 Oct 2022 17:13:04 -0700 Subject: [PATCH 1/2] PEP 453, 477: Remove ensurepip stdlib PEPs from packaging topic --- pep-0453.txt | 1 - pep-0477.txt | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/pep-0453.txt b/pep-0453.txt index 2bfd7699a74..cbb4ac80dfd 100644 --- a/pep-0453.txt +++ b/pep-0453.txt @@ -5,7 +5,6 @@ Author: Donald Stufft , BDFL-Delegate: Martin von Löwis Status: Final Type: Standards Track -Topic: Packaging Content-Type: text/x-rst Created: 10-Aug-2013 Post-History: 30-Aug-2013, 15-Sep-2013, 18-Sep-2013, 19-Sep-2013, diff --git a/pep-0477.txt b/pep-0477.txt index d2514d4468e..4e8d8174762 100644 --- a/pep-0477.txt +++ b/pep-0477.txt @@ -1,13 +1,10 @@ PEP: 477 Title: Backport ensurepip (PEP 453) to Python 2.7 -Version: $Revision$ -Last-Modified: $Date$ Author: Donald Stufft , Nick Coghlan BDFL-Delegate: Benjamin Peterson Status: Final Type: Standards Track -Topic: Packaging Content-Type: text/x-rst Created: 26-Aug-2014 Post-History: 01-Sep-2014 @@ -128,14 +125,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: From da8d1173c0609892bd15f146ea59fd37dc2b9aab Mon Sep 17 00:00:00 2001 From: "C.A.M. Gerlach" Date: Sat, 8 Oct 2022 17:13:53 -0700 Subject: [PATCH 2/2] Meta: Tweak description text to clarify scope of packaging-topic PEPs --- pep_sphinx_extensions/pep_zero_generator/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep_sphinx_extensions/pep_zero_generator/constants.py b/pep_sphinx_extensions/pep_zero_generator/constants.py index afc658d0dc2..6303a10d874 100644 --- a/pep_sphinx_extensions/pep_zero_generator/constants.py +++ b/pep_sphinx_extensions/pep_zero_generator/constants.py @@ -36,10 +36,10 @@ # map of topic -> additional description SUBINDICES_BY_TOPIC = { "packaging": """\ -The canonical, up-to-date packaging specifications can be found on the -`Python Packaging Authority`_ (PyPA) `specifications`_ page. Packaging PEPs follow the `PyPA specification update process`_. They are used to propose major additions or changes to the PyPA specifications. +The canonical, up-to-date packaging specifications can be found on the +`Python Packaging Authority`_ (PyPA) `specifications`_ page. .. _Python Packaging Authority: https://www.pypa.io/ .. _specifications: https://packaging.python.org/en/latest/specifications/