Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Canonicalize versions from PyPI API #263

Merged
merged 3 commits into from May 2, 2022
Merged

Canonicalize versions from PyPI API #263

merged 3 commits into from May 2, 2022

Conversation

di
Copy link
Sponsor Member

@di di commented May 2, 2022

Fixes #261.

@di di requested a review from woodruffw May 2, 2022 16:55
Copy link
Member

@woodruffw woodruffw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@woodruffw woodruffw merged commit 0decb8d into main May 2, 2022
@woodruffw woodruffw deleted the fix/261 branch May 2, 2022 17:05
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request May 10, 2022
## [2.2.1] - 2022-05-02

### Fixed

* A bug introduced with a previous fix to version parsing
  ([#263](pypa/pip-audit#263)) was
  fixed ([#264](pypa/pip-audit#264))

## [2.2.0] - 2022-05-02

### Added

* CLI: The `--output` option has been added, allowing users to specify
  a file to write output to. The default behavior of writing to `stdout`
  is unchanged ([#262](pypa/pip-audit#262))

### Fixed

* Vulnerability sources: A bug caused by insufficient version normalization
  was fixed ([#263](pypa/pip-audit#263))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: IPy==1.01 transformed to 1.1, which doesn't have hashes on PyPI
2 participants