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
This mostly affected the `list` subcommand because `select_version`
already sorts. Makes sense for us to sanitize the data as soon as
possible.
Since most projects use single digits, it took a while to notice this.
Adds a guard in honesty.api that tries to catch passing in other
objects. Notably, pkg_resources.parse_version does NOT return
packaging.version.* objects, because they're vendored. :/
Fixespython-packaging#9, python-packaging#10, python-packaging#12
This case is handled properly on 'extract' but not 'download'
The text was updated successfully, but these errors were encountered: