uv/crates/uv-python
konsti 327c2bcd8a
Use SHA256 from GitHub API for Python downloads (#14708)
We recently ran over the file limit and had to drop hash file from the
releases page in favor of bulk SHA256SUMS files
(https://github.com/astral-sh/python-build-standalone/pull/691).
Conveniently, GitHub has recently started to add a SHA256 digest to the
API. GitHub did not backfill the hashes for the old releases, so use the
API hashes for newer assets, and eventually only download SHA256SUMS for
older releases.
2025-07-18 14:03:55 +02:00
..
python Fix Ruff linting (#14111) 2025-06-17 17:28:23 +00:00
src Validate that discovered interpreters meet the Python preference (#7934) 2025-07-17 17:20:21 -05:00
.gitignore minify and filter embed managed pythons json on compile time (#12967) 2025-04-30 15:51:03 -04:00
build.rs Only rebuild download JSON on change (#13261) 2025-05-02 07:49:34 -05:00
Cargo.toml Support transparent Python patch version upgrades (#13954) 2025-06-20 16:17:13 +02:00
download-metadata.json Sync latest Python releases (#14643) 2025-07-16 09:06:06 -05:00
fetch-download-metadata.py Use SHA256 from GitHub API for Python downloads (#14708) 2025-07-18 14:03:55 +02:00