pypi / warehouse

The Python Package Index
https://pypi.org
Apache License 2.0
3.6k stars 967 forks source link

relax wheel filename restriction from #17107 #17112

Closed ewdurbin closed 1 week ago

ewdurbin commented 1 week ago

the restrictions applied in #17107 introduced a bit too strict handling of wheels than we're ready for. using the parse_wheel_filename normalized name/version, which is a new and more strict constraint than intended

ewdurbin commented 1 week ago

Closes #17111