From cd26ba8af94d79aa51dd80a465bd5fd6df8ba34b Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Sat, 26 Jun 2021 18:11:00 +0200 Subject: [PATCH] PEP 600 supersedes PEP 513, PEP 571, PEP 599 (#1960) Per PEP 600: ``` When this PEP is accepted, the previous manylinux PEPs will receive a final update noting that they are no longer maintained and referring to this PEP. ``` --- pep-0513.txt | 3 ++- pep-0571.rst | 3 ++- pep-0599.rst | 3 ++- pep-0600.rst | 1 + 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/pep-0513.txt b/pep-0513.txt index 06faf49f493..dd1f5f93f89 100644 --- a/pep-0513.txt +++ b/pep-0513.txt @@ -5,11 +5,12 @@ Last-Modified: $Date$ Author: Robert T. McGibbon , Nathaniel J. Smith BDFL-Delegate: Nick Coghlan Discussions-To: Distutils SIG -Status: Active +Status: Superseded Type: Informational Content-Type: text/x-rst Created: 19-Jan-2016 Post-History: 19-Jan-2016, 25-Jan-2016, 29-Jan-2016 +Superseded-By: 600 Resolution: https://mail.python.org/pipermail/distutils-sig/2016-January/028211.html diff --git a/pep-0571.rst b/pep-0571.rst index 96aa27d251c..433d53d79c8 100644 --- a/pep-0571.rst +++ b/pep-0571.rst @@ -7,11 +7,12 @@ Author: Mark Williams , Thomas Kluyver BDFL-Delegate: Nick Coghlan Discussions-To: Distutils SIG -Status: Active +Status: Superseded Type: Informational Content-Type: text/x-rst Created: 05-Feb-2018 Post-History: +Superseded-By: 600 Resolution: https://mail.python.org/pipermail/distutils-sig/2018-April/032156.html diff --git a/pep-0599.rst b/pep-0599.rst index 692030326c3..676484ebf67 100644 --- a/pep-0599.rst +++ b/pep-0599.rst @@ -6,11 +6,12 @@ Author: Dustin Ingram Sponsor: Paul Moore BDFL-Delegate: Paul Moore Discussions-To: https://discuss.python.org/t/the-next-manylinux-specification/ -Status: Final +Status: Superseded Type: Informational Content-Type: text/x-rst Created: 29-Apr-2019 Post-History: 29-April-2019 +Superseded-By: 600 Resolution: https://discuss.python.org/t/the-next-manylinux-specification/1043/199 diff --git a/pep-0600.rst b/pep-0600.rst index 9fba850fc47..ddeb6d6bd58 100644 --- a/pep-0600.rst +++ b/pep-0600.rst @@ -12,6 +12,7 @@ Type: Informational Content-Type: text/x-rst Created: 03-May-2019 Post-History: 3-May-2019 +Replaces: 513, 571, 599 Resolution: https://discuss.python.org/t/pep-600-future-manylinux-platform-tags-for-portable-linux-built-distributions/2414/27 Abstract