Skip to content

Commit bc46f2d

Browse files
committed
Add history entries to pages with updated links
1 parent 2cc0701 commit bc46f2d

4 files changed

Lines changed: 10 additions & 1 deletion

File tree

source/specifications/core-metadata.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,6 +1071,9 @@ History
10711071
- October 2025: Clarified that ``License-Expression`` applies to the containing
10721072
distribution file and not the project itself.
10731073

1074+
- January 2026: Replaced outdated direct reference to :pep:`508` with a
1075+
reference to :ref:`dependency-specifiers`.
1076+
10741077
----
10751078

10761079
.. [1] reStructuredText markup:

source/specifications/dependency-specifiers.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,8 @@ History
663663
tool behaviour recommendations for publishing tools vs installation tools.
664664
This brought the nominal specification into line with the way tools actually
665665
work. [#marker_comparison_logic]_
666-
- January 2026: fix outdated references inadvertently retained from :pep:`508`
666+
- January 2026: fix outdated references to other documents that were
667+
inadvertently retained from :pep:`508`
667668

668669

669670
References

source/specifications/entry-points.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ History
165165
- October 2017: This specification was written to formalize the existing
166166
entry points feature of setuptools (discussion_).
167167

168+
- January 2026: Replaced outdated direct references to :pep:`508` and
169+
:pep:`685` with a reference to :ref:`dependency-specifiers`.
168170

169171

170172
.. _discussion: https://mail.python.org/pipermail/distutils-sig/2017-October/031585.html

source/specifications/pyproject-toml.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,4 +672,7 @@ History
672672
- October 2025: The ``import-names`` and ``import-namespaces`` keys were added
673673
through :pep:`794`.
674674

675+
- January 2026: Replaced outdated direct reference to :pep:`508` with a
676+
reference to :ref:`dependency-specifiers`.
677+
675678
.. _TOML: https://toml.io

0 commit comments

Comments
 (0)