You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MRG: Replicate the to-be-removed `wheel.pkginfo` module.
The plans to remove the `wheel.pkginfo` module can be negotiated with the `wheel` devs, but this PR should cause less drama.
Adds `delocate.pkginfo` to read/write these files, based on the original module.
Removes code supporting `wheel<0.32.0`. Adds code to support the unreleased versions of `wheel>0.37.1`.
Adds type hinting to the relevant functions.
Closes#135
Describe the bug
wheel.pkginfo
was removed.To Reproduce
Use an unreleased version of wheel.
Expected behavior
Not break.
Wheels used
The import is missing, so no need for a wheel.
Platform (please complete the following information):
Additional context
See: pypa/wheel#433
The text was updated successfully, but these errors were encountered: