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

Upgrade to vendoring 1.2 #10583

Merged
merged 1 commit into from
Oct 15, 2021
Merged

Upgrade to vendoring 1.2 #10583

merged 1 commit into from
Oct 15, 2021

Commits on Oct 14, 2021

  1. Upgrade to vendoring 1.2

    This enables wheel usage in vendoring's license fetching, at the cost of
    requiring two more license-related fallbacks.
    
    The additional fallbacks are due to packages which include the license
    in their source distributions but not in their wheel distributions, and
    the change in vendoring that prefers using wheels when possible.
    
    This should fix the bootstrapping problem we're seeing with `flit` and
    `tomli`, by allowing us to use wheels to break the loop.
    pradyunsg committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    858dd34 View commit details
    Browse the repository at this point in the history