Skip to content

Commit dc527c1

Browse files
committed
Expand changelog to provide more context. Ref #3593
1 parent 3466f9f commit dc527c1

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

NEWS.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,19 @@ v69.3.0
139139
Features
140140
--------
141141

142-
- Support PEP 625 by canonicalizing package name and version in filenames. (#3593)
142+
- Support PEP 625 by canonicalizing package name and version in filenames
143+
per
144+
`the spec <https://packaging.python.org/en/latest/specifications/source-distribution-format/#source-distribution-file-name>`_.
145+
Projects whose names contain uppercase characters, dashes, or periods will
146+
now see their sdist names normalized to match the standard and the format
147+
previously seen in wheels. For example:
148+
149+
- ``zope.interface`` -> ``zope_interface``
150+
- ``CherryPy`` -> ``cherrypy``
151+
- ``foo-bar_baz`` -> ``foo_bar_baz``
152+
153+
Projects are encouraged to adopt this change to align with standards and
154+
other backend build systems. (#3593)
143155

144156

145157
v69.2.0

0 commit comments

Comments
 (0)