Skip to content

Commit e72d295

Browse files
authored
Merge branch 'main' into ww/set-is-collection
2 parents 397de33 + 0edbfa0 commit e72d295

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
"https://pyscaffold.org/*",
147147
"https://anaconda.org",
148148
"https://www.cisa.gov/sbom",
149+
"https://developers.redhat.com/products/softwarecollections/overview",
149150
]
150151
linkcheck_retries = 5
151152
# Ignore anchors for common targets when we know they likely won't be found

source/specifications/core-metadata.rst

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
Core metadata specifications
77
============================
88

9+
This page describes version 2.4, approved in August 2024.
10+
911
Fields defined in the following specification should be considered valid,
1012
complete and not subject to change. The required fields are:
1113

@@ -921,27 +923,30 @@ Example::
921923
History
922924
=======
923925

924-
- March 2001: Core metadata 1.0 was approved through :pep:`241`.
925-
- April 2003: Core metadata 1.1 was approved through :pep:`314`:
926-
- February 2010: Core metadata 1.2 was approved through :pep:`345`.
927-
- February 2018: Core metadata 2.1 was approved through :pep:`566`.
926+
- August 2024: Core metadata 2.4 was approved through :pep:`639`.
928927

929-
- Added ``Description-Content-Type`` and ``Provides-Extra``.
930-
- Added canonical method for transforming metadata to JSON.
931-
- Restricted the grammar of the ``Name`` field.
928+
- Added the ``License-Expression`` field.
929+
- Added the ``License-File`` field.
930+
931+
- March 2022: Core metadata 2.3 was approved through :pep:`685`.
932+
933+
- Restricted extra names to be normalized.
932934

933935
- October 2020: Core metadata 2.2 was approved through :pep:`643`.
934936

935937
- Added the ``Dynamic`` field.
936938

937-
- March 2022: Core metadata 2.3 was approved through :pep:`685`.
939+
- February 2018: Core metadata 2.1 was approved through :pep:`566`.
938940

939-
- Restricted extra names to be normalized.
941+
- Added ``Description-Content-Type`` and ``Provides-Extra``.
942+
- Added canonical method for transforming metadata to JSON.
943+
- Restricted the grammar of the ``Name`` field.
940944

941-
- August 2024: Core metadata 2.4 was approved through :pep:`639`.
945+
- February 2010: Core metadata 1.2 was approved through :pep:`345`.
942946

943-
- Added the ``License-Expression`` field.
944-
- Added the ``License-File`` field.
947+
- April 2003: Core metadata 1.1 was approved through :pep:`314`:
948+
949+
- March 2001: Core metadata 1.0 was approved through :pep:`241`.
945950

946951
----
947952

0 commit comments

Comments
 (0)