From 3882b927a7f83625a1c74c184f9ebdd88c654bf2 Mon Sep 17 00:00:00 2001 From: CAM Gerlach Date: Fri, 15 Apr 2022 16:35:49 -0500 Subject: [PATCH] PEP 631: Update status to reflect incorperation into PEP 621 (#2506) --- pep-0631.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pep-0631.rst b/pep-0631.rst index 14a51e437..5b712f668 100644 --- a/pep-0631.rst +++ b/pep-0631.rst @@ -3,11 +3,12 @@ Title: Dependency specification in pyproject.toml based on PEP 508 Author: Ofek Lev Sponsor: Paul Ganssle Discussions-To: https://discuss.python.org/t/5018 -Status: Accepted +Status: Superseded Type: Standards Track Content-Type: text/x-rst Created: 20-Aug-2020 Post-History: 20-Aug-2020 +Superseded-By: 621 Resolution: https://discuss.python.org/t/how-to-specify-dependencies-pep-508-strings-or-a-table-in-toml/5243/38 Abstract @@ -18,8 +19,7 @@ This PEP specifies how to write a project's dependencies in a using the :pep:`fields defined in PEP 621 <621#dependencies-optional-dependencies>`. .. note:: - This PEP has been accepted and is expected to be merged into - :pep:`621`. + This PEP has been accepted and was merged into :pep:`621`. Entries =======