8000 Multiple PEPs: Move Packaging PEPs to Standards Track and mark as Final by pradyunsg · Pull Request #2657 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

Multiple PEPs: Move Packaging PEPs to Standards Track and mark as Final #2657

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Move multiple Packaging PEPs to Standards Track and mark as Final
These all introduce or update existing Python Packaging Specifications,
and should follow the PyPA Specification processes. These are expected
to be Standards Track PEPs and are not informational.

This change also ensures that they get listed under the correct section
on the Packaging topic index.
  • Loading branch information
pradyunsg committed Jun 18, 2022
commit 051a04984edc78c2a4b0824a76bfc17939f06072
4 changes: 2 additions & 2 deletions pep-0440.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Author: Nick Coghlan <ncoghlan@gmail.com>,
Donald Stufft <donald@stufft.io>
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
Discussions-To: distutils-sig@python.org
Status: Active
Status: Final
Topic: Packaging
Type: Informational
Type: Standards Track
Content-Type: text/x-rst
Created: 18-Mar-2013
Post-History: 30-Mar-2013, 27-May-2013, 20-Jun-2013,
Expand Down
4 changes: 2 additions & 2 deletions pep-0503.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Last-Modified: $Date$
Author: Donald Stufft <donald@stufft.io>
BDFL-Delegate: Donald Stufft <donald@stufft.io>
Discussions-To: distutils-sig@python.org
Status: Accepted
Type: Informational
Status: Final
Type: Standards Track
Topic: Packaging
Content-Type: text/x-rst
Created: 04-Sep-2015
Expand Down
4 changes: 2 additions & 2 deletions pep-0508.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Last-Modified: $Date$
Author: Robert Collins <rbtcollins@hp.com>
BDFL-Delegate: Donald Stufft <donald@stufft.io>
Discussions-To: distutils-sig@python.org
Status: Active
Type: Informational
Status: Final
Type: Standards Track
Topic: Packaging
Content-Type: text/x-rst
Created: 11-Nov-2015
Expand Down
4 changes: 2 additions & 2 deletions pep-0600.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Author: Nathaniel J. Smith <njs@pobox.com>,
Sponsor: Paul Moore <p.f.moore@gmail.com>
BDFL-Delegate: Paul Moore <p.f.moore@gmail.com>
Discussions-To: https://discuss.python.org/t/the-next-manylinux-specification/1043
Status: Accepted
Type: Informational
Status: Final
Type: Standards Track
Topic: Packaging
Content-Type: text/x-rst
Created: 03-May-2019
Expand Down
4 changes: 2 additions & 2 deletions pep-0627.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Title: Recording installed projects
Author: Petr Viktorin <encukou@gmail.com>
BDFL-Delegate: Paul Moore <p.f.moore@gmail.com>
Discussions-To: https://discuss.python.org/t/pep-627/4126
Status: Accepted
Type: Informational
Status: Final
Type: Standards Track
Topic: Packaging
Content-Type: text/x-rst
Created: 15-Jul-2020
Expand Down
4 changes: 2 additions & 2 deletions pep-0656.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Author: Tzu-ping Chung <uranusjr@gmail.com>
Sponsor: Brett Cannon <brett@python.org>
PEP-Delegate: Paul Moore <p.f.moore@gmail.com>
Discussions-To: https://discuss.python.org/t/7165
Status: Accepted
Type: Informational
Status: Final
Type: Standards Track
Topic: Packaging
Content-Type: text/x-rst
Created: 17-Mar-2021
Expand Down
0