From 824dedad76c2875d87a0d26c5ba97657e141278a Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 15 Oct 2024 11:08:46 -0500 Subject: [PATCH] Retain old python-build-standalone releases (#8216) Closes https://github.com/astral-sh/uv/issues/8213 I didn't mean to remove these when updating the regular expression. Arguably, they shouldn't be used anymore, but we should make that choice with intention. --- crates/uv-python/download-metadata.json | 2678 +++++++++++++++++++ crates/uv-python/fetch-download-metadata.py | 29 +- crates/uv-python/src/downloads.inc | 1952 ++++++++++++++ 3 files changed, 4654 insertions(+), 5 deletions(-) diff --git a/crates/uv-python/download-metadata.json b/crates/uv-python/download-metadata.json index a38edf3be..d8b99230f 100644 --- a/crates/uv-python/download-metadata.json +++ b/crates/uv-python/download-metadata.json @@ -6577,6 +6577,32 @@ "sha256": "a1d9a594cd3103baa24937ad9150c1a389544b4350e859200b3e5c036ac352bd", "variant": null }, + "cpython-3.10.2+debug-darwin-aarch64-none": { + "name": "cpython", + "arch": "aarch64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 10, + "patch": 2, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20220222/cpython-3.10.2-aarch64-apple-darwin-debug-20220220T1113.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.10.2+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 10, + "patch": 2, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20220222/cpython-3.10.2-x86_64-apple-darwin-debug-20220220T1113.tar.zst", + "sha256": null, + "variant": "debug" + }, "cpython-3.10.2+debug-linux-aarch64-gnu": { "name": "cpython", "arch": "aarch64", @@ -6629,6 +6655,188 @@ "sha256": "a696f058a0cf69fa49c7e65c0b0b630c3fdc23474d45795e5c742c474abb8f24", "variant": "debug" }, + "cpython-3.10.0-darwin-aarch64-none": { + "name": "cpython", + "arch": "aarch64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 10, + "patch": 0, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-aarch64-apple-darwin-pgo%2Blto-20211017T1616.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.10.0-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 10, + "patch": 0, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-x86_64-apple-darwin-pgo%2Blto-20211017T1616.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.10.0-linux-aarch64-gnu": { + "name": "cpython", + "arch": "aarch64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 10, + "patch": 0, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-aarch64-unknown-linux-gnu-lto-20211017T1616.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.10.0-linux-i686-gnu": { + "name": "cpython", + "arch": "i686", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 10, + "patch": 0, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-i686-unknown-linux-gnu-pgo%2Blto-20211017T1616.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.10.0-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 10, + "patch": 0, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-x86_64-unknown-linux-gnu-pgo%2Blto-20211017T1616.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.10.0-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 10, + "patch": 0, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-x86_64-unknown-linux-musl-lto-20211017T1616.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.10.0-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 10, + "patch": 0, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-i686-pc-windows-msvc-shared-pgo-20211017T1616.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.10.0-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 10, + "patch": 0, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-x86_64-pc-windows-msvc-shared-pgo-20211017T1616.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.10.0+debug-darwin-aarch64-none": { + "name": "cpython", + "arch": "aarch64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 10, + "patch": 0, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-aarch64-apple-darwin-debug-20211017T1616.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.10.0+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 10, + "patch": 0, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-x86_64-apple-darwin-debug-20211017T1616.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.10.0+debug-linux-aarch64-gnu": { + "name": "cpython", + "arch": "aarch64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 10, + "patch": 0, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-aarch64-unknown-linux-gnu-debug-20211017T1616.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.10.0+debug-linux-i686-gnu": { + "name": "cpython", + "arch": "i686", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 10, + "patch": 0, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-i686-unknown-linux-gnu-debug-20211017T1616.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.10.0+debug-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 10, + "patch": 0, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-x86_64-unknown-linux-gnu-debug-20211017T1616.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.10.0+debug-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 10, + "patch": 0, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-x86_64-unknown-linux-musl-debug-20211017T1616.tar.zst", + "sha256": null, + "variant": "debug" + }, "cpython-3.9.20-darwin-aarch64-none": { "name": "cpython", "arch": "aarch64", @@ -8579,6 +8787,32 @@ "sha256": "c145d9d8143ce163670af124b623d7a2405143a3708b033b4d33eed355e61b24", "variant": null }, + "cpython-3.9.10+debug-darwin-aarch64-none": { + "name": "cpython", + "arch": "aarch64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 10, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20220222/cpython-3.9.10-aarch64-apple-darwin-debug-20220220T1113.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.10+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 10, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20220222/cpython-3.9.10-x86_64-apple-darwin-debug-20220220T1113.tar.zst", + "sha256": null, + "variant": "debug" + }, "cpython-3.9.10+debug-linux-aarch64-gnu": { "name": "cpython", "arch": "aarch64", @@ -8631,6 +8865,1176 @@ "sha256": "3ea1f4b06710a87a4f817b9084f60cc7ea481eb1090adc81306031ac4b382131", "variant": "debug" }, + "cpython-3.9.7-darwin-aarch64-none": { + "name": "cpython", + "arch": "aarch64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-aarch64-apple-darwin-pgo%2Blto-20211017T1616.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.7-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-x86_64-apple-darwin-pgo%2Blto-20211017T1616.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.7-linux-aarch64-gnu": { + "name": "cpython", + "arch": "aarch64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-aarch64-unknown-linux-gnu-lto-20211017T1616.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.7-linux-i686-gnu": { + "name": "cpython", + "arch": "i686", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-i686-unknown-linux-gnu-pgo%2Blto-20211017T1616.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.7-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-x86_64-unknown-linux-gnu-pgo%2Blto-20211017T1616.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.7-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 9, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-x86_64-unknown-linux-musl-lto-20211017T1616.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.7-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-i686-pc-windows-msvc-shared-pgo-20211017T1616.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.7-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-x86_64-pc-windows-msvc-shared-pgo-20211017T1616.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.7+debug-darwin-aarch64-none": { + "name": "cpython", + "arch": "aarch64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-aarch64-apple-darwin-debug-20211017T1616.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.7+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-x86_64-apple-darwin-debug-20211017T1616.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.7+debug-linux-aarch64-gnu": { + "name": "cpython", + "arch": "aarch64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-aarch64-unknown-linux-gnu-debug-20211017T1616.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.7+debug-linux-i686-gnu": { + "name": "cpython", + "arch": "i686", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-i686-unknown-linux-gnu-debug-20211017T1616.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.7+debug-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-x86_64-unknown-linux-gnu-debug-20211017T1616.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.7+debug-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 9, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-x86_64-unknown-linux-musl-debug-20211017T1616.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.6-darwin-aarch64-none": { + "name": "cpython", + "arch": "aarch64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-aarch64-apple-darwin-pgo%2Blto-20210724T1424.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.6-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-x86_64-apple-darwin-pgo%2Blto-20210724T1424.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.6-linux-aarch64-gnu": { + "name": "cpython", + "arch": "aarch64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-aarch64-unknown-linux-gnu-lto-20210724T1424.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.6-linux-i686-gnu": { + "name": "cpython", + "arch": "i686", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-i686-unknown-linux-gnu-pgo%2Blto-20210724T1424.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.6-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-x86_64-unknown-linux-gnu-pgo%2Blto-20210724T1424.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.6-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 9, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-x86_64-unknown-linux-musl-lto-20210724T1424.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.6-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-i686-pc-windows-msvc-shared-pgo-20210724T1424.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.6-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-x86_64-pc-windows-msvc-shared-pgo-20210724T1424.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.6+debug-darwin-aarch64-none": { + "name": "cpython", + "arch": "aarch64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-aarch64-apple-darwin-debug-20210724T1424.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.6+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-x86_64-apple-darwin-debug-20210724T1424.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.6+debug-linux-aarch64-gnu": { + "name": "cpython", + "arch": "aarch64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-aarch64-unknown-linux-gnu-debug-20210724T1424.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.6+debug-linux-i686-gnu": { + "name": "cpython", + "arch": "i686", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-i686-unknown-linux-gnu-debug-20210724T1424.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.6+debug-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-x86_64-unknown-linux-gnu-debug-20210724T1424.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.6+debug-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 9, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-x86_64-unknown-linux-musl-debug-20210724T1424.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.5-darwin-aarch64-none": { + "name": "cpython", + "arch": "aarch64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 5, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-aarch64-apple-darwin-pgo%2Blto-20210506T0943.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.5-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 5, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-x86_64-apple-darwin-pgo%2Blto-20210506T0943.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.5-linux-i686-gnu": { + "name": "cpython", + "arch": "i686", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 5, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-i686-unknown-linux-gnu-pgo%2Blto-20210506T0943.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.5-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 5, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-x86_64-unknown-linux-gnu-pgo%2Blto-20210506T0943.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.5-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 9, + "patch": 5, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-x86_64-unknown-linux-musl-lto-20210506T0943.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.5-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 5, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-i686-pc-windows-msvc-shared-pgo-20210506T0943.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.5-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 5, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-x86_64-pc-windows-msvc-shared-pgo-20210506T0943.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.5+debug-darwin-aarch64-none": { + "name": "cpython", + "arch": "aarch64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 5, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-aarch64-apple-darwin-debug-20210506T0943.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.5+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 5, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-x86_64-apple-darwin-debug-20210506T0943.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.5+debug-linux-i686-gnu": { + "name": "cpython", + "arch": "i686", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 5, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-i686-unknown-linux-gnu-debug-20210506T0943.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.5+debug-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 5, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-x86_64-unknown-linux-gnu-debug-20210506T0943.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.5+debug-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 9, + "patch": 5, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-x86_64-unknown-linux-musl-debug-20210506T0943.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.4-darwin-aarch64-none": { + "name": "cpython", + "arch": "aarch64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 4, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-aarch64-apple-darwin-pgo%2Blto-20210414T1515.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.4-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 4, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-x86_64-apple-darwin-pgo%2Blto-20210414T1515.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.4-linux-i686-gnu": { + "name": "cpython", + "arch": "i686", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 4, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-i686-unknown-linux-gnu-pgo%2Blto-20210414T1515.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.4-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 4, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-x86_64-unknown-linux-gnu-pgo%2Blto-20210414T1515.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.4-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 9, + "patch": 4, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-x86_64-unknown-linux-musl-lto-20210414T1515.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.4-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 4, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-i686-pc-windows-msvc-shared-pgo-20210414T1515.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.4-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 4, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-x86_64-pc-windows-msvc-shared-pgo-20210414T1515.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.4+debug-darwin-aarch64-none": { + "name": "cpython", + "arch": "aarch64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 4, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-aarch64-apple-darwin-debug-20210414T1515.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.4+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 4, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-x86_64-apple-darwin-debug-20210414T1515.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.4+debug-linux-i686-gnu": { + "name": "cpython", + "arch": "i686", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 4, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-i686-unknown-linux-gnu-debug-20210414T1515.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.4+debug-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 4, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-x86_64-unknown-linux-gnu-debug-20210414T1515.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.4+debug-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 9, + "patch": 4, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-x86_64-unknown-linux-musl-debug-20210414T1515.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.3-darwin-aarch64-none": { + "name": "cpython", + "arch": "aarch64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 3, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210414/cpython-3.9.3-aarch64-apple-darwin-pgo%2Blto-20210413T2055.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.3-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 3, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210414/cpython-3.9.3-x86_64-apple-darwin-pgo%2Blto-20210413T2055.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.3-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 3, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210414/cpython-3.9.3-x86_64-unknown-linux-gnu-pgo%2Blto-20210413T2055.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.3-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 9, + "patch": 3, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210414/cpython-3.9.3-x86_64-unknown-linux-musl-lto-20210413T2055.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.3-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 3, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210414/cpython-3.9.3-i686-pc-windows-msvc-shared-pgo-20210413T2055.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.3-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 3, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210414/cpython-3.9.3-x86_64-pc-windows-msvc-shared-pgo-20210413T2055.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.3+debug-darwin-aarch64-none": { + "name": "cpython", + "arch": "aarch64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 3, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210414/cpython-3.9.3-aarch64-apple-darwin-debug-20210413T2055.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.3+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 3, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210414/cpython-3.9.3-x86_64-apple-darwin-debug-20210413T2055.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.3+debug-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 3, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210414/cpython-3.9.3-x86_64-unknown-linux-gnu-debug-20210413T2055.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.3+debug-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 9, + "patch": 3, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210414/cpython-3.9.3-x86_64-unknown-linux-musl-debug-20210413T2055.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.2-darwin-aarch64-none": { + "name": "cpython", + "arch": "aarch64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 2, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-aarch64-apple-darwin-pgo%2Blto-20210327T1202.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.2-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 2, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-x86_64-apple-darwin-pgo%2Blto-20210327T1202.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.2-linux-i686-gnu": { + "name": "cpython", + "arch": "i686", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 2, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-i686-unknown-linux-gnu-pgo%2Blto-20210327T1202.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.2-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 2, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-x86_64-unknown-linux-gnu-pgo%2Blto-20210327T1202.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.2-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 9, + "patch": 2, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-x86_64-unknown-linux-musl-lto-20210327T1202.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.2-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 2, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-i686-pc-windows-msvc-shared-pgo-20210327T1202.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.2-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 2, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-x86_64-pc-windows-msvc-shared-pgo-20210327T1202.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.2+debug-darwin-aarch64-none": { + "name": "cpython", + "arch": "aarch64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 2, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-aarch64-apple-darwin-debug-20210327T1202.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.2+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 2, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-x86_64-apple-darwin-debug-20210327T1202.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.2+debug-linux-i686-gnu": { + "name": "cpython", + "arch": "i686", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 2, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-i686-unknown-linux-gnu-debug-20210327T1202.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.2+debug-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 2, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-x86_64-unknown-linux-gnu-debug-20210327T1202.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.2+debug-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 9, + "patch": 2, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-x86_64-unknown-linux-musl-debug-20210327T1202.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.1-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 1, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.9.1-x86_64-apple-darwin-pgo-20210103T1125.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.1-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 1, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.9.1-x86_64-unknown-linux-gnu-pgo-20210103T1125.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.1-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 9, + "patch": 1, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.9.1-x86_64-unknown-linux-musl-noopt-20210103T1125.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.1-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 1, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.9.1-i686-pc-windows-msvc-shared-pgo-20210103T1125.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.1-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 1, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.9.1-x86_64-pc-windows-msvc-shared-pgo-20210103T1125.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.1+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 1, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.9.1-x86_64-apple-darwin-debug-20210103T1125.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.1+debug-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 1, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.9.1-x86_64-unknown-linux-gnu-debug-20210103T1125.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.1+debug-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 9, + "patch": 1, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.9.1-x86_64-unknown-linux-musl-debug-20210103T1125.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.0-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 0, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.9.0-x86_64-apple-darwin-pgo-20201020T0626.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.0-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 0, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.9.0-x86_64-unknown-linux-gnu-pgo-20201020T0627.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.0-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 9, + "patch": 0, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.9.0-x86_64-unknown-linux-musl-noopt-20201020T0627.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.0-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 0, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.9.0-i686-pc-windows-msvc-shared-pgo-20201021T0245.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.0-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 0, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.9.0-x86_64-pc-windows-msvc-shared-pgo-20201021T0245.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.9.0+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 0, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.9.0-x86_64-apple-darwin-debug-20201020T0626.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.0+debug-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 0, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.9.0-x86_64-unknown-linux-gnu-debug-20201020T0627.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.9.0+debug-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 9, + "patch": 0, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.9.0-x86_64-unknown-linux-musl-debug-20201020T0627.tar.zst", + "sha256": null, + "variant": "debug" + }, "cpython-3.8.20-darwin-aarch64-none": { "name": "cpython", "arch": "aarch64", @@ -9892,6 +11296,19 @@ "sha256": "4658e08a00d60b1e01559b74d58ff4dd04da6df935d55f6268a15d6d0a679d74", "variant": null }, + "cpython-3.8.12+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 12, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20220222/cpython-3.8.12-x86_64-apple-darwin-debug-20220220T1113.tar.zst", + "sha256": null, + "variant": "debug" + }, "cpython-3.8.12+debug-linux-i686-gnu": { "name": "cpython", "arch": "i686", @@ -9931,6 +11348,1267 @@ "sha256": "10bca8ab83f2ebb0f7b308a9e2bfebe9a0e638485f6947da9cdb26d95889ef32", "variant": "debug" }, + "cpython-3.8.11-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 11, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.8.11-x86_64-apple-darwin-pgo%2Blto-20210724T1424.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.11-linux-i686-gnu": { + "name": "cpython", + "arch": "i686", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 11, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.8.11-i686-unknown-linux-gnu-pgo%2Blto-20210724T1424.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.11-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 11, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.8.11-x86_64-unknown-linux-gnu-pgo%2Blto-20210724T1424.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.11-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 8, + "patch": 11, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.8.11-x86_64-unknown-linux-musl-lto-20210724T1424.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.11-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 11, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.8.11-i686-pc-windows-msvc-shared-pgo-20210724T1424.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.11-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 11, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.8.11-x86_64-pc-windows-msvc-shared-pgo-20210724T1424.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.11+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 11, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.8.11-x86_64-apple-darwin-debug-20210724T1424.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.11+debug-linux-i686-gnu": { + "name": "cpython", + "arch": "i686", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 11, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.8.11-i686-unknown-linux-gnu-debug-20210724T1424.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.11+debug-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 11, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.8.11-x86_64-unknown-linux-gnu-debug-20210724T1424.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.11+debug-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 8, + "patch": 11, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.8.11-x86_64-unknown-linux-musl-debug-20210724T1424.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.10-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 10, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.8.10-x86_64-apple-darwin-pgo%2Blto-20210506T0943.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.10-linux-i686-gnu": { + "name": "cpython", + "arch": "i686", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 10, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.8.10-i686-unknown-linux-gnu-pgo%2Blto-20210506T0943.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.10-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 10, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.8.10-x86_64-unknown-linux-gnu-pgo%2Blto-20210506T0943.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.10-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 8, + "patch": 10, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.8.10-x86_64-unknown-linux-musl-lto-20210506T0943.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.10-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 10, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.8.10-i686-pc-windows-msvc-shared-pgo-20210506T0943.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.10-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 10, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.8.10-x86_64-pc-windows-msvc-shared-pgo-20210506T0943.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.10+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 10, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.8.10-x86_64-apple-darwin-debug-20210506T0943.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.10+debug-linux-i686-gnu": { + "name": "cpython", + "arch": "i686", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 10, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.8.10-i686-unknown-linux-gnu-debug-20210506T0943.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.10+debug-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 10, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.8.10-x86_64-unknown-linux-gnu-debug-20210506T0943.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.10+debug-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 8, + "patch": 10, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.8.10-x86_64-unknown-linux-musl-debug-20210506T0943.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.9-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 9, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.8.9-x86_64-apple-darwin-pgo%2Blto-20210414T1515.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.9-linux-i686-gnu": { + "name": "cpython", + "arch": "i686", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 9, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.8.9-i686-unknown-linux-gnu-pgo%2Blto-20210414T1515.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.9-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 9, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.8.9-x86_64-unknown-linux-gnu-pgo%2Blto-20210414T1515.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.9-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 8, + "patch": 9, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.8.9-x86_64-unknown-linux-musl-lto-20210414T1515.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.9-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 9, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.8.9-i686-pc-windows-msvc-shared-pgo-20210414T1515.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.9-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 9, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.8.9-x86_64-pc-windows-msvc-shared-pgo-20210414T1515.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.9+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 9, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.8.9-x86_64-apple-darwin-debug-20210414T1515.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.9+debug-linux-i686-gnu": { + "name": "cpython", + "arch": "i686", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 9, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.8.9-i686-unknown-linux-gnu-debug-20210414T1515.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.9+debug-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 9, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.8.9-x86_64-unknown-linux-gnu-debug-20210414T1515.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.9+debug-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 8, + "patch": 9, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.8.9-x86_64-unknown-linux-musl-debug-20210414T1515.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.8-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 8, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.8.8-x86_64-apple-darwin-pgo%2Blto-20210327T1202.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.8-linux-i686-gnu": { + "name": "cpython", + "arch": "i686", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 8, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.8.8-i686-unknown-linux-gnu-pgo%2Blto-20210327T1202.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.8-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 8, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.8.8-x86_64-unknown-linux-gnu-pgo%2Blto-20210327T1202.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.8-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 8, + "patch": 8, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.8.8-x86_64-unknown-linux-musl-lto-20210327T1202.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.8-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 8, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.8.8-i686-pc-windows-msvc-shared-pgo-20210327T1202.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.8-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 8, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.8.8-x86_64-pc-windows-msvc-shared-pgo-20210327T1202.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.8+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 8, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210325/cpython-3.8.8-x86_64-apple-darwin-debug-20210325T0901.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.8+debug-linux-i686-gnu": { + "name": "cpython", + "arch": "i686", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 8, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.8.8-i686-unknown-linux-gnu-debug-20210327T1202.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.8+debug-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 8, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.8.8-x86_64-unknown-linux-gnu-debug-20210327T1202.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.8+debug-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 8, + "patch": 8, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.8.8-x86_64-unknown-linux-musl-debug-20210327T1202.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.7-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.8.7-x86_64-apple-darwin-pgo-20210103T1125.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.7-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.8.7-x86_64-unknown-linux-gnu-pgo-20210103T1125.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.7-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 8, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.8.7-x86_64-unknown-linux-musl-noopt-20210103T1125.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.7-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.8.7-i686-pc-windows-msvc-shared-pgo-20210103T1125.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.7-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.8.7-x86_64-pc-windows-msvc-shared-pgo-20210103T1125.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.7+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.8.7-x86_64-apple-darwin-debug-20210103T1125.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.7+debug-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.8.7-x86_64-unknown-linux-gnu-debug-20210103T1125.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.7+debug-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 8, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.8.7-x86_64-unknown-linux-musl-debug-20210103T1125.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.6-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.8.6-x86_64-apple-darwin-pgo-20201020T0626.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.6-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.8.6-x86_64-unknown-linux-gnu-pgo-20201020T0627.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.6-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 8, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.8.6-x86_64-unknown-linux-musl-noopt-20201020T0627.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.6-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.8.6-i686-pc-windows-msvc-shared-pgo-20201021T0233.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.6-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.8.6-x86_64-pc-windows-msvc-shared-pgo-20201021T0232.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.6+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.8.6-x86_64-apple-darwin-debug-20201020T0626.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.6+debug-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.8.6-x86_64-unknown-linux-gnu-debug-20201020T0627.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.6+debug-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 8, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.8.6-x86_64-unknown-linux-musl-debug-20201020T0627.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.5-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 5, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200823/cpython-3.8.5-x86_64-apple-darwin-pgo-20200823T2228.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.5-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 5, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200822/cpython-3.8.5-x86_64-unknown-linux-gnu-pgo-20200823T0036.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.5-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 8, + "patch": 5, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200822/cpython-3.8.5-x86_64-unknown-linux-musl-noopt-20200823T0036.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.5-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 5, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200830/cpython-3.8.5-i686-pc-windows-msvc-shared-pgo-20200830T2311.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.5-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 5, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200830/cpython-3.8.5-x86_64-pc-windows-msvc-shared-pgo-20200830T2254.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.5+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 5, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200823/cpython-3.8.5-x86_64-apple-darwin-debug-20200823T2228.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.5+debug-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 5, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200822/cpython-3.8.5-x86_64-unknown-linux-gnu-debug-20200823T0036.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.5+debug-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 8, + "patch": 5, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200822/cpython-3.8.5-x86_64-unknown-linux-musl-debug-20200823T0036.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.3-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 3, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200530/cpython-3.8.3-x86_64-apple-darwin-pgo-20200530T1845.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.3-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 3, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.8.3-x86_64-unknown-linux-gnu-pgo-20200518T0040.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.3-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 8, + "patch": 3, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.8.3-x86_64-unknown-linux-musl-noopt-20200518T0040.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.3-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 3, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.8.3-i686-pc-windows-msvc-shared-pgo-20200518T0154.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.3-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 3, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.8.3-x86_64-pc-windows-msvc-shared-pgo-20200517T2207.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.3+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 3, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200530/cpython-3.8.3-x86_64-apple-darwin-debug-20200530T1845.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.3+debug-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 3, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.8.3-x86_64-unknown-linux-gnu-debug-20200518T0040.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.3+debug-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 8, + "patch": 3, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.8.3-x86_64-unknown-linux-musl-debug-20200518T0040.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.2-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 2, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200418/cpython-3.8.2-x86_64-apple-darwin-pgo-20200418T2238.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.2-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 2, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200418/cpython-3.8.2-x86_64-unknown-linux-gnu-pgo-20200418T2243.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.2-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 8, + "patch": 2, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200418/cpython-3.8.2-x86_64-unknown-linux-musl-noopt-20200418T2309.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.2-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 2, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200418/cpython-3.8.2-i686-pc-windows-msvc-shared-pgo-20200418T2315.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.2-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 2, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200418/cpython-3.8.2-x86_64-pc-windows-msvc-shared-pgo-20200418T2315.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.8.2+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 2, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200418/cpython-3.8.2-x86_64-apple-darwin-debug-20200418T2258.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.8.2+debug-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 2, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200418/cpython-3.8.2-x86_64-unknown-linux-gnu-debug-20200418T2305.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.7.9-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 7, + "patch": 9, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200823/cpython-3.7.9-x86_64-apple-darwin-pgo-20200823T2228.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.7.9-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 7, + "patch": 9, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200822/cpython-3.7.9-x86_64-unknown-linux-gnu-pgo-20200823T0036.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.7.9-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 7, + "patch": 9, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200822/cpython-3.7.9-x86_64-unknown-linux-musl-noopt-20200823T0036.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.7.9-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 7, + "patch": 9, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200822/cpython-3.7.9-i686-pc-windows-msvc-shared-pgo-20200823T0159.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.7.9-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 7, + "patch": 9, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200822/cpython-3.7.9-x86_64-pc-windows-msvc-shared-pgo-20200823T0118.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.7.9+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 7, + "patch": 9, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200823/cpython-3.7.9-x86_64-apple-darwin-debug-20200823T2228.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.7.9+debug-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 7, + "patch": 9, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200822/cpython-3.7.9-x86_64-unknown-linux-gnu-debug-20200823T0036.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.7.9+debug-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 7, + "patch": 9, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200822/cpython-3.7.9-x86_64-unknown-linux-musl-debug-20200823T0036.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.7.7-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 7, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200530/cpython-3.7.7-x86_64-apple-darwin-pgo-20200530T1845.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.7.7-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 7, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.7.7-x86_64-unknown-linux-gnu-pgo-20200518T0040.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.7.7-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 7, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.7.7-x86_64-unknown-linux-musl-noopt-20200518T0040.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.7.7-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 7, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.7.7-i686-pc-windows-msvc-shared-pgo-20200517T2153.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.7.7-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 7, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.7.7-x86_64-pc-windows-msvc-shared-pgo-20200517T2128.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.7.7+debug-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 7, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200530/cpython-3.7.7-x86_64-apple-darwin-debug-20200530T1845.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.7.7+debug-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 7, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.7.7-x86_64-unknown-linux-gnu-debug-20200518T0040.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.7.7+debug-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 7, + "patch": 7, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.7.7-x86_64-unknown-linux-musl-debug-20200518T0040.tar.zst", + "sha256": null, + "variant": "debug" + }, + "cpython-3.7.6-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 7, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200216/cpython-3.7.6-windows-x86-shared-pgo-20200217T0110.tar.zst", + "sha256": null, + "variant": null + }, + "cpython-3.7.6-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 7, + "patch": 6, + "prerelease": "", + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20200216/cpython-3.7.6-windows-amd64-shared-pgo-20200217T0022.tar.zst", + "sha256": null, + "variant": null + }, "pypy-3.10.14-darwin-aarch64-none": { "name": "pypy", "arch": "aarch64", diff --git a/crates/uv-python/fetch-download-metadata.py b/crates/uv-python/fetch-download-metadata.py index 879e4d646..c3ad9b814 100755 --- a/crates/uv-python/fetch-download-metadata.py +++ b/crates/uv-python/fetch-download-metadata.py @@ -174,11 +174,24 @@ class CPythonFinder(Finder): (?P\d+\.\d+\.\d+(?:(?:a|b|rc)\d+)?)(?:\+\d+)?\+ (?P\d+)- (?P[a-z\d_]+-[a-z\d]+(?>-[a-z\d]+)?-[a-z\d]+)- - (?>(?P.+)-)? - (?P.+) + (?:(?P.+)-)? + (?P[a-z_]+)? \.tar\.(?:gz|zst) $ - """ + """ + ) + + _legacy_filename_re = re.compile( + r"""(?x) + ^ + cpython- + (?P\d+\.\d+\.\d+(?:(?:a|b|rc)\d+)?)(?:\+\d+)?- + (?P[a-z\d_-]+)- + (?P(debug|pgo|noopt|lto|pgo\+lto))?- + (?P[a-zA-z\d]+) + \.tar\.(?:gz|zst) + $ + """ ) def __init__(self, client: httpx.AsyncClient): @@ -296,12 +309,18 @@ class CPythonFinder(Finder): return None filename = unquote(url.rsplit("/", maxsplit=1)[-1]) - match = self._filename_re.match(filename) + match = self._filename_re.match(filename) or self._legacy_filename_re.match( + filename + ) if match is None: logging.debug("Skipping %s: no regex match", filename) return None - version, _date, triple, build_options, flavor = match.groups() + groups = match.groupdict() + version = groups["ver"] + triple = groups["triple"] + build_options = groups.get("build_options") + flavor = groups.get("flavor", "full") build_options = build_options.split("+") if build_options else [] variant: Variant | None diff --git a/crates/uv-python/src/downloads.inc b/crates/uv-python/src/downloads.inc index e15b9f38c..bdf5ccf03 100644 --- a/crates/uv-python/src/downloads.inc +++ b/crates/uv-python/src/downloads.inc @@ -5223,6 +5223,134 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[ url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.10.2%2B20220227-x86_64-pc-windows-msvc-shared-install_only.tar.gz", sha256: Some("a1d9a594cd3103baa24937ad9150c1a389544b4350e859200b3e5c036ac352bd") }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 10, + patch: 0, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-aarch64-apple-darwin-pgo%2Blto-20211017T1616.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 10, + patch: 0, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-x86_64-apple-darwin-pgo%2Blto-20211017T1616.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 10, + patch: 0, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-aarch64-unknown-linux-gnu-lto-20211017T1616.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 10, + patch: 0, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-i686-unknown-linux-gnu-pgo%2Blto-20211017T1616.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 10, + patch: 0, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-x86_64-unknown-linux-gnu-pgo%2Blto-20211017T1616.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 10, + patch: 0, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Musl), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-x86_64-unknown-linux-musl-lto-20211017T1616.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 10, + patch: 0, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-i686-pc-windows-msvc-shared-pgo-20211017T1616.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 10, + patch: 0, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-x86_64-pc-windows-msvc-shared-pgo-20211017T1616.tar.zst", + sha256: None + }, ManagedPythonDownload { key: PythonInstallationKey { major: 3, @@ -6807,6 +6935,854 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[ url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.9.10%2B20220227-x86_64-pc-windows-msvc-shared-install_only.tar.gz", sha256: Some("c145d9d8143ce163670af124b623d7a2405143a3708b033b4d33eed355e61b24") }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 7, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-aarch64-apple-darwin-pgo%2Blto-20211017T1616.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 7, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-x86_64-apple-darwin-pgo%2Blto-20211017T1616.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 7, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-aarch64-unknown-linux-gnu-lto-20211017T1616.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 7, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-i686-unknown-linux-gnu-pgo%2Blto-20211017T1616.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 7, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-x86_64-unknown-linux-gnu-pgo%2Blto-20211017T1616.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 7, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Musl), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-x86_64-unknown-linux-musl-lto-20211017T1616.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 7, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-i686-pc-windows-msvc-shared-pgo-20211017T1616.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 7, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-x86_64-pc-windows-msvc-shared-pgo-20211017T1616.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 6, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-aarch64-apple-darwin-pgo%2Blto-20210724T1424.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 6, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-x86_64-apple-darwin-pgo%2Blto-20210724T1424.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 6, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-aarch64-unknown-linux-gnu-lto-20210724T1424.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 6, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-i686-unknown-linux-gnu-pgo%2Blto-20210724T1424.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 6, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-x86_64-unknown-linux-gnu-pgo%2Blto-20210724T1424.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 6, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Musl), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-x86_64-unknown-linux-musl-lto-20210724T1424.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 6, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-i686-pc-windows-msvc-shared-pgo-20210724T1424.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 6, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.9.6-x86_64-pc-windows-msvc-shared-pgo-20210724T1424.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 5, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-aarch64-apple-darwin-pgo%2Blto-20210506T0943.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 5, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-x86_64-apple-darwin-pgo%2Blto-20210506T0943.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 5, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-i686-unknown-linux-gnu-pgo%2Blto-20210506T0943.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 5, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-x86_64-unknown-linux-gnu-pgo%2Blto-20210506T0943.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 5, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Musl), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-x86_64-unknown-linux-musl-lto-20210506T0943.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 5, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-i686-pc-windows-msvc-shared-pgo-20210506T0943.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 5, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.9.5-x86_64-pc-windows-msvc-shared-pgo-20210506T0943.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 4, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-aarch64-apple-darwin-pgo%2Blto-20210414T1515.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 4, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-x86_64-apple-darwin-pgo%2Blto-20210414T1515.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 4, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-i686-unknown-linux-gnu-pgo%2Blto-20210414T1515.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 4, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-x86_64-unknown-linux-gnu-pgo%2Blto-20210414T1515.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 4, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Musl), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-x86_64-unknown-linux-musl-lto-20210414T1515.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 4, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-i686-pc-windows-msvc-shared-pgo-20210414T1515.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 4, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.9.4-x86_64-pc-windows-msvc-shared-pgo-20210414T1515.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 3, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210414/cpython-3.9.3-aarch64-apple-darwin-pgo%2Blto-20210413T2055.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 3, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210414/cpython-3.9.3-x86_64-apple-darwin-pgo%2Blto-20210413T2055.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 3, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210414/cpython-3.9.3-x86_64-unknown-linux-gnu-pgo%2Blto-20210413T2055.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 3, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Musl), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210414/cpython-3.9.3-x86_64-unknown-linux-musl-lto-20210413T2055.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 3, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210414/cpython-3.9.3-i686-pc-windows-msvc-shared-pgo-20210413T2055.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 3, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210414/cpython-3.9.3-x86_64-pc-windows-msvc-shared-pgo-20210413T2055.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 2, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-aarch64-apple-darwin-pgo%2Blto-20210327T1202.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 2, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-x86_64-apple-darwin-pgo%2Blto-20210327T1202.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 2, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-i686-unknown-linux-gnu-pgo%2Blto-20210327T1202.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 2, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-x86_64-unknown-linux-gnu-pgo%2Blto-20210327T1202.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 2, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Musl), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-x86_64-unknown-linux-musl-lto-20210327T1202.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 2, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-i686-pc-windows-msvc-shared-pgo-20210327T1202.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 2, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.9.2-x86_64-pc-windows-msvc-shared-pgo-20210327T1202.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 1, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.9.1-x86_64-apple-darwin-pgo-20210103T1125.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 1, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.9.1-x86_64-unknown-linux-gnu-pgo-20210103T1125.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 1, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Musl), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.9.1-x86_64-unknown-linux-musl-noopt-20210103T1125.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 1, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.9.1-i686-pc-windows-msvc-shared-pgo-20210103T1125.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 1, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.9.1-x86_64-pc-windows-msvc-shared-pgo-20210103T1125.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 0, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.9.0-x86_64-apple-darwin-pgo-20201020T0626.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 0, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.9.0-x86_64-unknown-linux-gnu-pgo-20201020T0627.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 0, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Musl), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.9.0-x86_64-unknown-linux-musl-noopt-20201020T0627.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 0, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.9.0-i686-pc-windows-msvc-shared-pgo-20201021T0245.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 0, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.9.0-x86_64-pc-windows-msvc-shared-pgo-20201021T0245.tar.zst", + sha256: None + }, ManagedPythonDownload { key: PythonInstallationKey { major: 3, @@ -7895,6 +8871,982 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[ url: "https://github.com/indygreg/python-build-standalone/releases/download/20220227/cpython-3.8.12%2B20220227-x86_64-pc-windows-msvc-shared-install_only.tar.gz", sha256: Some("4658e08a00d60b1e01559b74d58ff4dd04da6df935d55f6268a15d6d0a679d74") }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 11, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.8.11-x86_64-apple-darwin-pgo%2Blto-20210724T1424.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 11, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.8.11-i686-unknown-linux-gnu-pgo%2Blto-20210724T1424.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 11, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.8.11-x86_64-unknown-linux-gnu-pgo%2Blto-20210724T1424.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 11, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Musl), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.8.11-x86_64-unknown-linux-musl-lto-20210724T1424.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 11, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.8.11-i686-pc-windows-msvc-shared-pgo-20210724T1424.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 11, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210724/cpython-3.8.11-x86_64-pc-windows-msvc-shared-pgo-20210724T1424.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 10, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.8.10-x86_64-apple-darwin-pgo%2Blto-20210506T0943.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 10, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.8.10-i686-unknown-linux-gnu-pgo%2Blto-20210506T0943.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 10, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.8.10-x86_64-unknown-linux-gnu-pgo%2Blto-20210506T0943.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 10, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Musl), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.8.10-x86_64-unknown-linux-musl-lto-20210506T0943.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 10, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.8.10-i686-pc-windows-msvc-shared-pgo-20210506T0943.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 10, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210506/cpython-3.8.10-x86_64-pc-windows-msvc-shared-pgo-20210506T0943.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 9, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.8.9-x86_64-apple-darwin-pgo%2Blto-20210414T1515.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 9, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.8.9-i686-unknown-linux-gnu-pgo%2Blto-20210414T1515.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 9, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.8.9-x86_64-unknown-linux-gnu-pgo%2Blto-20210414T1515.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 9, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Musl), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.8.9-x86_64-unknown-linux-musl-lto-20210414T1515.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 9, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.8.9-i686-pc-windows-msvc-shared-pgo-20210414T1515.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 9, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210415/cpython-3.8.9-x86_64-pc-windows-msvc-shared-pgo-20210414T1515.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 8, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.8.8-x86_64-apple-darwin-pgo%2Blto-20210327T1202.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 8, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.8.8-i686-unknown-linux-gnu-pgo%2Blto-20210327T1202.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 8, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.8.8-x86_64-unknown-linux-gnu-pgo%2Blto-20210327T1202.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 8, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Musl), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.8.8-x86_64-unknown-linux-musl-lto-20210327T1202.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 8, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.8.8-i686-pc-windows-msvc-shared-pgo-20210327T1202.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 8, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210327/cpython-3.8.8-x86_64-pc-windows-msvc-shared-pgo-20210327T1202.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 7, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.8.7-x86_64-apple-darwin-pgo-20210103T1125.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 7, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.8.7-x86_64-unknown-linux-gnu-pgo-20210103T1125.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 7, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Musl), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.8.7-x86_64-unknown-linux-musl-noopt-20210103T1125.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 7, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.8.7-i686-pc-windows-msvc-shared-pgo-20210103T1125.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 7, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20210103/cpython-3.8.7-x86_64-pc-windows-msvc-shared-pgo-20210103T1125.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 6, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.8.6-x86_64-apple-darwin-pgo-20201020T0626.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 6, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.8.6-x86_64-unknown-linux-gnu-pgo-20201020T0627.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 6, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Musl), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.8.6-x86_64-unknown-linux-musl-noopt-20201020T0627.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 6, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.8.6-i686-pc-windows-msvc-shared-pgo-20201021T0233.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 6, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20201020/cpython-3.8.6-x86_64-pc-windows-msvc-shared-pgo-20201021T0232.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 5, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200823/cpython-3.8.5-x86_64-apple-darwin-pgo-20200823T2228.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 5, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200822/cpython-3.8.5-x86_64-unknown-linux-gnu-pgo-20200823T0036.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 5, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Musl), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200822/cpython-3.8.5-x86_64-unknown-linux-musl-noopt-20200823T0036.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 5, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200830/cpython-3.8.5-i686-pc-windows-msvc-shared-pgo-20200830T2311.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 5, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200830/cpython-3.8.5-x86_64-pc-windows-msvc-shared-pgo-20200830T2254.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 3, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200530/cpython-3.8.3-x86_64-apple-darwin-pgo-20200530T1845.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 3, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.8.3-x86_64-unknown-linux-gnu-pgo-20200518T0040.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 3, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Musl), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.8.3-x86_64-unknown-linux-musl-noopt-20200518T0040.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 3, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.8.3-i686-pc-windows-msvc-shared-pgo-20200518T0154.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 3, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.8.3-x86_64-pc-windows-msvc-shared-pgo-20200517T2207.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 2, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200418/cpython-3.8.2-x86_64-apple-darwin-pgo-20200418T2238.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 2, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200418/cpython-3.8.2-x86_64-unknown-linux-gnu-pgo-20200418T2243.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 2, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Musl), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200418/cpython-3.8.2-x86_64-unknown-linux-musl-noopt-20200418T2309.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 2, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200418/cpython-3.8.2-i686-pc-windows-msvc-shared-pgo-20200418T2315.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 2, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200418/cpython-3.8.2-x86_64-pc-windows-msvc-shared-pgo-20200418T2315.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 7, + patch: 9, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200823/cpython-3.7.9-x86_64-apple-darwin-pgo-20200823T2228.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 7, + patch: 9, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200822/cpython-3.7.9-x86_64-unknown-linux-gnu-pgo-20200823T0036.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 7, + patch: 9, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Musl), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200822/cpython-3.7.9-x86_64-unknown-linux-musl-noopt-20200823T0036.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 7, + patch: 9, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200822/cpython-3.7.9-i686-pc-windows-msvc-shared-pgo-20200823T0159.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 7, + patch: 9, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200822/cpython-3.7.9-x86_64-pc-windows-msvc-shared-pgo-20200823T0118.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 7, + patch: 7, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200530/cpython-3.7.7-x86_64-apple-darwin-pgo-20200530T1845.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 7, + patch: 7, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.7.7-x86_64-unknown-linux-gnu-pgo-20200518T0040.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 7, + patch: 7, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Musl), + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.7.7-x86_64-unknown-linux-musl-noopt-20200518T0040.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 7, + patch: 7, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.7.7-i686-pc-windows-msvc-shared-pgo-20200517T2153.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 7, + patch: 7, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200517/cpython-3.7.7-x86_64-pc-windows-msvc-shared-pgo-20200517T2128.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 7, + patch: 6, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200216/cpython-3.7.6-windows-x86-shared-pgo-20200217T0110.tar.zst", + sha256: None + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 7, + patch: 6, + prerelease: None, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + variant: PythonVariant::Default + + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20200216/cpython-3.7.6-windows-amd64-shared-pgo-20200217T0022.tar.zst", + sha256: None + }, ManagedPythonDownload { key: PythonInstallationKey { major: 3,