Remove legacy wheel filename support#13581
Conversation
72d0aaf to
c1550b3
Compare
c1550b3 to
3b1175e
Compare
3b1175e to
a63ee68
Compare
|
A real world example can be seen with https://pypi.org/project/password-strength, which have non-PEP 440 Python 2 wheel filenames. Current behavior: New behavior (no longer emits deprecation warning, versions taken from sdist): |
|
Does verbose mode include information about why the artifact was skipped? |
Yeah, doing
Directly specifying an invalid wheel filename will get you an ERROR message: |
|
@pradyunsg thanks for your review! I'll be keeping an eye on on the next pip release for any community issues, but we've had surprisingly little feedback from the, probably too noisy, deprecation warning. |
Fixes #12938