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

Support most of the guaranteed hashes #207

Merged
merged 2 commits into from
Sep 20, 2021

Commits on Sep 20, 2021

  1. Support most of the guaranteed hashes

    Works toward resolution of python-poetry/poetry#4523
    
    - [X] Added tests for changed code
    - [X] Added documentation for changed code
    
    Documentation is at least equivalent to the existing stuff.
    
    - Implement most of the "guaranteed" hashes as per PEP 503
    - Leave out shake, because they're variable length
      - Feel it's unlikely anyone's repo manager is using these
    Adrian Wilkins committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    a08fcaf View commit details
    Browse the repository at this point in the history
  2. Relint, and cope with older Pythons

    Adrian Wilkins committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    0bf800c View commit details
    Browse the repository at this point in the history