Skip to content

Commit f86255b

Browse files
committed
Add history blurbs
1 parent fd2eb2c commit f86255b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

source/specifications/dependency-specifiers.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,9 @@ History
526526
in use since late 2022.
527527
- April 2025: Added ``extras`` and ``dependency_groups`` for
528528
:ref:`lock-file-spec` as approved through :pep:`751`.
529+
- August 2025: The suggested name validation regex was fixed to match the field
530+
specification (it previously finished with ``$`` instead of ``\Z``,
531+
incorrectly permitting trailing newlines)
529532

530533

531534
References

source/specifications/name-normalization.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@ History
5353
:pep:`503 <503#normalized-names>`.
5454
- November 2015: The specification of valid names was approved through
5555
:pep:`508 <508#names>`.
56+
- August 2025: The suggested name validation regex was fixed to match the field
57+
specification (it previously finished with ``$`` instead of ``\Z``,
58+
incorrectly permitting trailing newlines)

0 commit comments

Comments
 (0)