Skip to content

v1.8.0 — Fix provenance support

Latest

Choose a tag to compare

@jwodder jwodder released this 03 Sep 14:46
· 7 commits to master since this release
v1.8.0
  • Provenance support belatedly updated to match a change to PEP 740:
    • DistributionPackage.provenance_sha256 is now deprecated and is always None
    • DistributionPackage.provenance_url is now determined correctly and is None when no provenance file is declared
    • PyPISimple.get_provenance() no longer verifies the provenance's digest, and the verify argument is now deprecated