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(pip.parse): make the pip extension reproducible if PyPI is not called #1937

Merged
merged 2 commits into from
Jun 6, 2024

Commits on Jun 2, 2024

  1. fix(pip.parse): make the pip extension reproducible if PyPI is not ca…

    …lled
    
    With this PR we can finally have fewer lock file entries in setups which
    do not use the `experimental_index_url` feature yet. This is fully
    backwards compatible change as it relies on `bazel` doing the right
    thing and regenerating the lock file.
    
    Fixes bazelbuild#1643.
    aignas committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    9d35b35 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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