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

Send only the digests we have from PackageFile #776

Merged
merged 2 commits into from Jul 16, 2021
Merged

Send only the digests we have from PackageFile #776

merged 2 commits into from Jul 16, 2021

Commits on Jul 15, 2021

  1. Send only the digests we have from PackageFile

    Once again, we have to deal with third-party package repositories doing
    their own thing and users needing this to just work. Those repositories
    combined with FIPS mean that we will need to send the information we
    actually have and only that when it comes to digests.
    
    Closes gh-775
    sigmavirus24 committed Jul 15, 2021
    Copy the full SHA
    5b2313a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Update function and comments for clarity

    Let's be clearer about some of the bizarre logic we use to support 
    repositories other than PyPI and distributions using FIPS
    
    Co-authored-by: Brian Rutledge <bhrutledge@gmail.com>
    sigmavirus24 and bhrutledge committed Jul 16, 2021
    Copy the full SHA
    1d235dd View commit details
    Browse the repository at this point in the history