From 6ff4f1d6a31e707f41830cb5e89c751bdb613997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 11 Nov 2021 13:55:44 +0100 Subject: [PATCH] PEP 639: Update the metadata version to 2.3 as 2.2 already exists --- pep-0639.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pep-0639.rst b/pep-0639.rst index 48cfeb7c655..662448d217e 100644 --- a/pep-0639.rst +++ b/pep-0639.rst @@ -1,5 +1,5 @@ PEP: 639 -Title: Metadata for Python Software Packages 2.2 +Title: Metadata for Python Software Packages 2.3 Version: $Revision$ Last-Modified: $Date$ Author: Philippe Ombredanne @@ -19,7 +19,7 @@ Resolution: Abstract ======== -This PEP describes the changes between versions 2.1 and 2.2 of the `Core +This PEP describes the changes between versions 2.2 and 2.3 of the `Core Metadata Specification` [#cms]_ for Python packages. Version 2.1 is specified in PEP 566. @@ -179,7 +179,7 @@ document as part of this PEP are described here and will be added to the canonical source once this PEP is approved. -Added in Version 2.2 +Added in Version 2.3 -------------------- License-File (multiple use) @@ -192,7 +192,7 @@ Build tools SHOULD honor this field and include the corresponding license file(s) in the built package. -Changed in Version 2.2 +Changed in Version 2.3 ---------------------- License (optional) @@ -348,7 +348,7 @@ author construct a license expression which expresses their intent. Summary of Differences From PEP 566 =================================== -* Metadata-Version is now 2.2. +* Metadata-Version is now 2.3. * Added one new field: ``License-File`` * Updated the documentation of two fields: ``License`` and ``Classifier`` @@ -796,13 +796,14 @@ Conventions used by other ecosystems References ========== -This document specifies version 2.2 of the metadata format. +This document specifies version 2.3 of the metadata format. - Version 1.0 is specified in PEP 241. - Version 1.1 is specified in PEP 314. - Version 1.2 is specified in PEP 345. - Version 2.0, while not formally accepted, was specified in PEP 426. - Version 2.1 is specified in PEP 566. +- Version 2.2 is specified in PEP 643. .. [#cms] https://packaging.python.org/specifications/core-metadata .. [#cdstats] https://clearlydefined.io/stats