From 16117cfabf258d813c5de69f37e7470088c0b3e8 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Fri, 24 Jan 2025 10:53:41 +0100 Subject: [PATCH 1/2] PEP 639: Mark Final --- peps/pep-0639.rst | 13 ++----------- peps/pep-0639/appendix-examples.rst | 2 ++ peps/pep-0639/appendix-user-scenarios.rst | 2 ++ 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/peps/pep-0639.rst b/peps/pep-0639.rst index c25d5904d91..d5b828e7a78 100644 --- a/peps/pep-0639.rst +++ b/peps/pep-0639.rst @@ -5,7 +5,7 @@ Author: Philippe Ombredanne , Karolina Surma , PEP-Delegate: Brett Cannon Discussions-To: https://discuss.python.org/t/53020 -Status: Provisional +Status: Final Type: Standards Track Topic: Packaging Created: 15-Aug-2019 @@ -14,16 +14,7 @@ Post-History: `15-Aug-2019 `__, `10-May-2024 `__, Resolution: https://discuss.python.org/t/53020/106 - -Provisional Acceptance -====================== - -This PEP has been **provisionally accepted**, -with the following required conditions before the PEP is made Final: - -1. An implementation of the PEP in two build back-ends. -2. An implementation of the PEP in PyPI. - +.. canonical-pypa-spec:: :ref:`core-metadata` .. _639-abstract: diff --git a/peps/pep-0639/appendix-examples.rst b/peps/pep-0639/appendix-examples.rst index 68d8b5d7170..ace5d0b9fd3 100644 --- a/peps/pep-0639/appendix-examples.rst +++ b/peps/pep-0639/appendix-examples.rst @@ -1,5 +1,7 @@ :orphan: +.. canonical-pypa-spec:: :ref:`licensing-examples-and-user-scenarios` + Appendix: Licensing Examples ============================ diff --git a/peps/pep-0639/appendix-user-scenarios.rst b/peps/pep-0639/appendix-user-scenarios.rst index d5490296386..c67b8a712a2 100644 --- a/peps/pep-0639/appendix-user-scenarios.rst +++ b/peps/pep-0639/appendix-user-scenarios.rst @@ -1,5 +1,7 @@ :orphan: +.. canonical-pypa-spec:: :ref:`licensing-examples-and-user-scenarios` + Appendix: User Scenarios ======================== From 3364f6fe4f2f2e69abb0c0c6ca971a96d54d0b77 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 24 Jan 2025 15:54:24 -0800 Subject: [PATCH 2/2] Update peps/pep-0639.rst Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- peps/pep-0639.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/peps/pep-0639.rst b/peps/pep-0639.rst index d5b828e7a78..dcca001378b 100644 --- a/peps/pep-0639.rst +++ b/peps/pep-0639.rst @@ -14,8 +14,10 @@ Post-History: `15-Aug-2019 `__, `10-May-2024 `__, Resolution: https://discuss.python.org/t/53020/106 + .. canonical-pypa-spec:: :ref:`core-metadata` + .. _639-abstract: Abstract