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

Fix handling of prerelease-only resolutions #477

Merged
merged 8 commits into from
Jan 20, 2023
Merged

Commits on Jan 11, 2023

  1. pip_audit: begin debugging prerelease selection

    Signed-off-by: William Woodruff <[email protected]>
    woodruffw committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    f279458 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    f93749e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    da73c63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6641beb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a58982 View commit details
    Browse the repository at this point in the history
  4. pypi_provider: simplify, fix handling

    We need `all([any(...) ...])` because of the nested iterators here:
    we check whether each requirement's specifier allows this candidate,
    and all specifiers need to allow it.
    woodruffw committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    14acff9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcad819 View commit details
    Browse the repository at this point in the history
  6. CHANGELOG: record changes

    woodruffw committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    498f030 View commit details
    Browse the repository at this point in the history