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

tough: update to v0.10.0 #1190

Merged
merged 1 commit into from
Jan 25, 2021
Merged

tough: update to v0.10.0 #1190

merged 1 commit into from
Jan 25, 2021

Commits on Jan 25, 2021

  1. tough: update to v0.10.0

    This version of tough changes the interface of the Repository struct
    and its load function. The usage sites have been updated to use the
    new interface.
    
    updog: The query parameter mechanism needed to be changed to
    accommodate the fact that Repository now owns a Transport instead of
    holding a reference. This is done by holding an Arc pointer to the
    query params both inside and outside of the custom Transport.
    
    pubsys: A custom Transport is no-longer necessary (its purpose was to
    support both http and file transport, which DefaultTransport now does).
    Additionally, the new TransportError gives pubsys the information it
    needs to know whether a repo already exists or not.
    
    update_metadata and migrator: no significant changes.
    webern committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    2110613 View commit details
    Browse the repository at this point in the history