From 5bbec8635441f850d2c14da1c2f69dd9d8b67614 Mon Sep 17 00:00:00 2001 From: zanieb <2586601+zanieb@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:14:24 +0000 Subject: [PATCH] Sync latest Python releases --- crates/uv-python/download-metadata.json | 561 +++++++++++++++++ crates/uv-python/src/downloads.inc | 767 ++++++++++++++++++++++-- 2 files changed, 1276 insertions(+), 52 deletions(-) diff --git a/crates/uv-python/download-metadata.json b/crates/uv-python/download-metadata.json index 890161846306..de9626313bcc 100644 --- a/crates/uv-python/download-metadata.json +++ b/crates/uv-python/download-metadata.json @@ -1,4 +1,125 @@ { + "cpython-3.12.6-darwin-aarch64-none": { + "name": "cpython", + "arch": "aarch64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 12, + "patch": 6, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-aarch64-apple-darwin-install_only_stripped.tar.gz", + "sha256": "0419bafa4444a5aa0c554197bce0679e7cc0f28edc7ee8cfbe0ccea860bdb904" + }, + "cpython-3.12.6-linux-aarch64-gnu": { + "name": "cpython", + "arch": "aarch64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 12, + "patch": 6, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz", + "sha256": "22d119ac7df7f0bddfd4dfd075bcc4eb2532ed3df0bdba0579106835d49ef9cd" + }, + "cpython-3.12.6-linux-armv7-gnueabi": { + "name": "cpython", + "arch": "armv7", + "os": "linux", + "libc": "gnueabi", + "major": 3, + "minor": 12, + "patch": 6, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-armv7-unknown-linux-gnueabi-install_only_stripped.tar.gz", + "sha256": "190c23eb3b9c6b9638f69dc7fb829df8967ad64c82e82c93898a4d878d18ed2a" + }, + "cpython-3.12.6-linux-armv7-gnueabihf": { + "name": "cpython", + "arch": "armv7", + "os": "linux", + "libc": "gnueabihf", + "major": 3, + "minor": 12, + "patch": 6, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-armv7-unknown-linux-gnueabihf-install_only_stripped.tar.gz", + "sha256": "31a043c40e1dbb528404ff6e1fcad25638d54dfab2d379c3989d47ec24e6938b" + }, + "cpython-3.12.6-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 12, + "patch": 6, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-i686-pc-windows-msvc-install_only_stripped.tar.gz", + "sha256": "d87275e613632ab738528fe20a94a7193e824e91ba7f1e7845e7fcfc1f114900" + }, + "cpython-3.12.6-linux-powerpc64le-gnu": { + "name": "cpython", + "arch": "powerpc64le", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 12, + "patch": 6, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-ppc64le-unknown-linux-gnu-install_only_stripped.tar.gz", + "sha256": "fb49374b512b0e9f2cd2a720b3836f8a04228d73eb0786e64221eb55979edc6e" + }, + "cpython-3.12.6-linux-s390x-gnu": { + "name": "cpython", + "arch": "s390x", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 12, + "patch": 6, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-s390x-unknown-linux-gnu-install_only_stripped.tar.gz", + "sha256": "89be19666ecb7cdbbfd596e462d690a78a380f1fe5c2967b25a1779b0cec9339" + }, + "cpython-3.12.6-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 12, + "patch": 6, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-x86_64-apple-darwin-install_only_stripped.tar.gz", + "sha256": "b10d19eb5548a3b3b0a5e6f9109834d7ecfc139bc15754f81a94d39eaa5bdd26" + }, + "cpython-3.12.6-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 12, + "patch": 6, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz", + "sha256": "b080463e4f0c452e592cdac1ca97936a6a19bb3d9a64da669a50ca843fce0108" + }, + "cpython-3.12.6-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 12, + "patch": 6, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-x86_64-unknown-linux-musl-install_only_stripped.tar.gz", + "sha256": "661e2a4b03d6eccbb5b15f5bd2869fbdd39132513394d758287e46115e48d4ef" + }, + "cpython-3.12.6-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 12, + "patch": 6, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-x86_64-pc-windows-msvc-install_only_stripped.tar.gz", + "sha256": "fe9898060f52c2171c2aa074f470f91339bdcf9896dae6709021c914f58aa863" + }, "cpython-3.12.5-darwin-aarch64-none": { "name": "cpython", "arch": "aarch64", @@ -659,6 +780,127 @@ "url": "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.12.0%2B20231002-x86_64-pc-windows-msvc-shared-install_only.tar.gz", "sha256": "facfaa1fbc8653f95057f3c4a0f8aa833dab0e0b316e24ee8686bc761d4b4f8d" }, + "cpython-3.11.10-darwin-aarch64-none": { + "name": "cpython", + "arch": "aarch64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 11, + "patch": 10, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.11.10%2B20240909-aarch64-apple-darwin-install_only_stripped.tar.gz", + "sha256": "74a9e2921aefecf22f79d633fd436dd2e756a075fff45d52c55f55e62b90a4e0" + }, + "cpython-3.11.10-linux-aarch64-gnu": { + "name": "cpython", + "arch": "aarch64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 11, + "patch": 10, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.11.10%2B20240909-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz", + "sha256": "7ac6ef4209153a1de211ab112ed318b4d702d6ca2655829ad6695d9523eaf47d" + }, + "cpython-3.11.10-linux-armv7-gnueabi": { + "name": "cpython", + "arch": "armv7", + "os": "linux", + "libc": "gnueabi", + "major": 3, + "minor": 11, + "patch": 10, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.11.10%2B20240909-armv7-unknown-linux-gnueabi-install_only_stripped.tar.gz", + "sha256": "71a30c207475cff54cd87054befc9ab9100c4f0e7f95a27c54fcd72b42d855ed" + }, + "cpython-3.11.10-linux-armv7-gnueabihf": { + "name": "cpython", + "arch": "armv7", + "os": "linux", + "libc": "gnueabihf", + "major": 3, + "minor": 11, + "patch": 10, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.11.10%2B20240909-armv7-unknown-linux-gnueabihf-install_only_stripped.tar.gz", + "sha256": "248790e6e393159b05701b14eb66b96fcccee1c33497b98f671a9202a1da9efa" + }, + "cpython-3.11.10-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 11, + "patch": 10, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.11.10%2B20240909-i686-pc-windows-msvc-install_only_stripped.tar.gz", + "sha256": "7c3ffac7aec9c554dcdb822e4154e83629d0c7ab453c2c47e6bbf9b63c912f73" + }, + "cpython-3.11.10-linux-powerpc64le-gnu": { + "name": "cpython", + "arch": "powerpc64le", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 11, + "patch": 10, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.11.10%2B20240909-ppc64le-unknown-linux-gnu-install_only_stripped.tar.gz", + "sha256": "01bcf87fa9cea97604a199e3a2a0b43c67368be9e0e4ba8d0e044e853a5b398b" + }, + "cpython-3.11.10-linux-s390x-gnu": { + "name": "cpython", + "arch": "s390x", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 11, + "patch": 10, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.11.10%2B20240909-s390x-unknown-linux-gnu-install_only_stripped.tar.gz", + "sha256": "6800797c7c3c7899c1b703e556c0552d459df96a1aac93c57d8fb25d6b80ed6c" + }, + "cpython-3.11.10-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 11, + "patch": 10, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.11.10%2B20240909-x86_64-apple-darwin-install_only_stripped.tar.gz", + "sha256": "46c5dd0fc5f2963541ac6748671d04e01217f6b4f55dcdf7022e74ccb4452683" + }, + "cpython-3.11.10-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 11, + "patch": 10, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.11.10%2B20240909-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz", + "sha256": "2f8fdc87e8aab1f9f166575e3379d36abd0f7a87ea6c66c5e97e3aaadedd291d" + }, + "cpython-3.11.10-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 11, + "patch": 10, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.11.10%2B20240909-x86_64-unknown-linux-musl-install_only_stripped.tar.gz", + "sha256": "cf7cd0a08aa43e5919483a9e3251b6496049a157ce02fa03ff0cde27b4338fbd" + }, + "cpython-3.11.10-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 11, + "patch": 10, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.11.10%2B20240909-x86_64-pc-windows-msvc-install_only_stripped.tar.gz", + "sha256": "2f0648ac8f7cddd2fecc9983120e53063cb6180ebbf62fb4f4c16255d090b67e" + }, "cpython-3.11.9-darwin-aarch64-none": { "name": "cpython", "arch": "aarch64", @@ -1484,6 +1726,127 @@ "url": "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-x86_64-pc-windows-msvc-shared-install_only.tar.gz", "sha256": "edc08979cb0666a597466176511529c049a6f0bba8adf70df441708f766de5bf" }, + "cpython-3.10.15-darwin-aarch64-none": { + "name": "cpython", + "arch": "aarch64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 10, + "patch": 15, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.10.15%2B20240909-aarch64-apple-darwin-install_only_stripped.tar.gz", + "sha256": "cdf154e4ca6e78d613611ddb6bc67a73f682442c31ca498df4383775e87bd5c8" + }, + "cpython-3.10.15-linux-aarch64-gnu": { + "name": "cpython", + "arch": "aarch64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 10, + "patch": 15, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.10.15%2B20240909-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz", + "sha256": "e3af89047c713b812779aaa576a364b77f9ebbbbe182fd6bda03a52d3166ee14" + }, + "cpython-3.10.15-linux-armv7-gnueabi": { + "name": "cpython", + "arch": "armv7", + "os": "linux", + "libc": "gnueabi", + "major": 3, + "minor": 10, + "patch": 15, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.10.15%2B20240909-armv7-unknown-linux-gnueabi-install_only_stripped.tar.gz", + "sha256": "c600872186409c85937446955e97e86578a98ca4513816c756a15fa9fc2b315d" + }, + "cpython-3.10.15-linux-armv7-gnueabihf": { + "name": "cpython", + "arch": "armv7", + "os": "linux", + "libc": "gnueabihf", + "major": 3, + "minor": 10, + "patch": 15, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.10.15%2B20240909-armv7-unknown-linux-gnueabihf-install_only_stripped.tar.gz", + "sha256": "08312ded535dfaf99d78ef802bbef4eba0961eaf8286fe0a94fc368f238bd8dd" + }, + "cpython-3.10.15-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 10, + "patch": 15, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.10.15%2B20240909-i686-pc-windows-msvc-install_only_stripped.tar.gz", + "sha256": "d96824766a2b05cbaa4cf85a79eb76eaf753144f6db54e63d9cdc494d3f29589" + }, + "cpython-3.10.15-linux-powerpc64le-gnu": { + "name": "cpython", + "arch": "powerpc64le", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 10, + "patch": 15, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.10.15%2B20240909-ppc64le-unknown-linux-gnu-install_only_stripped.tar.gz", + "sha256": "9ee250d77a87f356b6d8576d5f57d02fce2cb9982f8272d59dd2f44f24e95cdd" + }, + "cpython-3.10.15-linux-s390x-gnu": { + "name": "cpython", + "arch": "s390x", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 10, + "patch": 15, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.10.15%2B20240909-s390x-unknown-linux-gnu-install_only_stripped.tar.gz", + "sha256": "8e816379a299da025de9fecc33f7d1b7384b97c689748875f43dc0d71c2dad50" + }, + "cpython-3.10.15-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 10, + "patch": 15, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.10.15%2B20240909-x86_64-apple-darwin-install_only_stripped.tar.gz", + "sha256": "89dc3fd2e8d1a1b6c9eb000cbad85830c06ab776eed891bda369847671f0fb4f" + }, + "cpython-3.10.15-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 10, + "patch": 15, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.10.15%2B20240909-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz", + "sha256": "816a958735bb9927b2884d55938683770eda823d4c74c38f2b49ef3cc8ce4585" + }, + "cpython-3.10.15-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 10, + "patch": 15, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.10.15%2B20240909-x86_64-unknown-linux-musl-install_only_stripped.tar.gz", + "sha256": "691fbd9da6ff2a18b682d78c4ea9c4fe6fb8f08589a6c82ad3bfef1d8d4df2f3" + }, + "cpython-3.10.15-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 10, + "patch": 15, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.10.15%2B20240909-x86_64-pc-windows-msvc-install_only_stripped.tar.gz", + "sha256": "ee0cff039adf2a21481b45274fa10ec59976d901b0afef93346fad07919fe1ce" + }, "cpython-3.10.14-darwin-aarch64-none": { "name": "cpython", "arch": "aarch64", @@ -2716,6 +3079,127 @@ "url": "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-x86_64-pc-windows-msvc-shared-install_only-20211017T1616.tar.gz", "sha256": null }, + "cpython-3.9.20-darwin-aarch64-none": { + "name": "cpython", + "arch": "aarch64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 20, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.9.20%2B20240909-aarch64-apple-darwin-install_only_stripped.tar.gz", + "sha256": "80a7fa0a25cf0dbbb4cab9d7dc37b3172efed05cefd0667192690a30cadd85dd" + }, + "cpython-3.9.20-linux-aarch64-gnu": { + "name": "cpython", + "arch": "aarch64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 20, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.9.20%2B20240909-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz", + "sha256": "2a78b16be1be07cb514183d09b9e421fea9256e366cca0642639c3161611b6ab" + }, + "cpython-3.9.20-linux-armv7-gnueabi": { + "name": "cpython", + "arch": "armv7", + "os": "linux", + "libc": "gnueabi", + "major": 3, + "minor": 9, + "patch": 20, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.9.20%2B20240909-armv7-unknown-linux-gnueabi-install_only_stripped.tar.gz", + "sha256": "269aeb811b5a32381070811da02a175f9d6abee92da7673884a6b42c91cf9c6e" + }, + "cpython-3.9.20-linux-armv7-gnueabihf": { + "name": "cpython", + "arch": "armv7", + "os": "linux", + "libc": "gnueabihf", + "major": 3, + "minor": 9, + "patch": 20, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.9.20%2B20240909-armv7-unknown-linux-gnueabihf-install_only_stripped.tar.gz", + "sha256": "113c727c2231e3c964ee9784e32d8b91effa9e61a2db4dce5166e21975cbc3f1" + }, + "cpython-3.9.20-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 20, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.9.20%2B20240909-i686-pc-windows-msvc-install_only_stripped.tar.gz", + "sha256": "b47e8d72466e1af94810d9d83b0e0fa8a60773abb31505fc2b8d84bfa16d3b81" + }, + "cpython-3.9.20-linux-powerpc64le-gnu": { + "name": "cpython", + "arch": "powerpc64le", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 20, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.9.20%2B20240909-ppc64le-unknown-linux-gnu-install_only_stripped.tar.gz", + "sha256": "fe5d14060530f4d6edb53687f4730d28d71d19f11c64ddaf5bde5db69fc3bd01" + }, + "cpython-3.9.20-linux-s390x-gnu": { + "name": "cpython", + "arch": "s390x", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 20, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.9.20%2B20240909-s390x-unknown-linux-gnu-install_only_stripped.tar.gz", + "sha256": "4f428e4294d8688b62452152cab1685c88c2b665bfee00125af7676542c1ed52" + }, + "cpython-3.9.20-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 20, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.9.20%2B20240909-x86_64-apple-darwin-install_only_stripped.tar.gz", + "sha256": "8af628a1786ebc6012689d3f06cd955672bcb75ff37e9518b4028e38d185d2d7" + }, + "cpython-3.9.20-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 9, + "patch": 20, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.9.20%2B20240909-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz", + "sha256": "8106a101967d52c78f56603a2fcfa2926c140ca45abfbf5a984cc63b726a0ee9" + }, + "cpython-3.9.20-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 9, + "patch": 20, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.9.20%2B20240909-x86_64-unknown-linux-musl-install_only_stripped.tar.gz", + "sha256": "e7e5415db4790ef15bbe2daa9a5d4f8363fd60fd1220692206ef02d534e534c8" + }, + "cpython-3.9.20-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 9, + "patch": 20, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.9.20%2B20240909-x86_64-pc-windows-msvc-install_only_stripped.tar.gz", + "sha256": "81d14af5cc30dd1e6203d2ef51aeeeb68b8e807ca71ce2ab038ff517fa553796" + }, "cpython-3.9.19-darwin-aarch64-none": { "name": "cpython", "arch": "aarch64", @@ -4267,6 +4751,83 @@ "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 }, + "cpython-3.8.20-darwin-aarch64-none": { + "name": "cpython", + "arch": "aarch64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 20, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.8.20%2B20240909-aarch64-apple-darwin-install_only_stripped.tar.gz", + "sha256": "ba5e82a768111e58c1c10f452a8c2a352343ade11a726649305b5be9c50e2c4e" + }, + "cpython-3.8.20-linux-aarch64-gnu": { + "name": "cpython", + "arch": "aarch64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 20, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.8.20%2B20240909-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz", + "sha256": "a0cf896059fa8f323c88342154868cea4cca32314175e246f0ac601b978f0e7a" + }, + "cpython-3.8.20-windows-i686-none": { + "name": "cpython", + "arch": "i686", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 20, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.8.20%2B20240909-i686-pc-windows-msvc-install_only_stripped.tar.gz", + "sha256": "ac5c88f5bba4a6d7f0e1294eb27b66461912277bd01c78f0641b6ea18f8f5253" + }, + "cpython-3.8.20-darwin-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "darwin", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 20, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.8.20%2B20240909-x86_64-apple-darwin-install_only_stripped.tar.gz", + "sha256": "d1df0f170f65b572e34f2f308578e7803a65ba67adda24faf4c3b91c4c35ca12" + }, + "cpython-3.8.20-linux-x86_64-gnu": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "gnu", + "major": 3, + "minor": 8, + "patch": 20, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.8.20%2B20240909-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz", + "sha256": "07efe55ae8f494356877effdf98e661d21b1de077964e95940ca1a35119d5b28" + }, + "cpython-3.8.20-linux-x86_64-musl": { + "name": "cpython", + "arch": "x86_64", + "os": "linux", + "libc": "musl", + "major": 3, + "minor": 8, + "patch": 20, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.8.20%2B20240909-x86_64-unknown-linux-musl-install_only_stripped.tar.gz", + "sha256": "702256dc8f5fbcd2c696d27cfba6eabc52247129b0b92f602daedb06a4ace6ac" + }, + "cpython-3.8.20-windows-x86_64-none": { + "name": "cpython", + "arch": "x86_64", + "os": "windows", + "libc": "none", + "major": 3, + "minor": 8, + "patch": 20, + "url": "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.8.20%2B20240909-x86_64-pc-windows-msvc-install_only_stripped.tar.gz", + "sha256": "f037f8201f93ba26d6217464c46afac8bf128672b604aedd87724a7824bdf1ff" + }, "cpython-3.8.19-darwin-aarch64-none": { "name": "cpython", "arch": "aarch64", diff --git a/crates/uv-python/src/downloads.inc b/crates/uv-python/src/downloads.inc index 46a1360d1cf7..a434f8cb7285 100644 --- a/crates/uv-python/src/downloads.inc +++ b/crates/uv-python/src/downloads.inc @@ -4,6 +4,149 @@ // From template at `crates/uv-python/src/downloads.inc.mustache` pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[ + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 12, + patch: 6, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-aarch64-apple-darwin-install_only_stripped.tar.gz", + sha256: Some("0419bafa4444a5aa0c554197bce0679e7cc0f28edc7ee8cfbe0ccea860bdb904") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 12, + patch: 6, + 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), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz", + sha256: Some("22d119ac7df7f0bddfd4dfd075bcc4eb2532ed3df0bdba0579106835d49ef9cd") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 12, + patch: 6, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Arm(target_lexicon::ArmArchitecture::Armv7)), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnueabi), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-armv7-unknown-linux-gnueabi-install_only_stripped.tar.gz", + sha256: Some("190c23eb3b9c6b9638f69dc7fb829df8967ad64c82e82c93898a4d878d18ed2a") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 12, + patch: 6, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Arm(target_lexicon::ArmArchitecture::Armv7)), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnueabihf), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-armv7-unknown-linux-gnueabihf-install_only_stripped.tar.gz", + sha256: Some("31a043c40e1dbb528404ff6e1fcad25638d54dfab2d379c3989d47ec24e6938b") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 12, + patch: 6, + 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, + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-i686-pc-windows-msvc-install_only_stripped.tar.gz", + sha256: Some("d87275e613632ab738528fe20a94a7193e824e91ba7f1e7845e7fcfc1f114900") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 12, + patch: 6, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Powerpc64le), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-ppc64le-unknown-linux-gnu-install_only_stripped.tar.gz", + sha256: Some("fb49374b512b0e9f2cd2a720b3836f8a04228d73eb0786e64221eb55979edc6e") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 12, + patch: 6, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::S390x), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-s390x-unknown-linux-gnu-install_only_stripped.tar.gz", + sha256: Some("89be19666ecb7cdbbfd596e462d690a78a380f1fe5c2967b25a1779b0cec9339") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 12, + patch: 6, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-x86_64-apple-darwin-install_only_stripped.tar.gz", + sha256: Some("b10d19eb5548a3b3b0a5e6f9109834d7ecfc139bc15754f81a94d39eaa5bdd26") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 12, + patch: 6, + 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), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz", + sha256: Some("b080463e4f0c452e592cdac1ca97936a6a19bb3d9a64da669a50ca843fce0108") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 12, + patch: 6, + 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), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-x86_64-unknown-linux-musl-install_only_stripped.tar.gz", + sha256: Some("661e2a4b03d6eccbb5b15f5bd2869fbdd39132513394d758287e46115e48d4ef") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 12, + patch: 6, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-x86_64-pc-windows-msvc-install_only_stripped.tar.gz", + sha256: Some("fe9898060f52c2171c2aa074f470f91339bdcf9896dae6709021c914f58aa863") + }, ManagedPythonDownload { key: PythonInstallationKey { major: 3, @@ -784,6 +927,149 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[ url: "https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.12.0%2B20231002-x86_64-pc-windows-msvc-shared-install_only.tar.gz", sha256: Some("facfaa1fbc8653f95057f3c4a0f8aa833dab0e0b316e24ee8686bc761d4b4f8d") }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 11, + patch: 10, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.11.10%2B20240909-aarch64-apple-darwin-install_only_stripped.tar.gz", + sha256: Some("74a9e2921aefecf22f79d633fd436dd2e756a075fff45d52c55f55e62b90a4e0") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 11, + patch: 10, + 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), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.11.10%2B20240909-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz", + sha256: Some("7ac6ef4209153a1de211ab112ed318b4d702d6ca2655829ad6695d9523eaf47d") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 11, + patch: 10, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Arm(target_lexicon::ArmArchitecture::Armv7)), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnueabi), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.11.10%2B20240909-armv7-unknown-linux-gnueabi-install_only_stripped.tar.gz", + sha256: Some("71a30c207475cff54cd87054befc9ab9100c4f0e7f95a27c54fcd72b42d855ed") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 11, + patch: 10, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Arm(target_lexicon::ArmArchitecture::Armv7)), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnueabihf), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.11.10%2B20240909-armv7-unknown-linux-gnueabihf-install_only_stripped.tar.gz", + sha256: Some("248790e6e393159b05701b14eb66b96fcccee1c33497b98f671a9202a1da9efa") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 11, + patch: 10, + 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, + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.11.10%2B20240909-i686-pc-windows-msvc-install_only_stripped.tar.gz", + sha256: Some("7c3ffac7aec9c554dcdb822e4154e83629d0c7ab453c2c47e6bbf9b63c912f73") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 11, + patch: 10, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Powerpc64le), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.11.10%2B20240909-ppc64le-unknown-linux-gnu-install_only_stripped.tar.gz", + sha256: Some("01bcf87fa9cea97604a199e3a2a0b43c67368be9e0e4ba8d0e044e853a5b398b") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 11, + patch: 10, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::S390x), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.11.10%2B20240909-s390x-unknown-linux-gnu-install_only_stripped.tar.gz", + sha256: Some("6800797c7c3c7899c1b703e556c0552d459df96a1aac93c57d8fb25d6b80ed6c") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 11, + patch: 10, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.11.10%2B20240909-x86_64-apple-darwin-install_only_stripped.tar.gz", + sha256: Some("46c5dd0fc5f2963541ac6748671d04e01217f6b4f55dcdf7022e74ccb4452683") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 11, + patch: 10, + 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), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.11.10%2B20240909-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz", + sha256: Some("2f8fdc87e8aab1f9f166575e3379d36abd0f7a87ea6c66c5e97e3aaadedd291d") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 11, + patch: 10, + 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), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.11.10%2B20240909-x86_64-unknown-linux-musl-install_only_stripped.tar.gz", + sha256: Some("cf7cd0a08aa43e5919483a9e3251b6496049a157ce02fa03ff0cde27b4338fbd") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 11, + patch: 10, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.11.10%2B20240909-x86_64-pc-windows-msvc-install_only_stripped.tar.gz", + sha256: Some("2f0648ac8f7cddd2fecc9983120e53063cb6180ebbf62fb4f4c16255d090b67e") + }, ManagedPythonDownload { key: PythonInstallationKey { major: 3, @@ -1645,119 +1931,262 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[ ManagedPythonDownload { key: PythonInstallationKey { major: 3, - minor: 11, - patch: 3, + minor: 11, + patch: 3, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.11.3%2B20230507-x86_64-pc-windows-msvc-shared-install_only.tar.gz", + sha256: Some("24741066da6f35a7ff67bee65ce82eae870d84e1181843e64a7076d1571e95af") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 11, + patch: 1, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-aarch64-apple-darwin-install_only.tar.gz", + sha256: Some("4918cdf1cab742a90f85318f88b8122aeaa2d04705803c7b6e78e81a3dd40f80") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 11, + patch: 1, + 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), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-aarch64-unknown-linux-gnu-install_only.tar.gz", + sha256: Some("debf15783bdcb5530504f533d33fda75a7b905cec5361ae8f33da5ba6599f8b4") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 11, + patch: 1, + 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), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-i686-unknown-linux-gnu-install_only.tar.gz", + sha256: Some("8392230cf76c282cfeaf67dcbd2e0fac6da8cd3b3aead1250505c6ddd606caae") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 11, + patch: 1, + 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, + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-i686-pc-windows-msvc-shared-install_only.tar.gz", + sha256: Some("50b250dd261c3cca9ae8d96cb921e4ffbc64f778a198b6f8b8b0a338f77ae486") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 11, + patch: 1, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-x86_64-apple-darwin-install_only.tar.gz", + sha256: Some("20a4203d069dc9b710f70b09e7da2ce6f473d6b1110f9535fb6f4c469ed54733") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 11, + patch: 1, + 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), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-x86_64-unknown-linux-gnu-install_only.tar.gz", + sha256: Some("02a551fefab3750effd0e156c25446547c238688a32fabde2995c941c03a6423") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 11, + patch: 1, + 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), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-x86_64-unknown-linux-musl-install_only.tar.gz", + sha256: Some("7f0425d3e9b2283aba205493e9fe431bc2c2d67cc369bc922825b827a1b06b82") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 11, + patch: 1, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-x86_64-pc-windows-msvc-shared-install_only.tar.gz", + sha256: Some("edc08979cb0666a597466176511529c049a6f0bba8adf70df441708f766de5bf") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 10, + patch: 15, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.10.15%2B20240909-aarch64-apple-darwin-install_only_stripped.tar.gz", + sha256: Some("cdf154e4ca6e78d613611ddb6bc67a73f682442c31ca498df4383775e87bd5c8") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 10, + patch: 15, + 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), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.10.15%2B20240909-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz", + sha256: Some("e3af89047c713b812779aaa576a364b77f9ebbbbe182fd6bda03a52d3166ee14") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 10, + patch: 15, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Arm(target_lexicon::ArmArchitecture::Armv7)), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnueabi), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.10.15%2B20240909-armv7-unknown-linux-gnueabi-install_only_stripped.tar.gz", + sha256: Some("c600872186409c85937446955e97e86578a98ca4513816c756a15fa9fc2b315d") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 10, + patch: 15, implementation: LenientImplementationName::Known(ImplementationName::CPython), - arch: Arch(target_lexicon::Architecture::X86_64), - os: Os(target_lexicon::OperatingSystem::Windows), - libc: Libc::None, + arch: Arch(target_lexicon::Architecture::Arm(target_lexicon::ArmArchitecture::Armv7)), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnueabihf), }, - url: "https://github.com/indygreg/python-build-standalone/releases/download/20230507/cpython-3.11.3%2B20230507-x86_64-pc-windows-msvc-shared-install_only.tar.gz", - sha256: Some("24741066da6f35a7ff67bee65ce82eae870d84e1181843e64a7076d1571e95af") + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.10.15%2B20240909-armv7-unknown-linux-gnueabihf-install_only_stripped.tar.gz", + sha256: Some("08312ded535dfaf99d78ef802bbef4eba0961eaf8286fe0a94fc368f238bd8dd") }, ManagedPythonDownload { key: PythonInstallationKey { major: 3, - minor: 11, - patch: 1, + minor: 10, + patch: 15, implementation: LenientImplementationName::Known(ImplementationName::CPython), - arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)), - os: Os(target_lexicon::OperatingSystem::Darwin), + arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + os: Os(target_lexicon::OperatingSystem::Windows), libc: Libc::None, }, - url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-aarch64-apple-darwin-install_only.tar.gz", - sha256: Some("4918cdf1cab742a90f85318f88b8122aeaa2d04705803c7b6e78e81a3dd40f80") + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.10.15%2B20240909-i686-pc-windows-msvc-install_only_stripped.tar.gz", + sha256: Some("d96824766a2b05cbaa4cf85a79eb76eaf753144f6db54e63d9cdc494d3f29589") }, ManagedPythonDownload { key: PythonInstallationKey { major: 3, - minor: 11, - patch: 1, + minor: 10, + patch: 15, implementation: LenientImplementationName::Known(ImplementationName::CPython), - arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)), + arch: Arch(target_lexicon::Architecture::Powerpc64le), os: Os(target_lexicon::OperatingSystem::Linux), libc: Libc::Some(target_lexicon::Environment::Gnu), }, - url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-aarch64-unknown-linux-gnu-install_only.tar.gz", - sha256: Some("debf15783bdcb5530504f533d33fda75a7b905cec5361ae8f33da5ba6599f8b4") + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.10.15%2B20240909-ppc64le-unknown-linux-gnu-install_only_stripped.tar.gz", + sha256: Some("9ee250d77a87f356b6d8576d5f57d02fce2cb9982f8272d59dd2f44f24e95cdd") }, ManagedPythonDownload { key: PythonInstallationKey { major: 3, - minor: 11, - patch: 1, + minor: 10, + patch: 15, implementation: LenientImplementationName::Known(ImplementationName::CPython), - arch: Arch(target_lexicon::Architecture::X86_32(target_lexicon::X86_32Architecture::I686)), + arch: Arch(target_lexicon::Architecture::S390x), os: Os(target_lexicon::OperatingSystem::Linux), libc: Libc::Some(target_lexicon::Environment::Gnu), }, - url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-i686-unknown-linux-gnu-install_only.tar.gz", - sha256: Some("8392230cf76c282cfeaf67dcbd2e0fac6da8cd3b3aead1250505c6ddd606caae") - }, - ManagedPythonDownload { - key: PythonInstallationKey { - major: 3, - minor: 11, - patch: 1, - 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, - }, - url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-i686-pc-windows-msvc-shared-install_only.tar.gz", - sha256: Some("50b250dd261c3cca9ae8d96cb921e4ffbc64f778a198b6f8b8b0a338f77ae486") + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.10.15%2B20240909-s390x-unknown-linux-gnu-install_only_stripped.tar.gz", + sha256: Some("8e816379a299da025de9fecc33f7d1b7384b97c689748875f43dc0d71c2dad50") }, ManagedPythonDownload { key: PythonInstallationKey { major: 3, - minor: 11, - patch: 1, + minor: 10, + patch: 15, implementation: LenientImplementationName::Known(ImplementationName::CPython), arch: Arch(target_lexicon::Architecture::X86_64), os: Os(target_lexicon::OperatingSystem::Darwin), libc: Libc::None, }, - url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-x86_64-apple-darwin-install_only.tar.gz", - sha256: Some("20a4203d069dc9b710f70b09e7da2ce6f473d6b1110f9535fb6f4c469ed54733") + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.10.15%2B20240909-x86_64-apple-darwin-install_only_stripped.tar.gz", + sha256: Some("89dc3fd2e8d1a1b6c9eb000cbad85830c06ab776eed891bda369847671f0fb4f") }, ManagedPythonDownload { key: PythonInstallationKey { major: 3, - minor: 11, - patch: 1, + minor: 10, + patch: 15, 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), }, - url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-x86_64-unknown-linux-gnu-install_only.tar.gz", - sha256: Some("02a551fefab3750effd0e156c25446547c238688a32fabde2995c941c03a6423") + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.10.15%2B20240909-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz", + sha256: Some("816a958735bb9927b2884d55938683770eda823d4c74c38f2b49ef3cc8ce4585") }, ManagedPythonDownload { key: PythonInstallationKey { major: 3, - minor: 11, - patch: 1, + minor: 10, + patch: 15, 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), }, - url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-x86_64-unknown-linux-musl-install_only.tar.gz", - sha256: Some("7f0425d3e9b2283aba205493e9fe431bc2c2d67cc369bc922825b827a1b06b82") + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.10.15%2B20240909-x86_64-unknown-linux-musl-install_only_stripped.tar.gz", + sha256: Some("691fbd9da6ff2a18b682d78c4ea9c4fe6fb8f08589a6c82ad3bfef1d8d4df2f3") }, ManagedPythonDownload { key: PythonInstallationKey { major: 3, - minor: 11, - patch: 1, + minor: 10, + patch: 15, implementation: LenientImplementationName::Known(ImplementationName::CPython), arch: Arch(target_lexicon::Architecture::X86_64), os: Os(target_lexicon::OperatingSystem::Windows), libc: Libc::None, }, - url: "https://github.com/indygreg/python-build-standalone/releases/download/20230116/cpython-3.11.1%2B20230116-x86_64-pc-windows-msvc-shared-install_only.tar.gz", - sha256: Some("edc08979cb0666a597466176511529c049a6f0bba8adf70df441708f766de5bf") + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.10.15%2B20240909-x86_64-pc-windows-msvc-install_only_stripped.tar.gz", + sha256: Some("ee0cff039adf2a21481b45274fa10ec59976d901b0afef93346fad07919fe1ce") }, ManagedPythonDownload { key: PythonInstallationKey { @@ -3215,6 +3644,149 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[ url: "https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.10.0-x86_64-pc-windows-msvc-shared-install_only-20211017T1616.tar.gz", sha256: None }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 20, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.9.20%2B20240909-aarch64-apple-darwin-install_only_stripped.tar.gz", + sha256: Some("80a7fa0a25cf0dbbb4cab9d7dc37b3172efed05cefd0667192690a30cadd85dd") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 20, + 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), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.9.20%2B20240909-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz", + sha256: Some("2a78b16be1be07cb514183d09b9e421fea9256e366cca0642639c3161611b6ab") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 20, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Arm(target_lexicon::ArmArchitecture::Armv7)), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnueabi), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.9.20%2B20240909-armv7-unknown-linux-gnueabi-install_only_stripped.tar.gz", + sha256: Some("269aeb811b5a32381070811da02a175f9d6abee92da7673884a6b42c91cf9c6e") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 20, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Arm(target_lexicon::ArmArchitecture::Armv7)), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnueabihf), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.9.20%2B20240909-armv7-unknown-linux-gnueabihf-install_only_stripped.tar.gz", + sha256: Some("113c727c2231e3c964ee9784e32d8b91effa9e61a2db4dce5166e21975cbc3f1") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 20, + 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, + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.9.20%2B20240909-i686-pc-windows-msvc-install_only_stripped.tar.gz", + sha256: Some("b47e8d72466e1af94810d9d83b0e0fa8a60773abb31505fc2b8d84bfa16d3b81") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 20, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Powerpc64le), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.9.20%2B20240909-ppc64le-unknown-linux-gnu-install_only_stripped.tar.gz", + sha256: Some("fe5d14060530f4d6edb53687f4730d28d71d19f11c64ddaf5bde5db69fc3bd01") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 20, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::S390x), + os: Os(target_lexicon::OperatingSystem::Linux), + libc: Libc::Some(target_lexicon::Environment::Gnu), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.9.20%2B20240909-s390x-unknown-linux-gnu-install_only_stripped.tar.gz", + sha256: Some("4f428e4294d8688b62452152cab1685c88c2b665bfee00125af7676542c1ed52") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 20, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.9.20%2B20240909-x86_64-apple-darwin-install_only_stripped.tar.gz", + sha256: Some("8af628a1786ebc6012689d3f06cd955672bcb75ff37e9518b4028e38d185d2d7") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 20, + 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), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.9.20%2B20240909-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz", + sha256: Some("8106a101967d52c78f56603a2fcfa2926c140ca45abfbf5a984cc63b726a0ee9") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 20, + 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), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.9.20%2B20240909-x86_64-unknown-linux-musl-install_only_stripped.tar.gz", + sha256: Some("e7e5415db4790ef15bbe2daa9a5d4f8363fd60fd1220692206ef02d534e534c8") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 9, + patch: 20, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.9.20%2B20240909-x86_64-pc-windows-msvc-install_only_stripped.tar.gz", + sha256: Some("81d14af5cc30dd1e6203d2ef51aeeeb68b8e807ca71ce2ab038ff517fa553796") + }, ManagedPythonDownload { key: PythonInstallationKey { major: 3, @@ -5048,6 +5620,97 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[ 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, + minor: 8, + patch: 20, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::Aarch64(target_lexicon::Aarch64Architecture::Aarch64)), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.8.20%2B20240909-aarch64-apple-darwin-install_only_stripped.tar.gz", + sha256: Some("ba5e82a768111e58c1c10f452a8c2a352343ade11a726649305b5be9c50e2c4e") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 20, + 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), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.8.20%2B20240909-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz", + sha256: Some("a0cf896059fa8f323c88342154868cea4cca32314175e246f0ac601b978f0e7a") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 20, + 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, + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.8.20%2B20240909-i686-pc-windows-msvc-install_only_stripped.tar.gz", + sha256: Some("ac5c88f5bba4a6d7f0e1294eb27b66461912277bd01c78f0641b6ea18f8f5253") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 20, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Darwin), + libc: Libc::None, + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.8.20%2B20240909-x86_64-apple-darwin-install_only_stripped.tar.gz", + sha256: Some("d1df0f170f65b572e34f2f308578e7803a65ba67adda24faf4c3b91c4c35ca12") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 20, + 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), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.8.20%2B20240909-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz", + sha256: Some("07efe55ae8f494356877effdf98e661d21b1de077964e95940ca1a35119d5b28") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 20, + 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), + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.8.20%2B20240909-x86_64-unknown-linux-musl-install_only_stripped.tar.gz", + sha256: Some("702256dc8f5fbcd2c696d27cfba6eabc52247129b0b92f602daedb06a4ace6ac") + }, + ManagedPythonDownload { + key: PythonInstallationKey { + major: 3, + minor: 8, + patch: 20, + implementation: LenientImplementationName::Known(ImplementationName::CPython), + arch: Arch(target_lexicon::Architecture::X86_64), + os: Os(target_lexicon::OperatingSystem::Windows), + libc: Libc::None, + }, + url: "https://github.com/indygreg/python-build-standalone/releases/download/20240909/cpython-3.8.20%2B20240909-x86_64-pc-windows-msvc-install_only_stripped.tar.gz", + sha256: Some("f037f8201f93ba26d6217464c46afac8bf128672b604aedd87724a7824bdf1ff") + }, ManagedPythonDownload { key: PythonInstallationKey { major: 3,