File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,19 @@ v69.3.0
139139Features
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
145157v69.2.0
You can’t perform that action at this time.
0 commit comments