Update bundled Pythons to include stripped variants (#5469)

## Summary

The previous update used a slightly botched release.
This commit is contained in:
Charlie Marsh 2024-07-25 20:34:45 -04:00 committed by GitHub
parent d51b429837
commit 967fcdbb83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 204 additions and 204 deletions

View file

@ -14,8 +14,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Darwin),
libc: Libc::None,
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.12.4%2B20240725-aarch64-apple-darwin-install_only_stripped.tar.gz",
sha256: Some("72dd8279ef671033fa766590168091ae82b2b65e031da855e5a4f6725dc4b8c4")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.12.4%2B20240726-aarch64-apple-darwin-install_only_stripped.tar.gz",
sha256: Some("ef6948e836f531bd7a58ffbe602803ff1c83c65f99d1da19be369ea61f136c93")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -27,8 +27,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnu),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.12.4%2B20240725-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("723ef3059201e0018144e3ffb712b69a536911dd85b8ff85280ce3ca20e7ade6")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.12.4%2B20240726-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("6c9cf13644edc7250525ab1b2529ba1c0fff56c0c5a5c2242d84b6d4889d2bea")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -40,8 +40,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnueabi),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.12.4%2B20240725-armv7-unknown-linux-gnueabi-install_only_stripped.tar.gz",
sha256: Some("d14875f0da5b253bb88f664955026aea4bf8aae29c8142062ab3f1d24d605521")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.12.4%2B20240726-armv7-unknown-linux-gnueabi-install_only_stripped.tar.gz",
sha256: Some("5a23ed8eaf948fe48d7c05dbfb58ea8638dcd2c4880d8519e069281ab427cbcb")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -53,8 +53,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnueabihf),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.12.4%2B20240725-armv7-unknown-linux-gnueabihf-install_only_stripped.tar.gz",
sha256: Some("ee7ee02f050c982b038512c9cdbedd2639d819e182ea7513a4a605837fe8d920")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.12.4%2B20240726-armv7-unknown-linux-gnueabihf-install_only_stripped.tar.gz",
sha256: Some("4281764e69339a138e30211b9923d74036d07c7a56c6aacc6dbdb2802a575f51")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -66,8 +66,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Windows),
libc: Libc::None,
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.12.4%2B20240725-i686-pc-windows-msvc-install_only_stripped.tar.gz",
sha256: Some("63f3305b9e8b788cc7fd822abcbad193a360e24749bc21623e5e3a24d93a4563")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.12.4%2B20240726-i686-pc-windows-msvc-install_only_stripped.tar.gz",
sha256: Some("ff0fab24f38c22130e45b90b7ec10dc4ce9677b545d9fb9109a72d2ffbab7b02")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -79,8 +79,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnu),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.12.4%2B20240725-ppc64le-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("373a095413970e33b55619c42e5b7754810a72f5c0afcad7fe84564c6c213b27")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.12.4%2B20240726-ppc64le-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("35a8359f1dc17a7a70007dae102a5e1562c0715a721377ede92137b2a0292406")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -92,8 +92,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnu),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.12.4%2B20240725-s390x-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("ab33ed2086efffea4b9d125ef46fee289f49bc74e3b24a0cbbeca279e9a288be")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.12.4%2B20240726-s390x-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("b2fd015ab3689e024de6fbb34a4942acdb54c2184d1963e22829aafa1d81ba2c")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -105,8 +105,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Darwin),
libc: Libc::None,
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.12.4%2B20240725-x86_64-apple-darwin-install_only_stripped.tar.gz",
sha256: Some("cd7601f4137c3c16c90f7de64223ee5adb425b73d27f3256ce68f02ddfe3bdb8")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.12.4%2B20240726-x86_64-apple-darwin-install_only_stripped.tar.gz",
sha256: Some("9d68cbdd12d1d6f98d35cc76add232c12db75c6b7f49733bffc88e7b1c025a79")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -118,8 +118,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnu),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.12.4%2B20240725-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("d491e01f71e9bf97877a8009353fdf0f749e9038c7e67a7be866717a6bcdfd1c")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.12.4%2B20240726-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("ca076aee4329f53f988346eb0521ad2a2cf7f723b6296088d03b98d8f22f5420")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -131,8 +131,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Musl),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.12.4%2B20240725-x86_64-unknown-linux-musl-install_only_stripped.tar.gz",
sha256: Some("6c4f60048f7c0eeb05a77c46bee2c6519498cb5887ea192187a1f7bc3a4f601d")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.12.4%2B20240726-x86_64-unknown-linux-musl-install_only_stripped.tar.gz",
sha256: Some("de4983ffa610ff2c3b9bcb62882366f017d94bf11b194c1fce17ad9e502acce6")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -144,8 +144,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Windows),
libc: Libc::None,
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.12.4%2B20240725-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
sha256: Some("b008ab7911f70e147fe4114d322436bff2d10f2f8fc59205c509252639632543")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.12.4%2B20240726-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
sha256: Some("6dd7b4607f8a25f0f5f68e745f4c572b1a20c3bbfa86accfa45b52ab93b18ece")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -651,8 +651,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Darwin),
libc: Libc::None,
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.11.9%2B20240725-aarch64-apple-darwin-install_only_stripped.tar.gz",
sha256: Some("672b17e5c41e2c7dbce4cf7f2fbd0a972895bc781f4e7adca927629e9be993ad")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.11.9%2B20240726-aarch64-apple-darwin-install_only_stripped.tar.gz",
sha256: Some("4e60044786e069ef827792f9357734c222f7ec57731bf7a31f1882eca91cce52")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -664,8 +664,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnu),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.11.9%2B20240725-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("01d2bbe3edb46188656db4a4c7e2292072e34bb8aa4849576c34dbe58718c078")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.11.9%2B20240726-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("1b631d5d76a0f4ab70f2bc9dcad06284a7ffcba53fe0b38fbd3135fbe00c2efc")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -677,8 +677,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnueabi),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.11.9%2B20240725-armv7-unknown-linux-gnueabi-install_only_stripped.tar.gz",
sha256: Some("56d8c22eea53e55ebea9e751e7cd2d5820e6793d963dedddeb14410e9e6ef2e3")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.11.9%2B20240726-armv7-unknown-linux-gnueabi-install_only_stripped.tar.gz",
sha256: Some("0348a3d5bdadaa4084e5c8ca2182c7313a549b6322fe96e6c2edf0b15d3738cc")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -690,8 +690,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnueabihf),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.11.9%2B20240725-armv7-unknown-linux-gnueabihf-install_only_stripped.tar.gz",
sha256: Some("ca9c62c89fdaf564551c2fbbbdff5393966088c68ece749dbee0e8ed2956b3b3")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.11.9%2B20240726-armv7-unknown-linux-gnueabihf-install_only_stripped.tar.gz",
sha256: Some("6ae9cd96fd9a96c246d1a734f96c8ba7d0aaafc8218d215eec362d15ea68b9ed")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -703,8 +703,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Windows),
libc: Libc::None,
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.11.9%2B20240725-i686-pc-windows-msvc-install_only_stripped.tar.gz",
sha256: Some("6f0af1a7f210370d615db19a5a92e3f8f04daf0047a5616f6ceb5dbad09ea957")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.11.9%2B20240726-i686-pc-windows-msvc-install_only_stripped.tar.gz",
sha256: Some("1681ee419296a0eedd42ec4a40d4d93dfc8b4751931b9d64818d8541040e4806")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -716,8 +716,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnu),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.11.9%2B20240725-ppc64le-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("95ab6a1e64d4db1cd6960bab9daf0897fe5205186638d49ce2e4aa415dd8eed5")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.11.9%2B20240726-ppc64le-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("31922df558c5a6dcd98664cbad547176523f5b3e6b6c8b5604f6dceca279ca91")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -729,8 +729,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnu),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.11.9%2B20240725-s390x-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("6a2fa0e4fa01a4c90b1ed824e711a73f05e0a89696f41350ccb2a1cdf2b299d4")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.11.9%2B20240726-s390x-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("bdea7b52ab0f86c0c18d2bba2e908622b4f9f68d53ca9ccd0dfe8edcc9ca7e94")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -742,8 +742,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Darwin),
libc: Libc::None,
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.11.9%2B20240725-x86_64-apple-darwin-install_only_stripped.tar.gz",
sha256: Some("013941df52f7957058e3459c9d85c0587374f0541ac881733f63d00e6cee1b6a")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.11.9%2B20240726-x86_64-apple-darwin-install_only_stripped.tar.gz",
sha256: Some("0d83ce532ae48559147be3ab2bf59242f9197c89fe215f6bba327429cdd6730a")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -755,8 +755,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnu),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.11.9%2B20240725-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("34ea39bca968c63c1a8e45dd2114a52b3dc9b5473300278c0bceeb793dba90db")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.11.9%2B20240726-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("59427f06d187a51963ca025b3b37d58acfa55cb9d9e2dc6944e191158715cede")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -768,8 +768,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Musl),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.11.9%2B20240725-x86_64-unknown-linux-musl-install_only_stripped.tar.gz",
sha256: Some("d400cf97b05cb71175439ad7645e8c40b98d8aeb8021e027ebae25165f2a6d7a")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.11.9%2B20240726-x86_64-unknown-linux-musl-install_only_stripped.tar.gz",
sha256: Some("4d552c2b69003e6c02869fb4ab6013518176e0287b7040c57d62a812bd8c4ac9")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -781,8 +781,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Windows),
libc: Libc::None,
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.11.9%2B20240725-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
sha256: Some("31b6d5591527b8213f8d4f8087451331bdf0c18343dd7d30ce1c87f1323c7061")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.11.9%2B20240726-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
sha256: Some("2e67e46b1e59d12583f3079c97dba46de3c8a158c9a83234a31613e969d0fd90")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -1626,8 +1626,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Darwin),
libc: Libc::None,
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.10.14%2B20240725-aarch64-apple-darwin-install_only_stripped.tar.gz",
sha256: Some("4651ccef9d2418ce9d971e91aa8cb7f14381d85eb00dc2d86c3061c9de2a07fe")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.10.14%2B20240726-aarch64-apple-darwin-install_only_stripped.tar.gz",
sha256: Some("cdba5811d148375e0308cf034683ec418ef7bd2f9eaf83aeb5316fb1663390c0")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -1639,8 +1639,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnu),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.10.14%2B20240725-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("def6e1104e332921c6b624c100ecf2549aa597507a45f649d07314fa0e24d7cf")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.10.14%2B20240726-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("827af2ada1f4e2ec8289ddc7b495ba9e85d4a57f9a8b2ad7e019c4693b2945c3")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -1652,8 +1652,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnueabi),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.10.14%2B20240725-armv7-unknown-linux-gnueabi-install_only_stripped.tar.gz",
sha256: Some("88d59313da53a6698a1321b4860e3bf6062a6d626bf6db37f3a7d6c644dabaf3")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.10.14%2B20240726-armv7-unknown-linux-gnueabi-install_only_stripped.tar.gz",
sha256: Some("2f6a76f2faab51bb7857ba371a7b1570c5750f7f0011812a2e40f405303eb125")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -1665,8 +1665,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnueabihf),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.10.14%2B20240725-armv7-unknown-linux-gnueabihf-install_only_stripped.tar.gz",
sha256: Some("28aea1c13c4381f4ef2bb192e9831e510ef7075ca887c9a43a278ca6145fe079")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.10.14%2B20240726-armv7-unknown-linux-gnueabihf-install_only_stripped.tar.gz",
sha256: Some("b7ec3ed45ad6e898d537c243c8cccb1063e4f4db7e1633c07d7065ea67e80405")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -1678,8 +1678,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Windows),
libc: Libc::None,
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.10.14%2B20240725-i686-pc-windows-msvc-install_only_stripped.tar.gz",
sha256: Some("d14a151b290dca3add85853fa9424c38aac8cab170aca7ad0fc052880caaa985")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.10.14%2B20240726-i686-pc-windows-msvc-install_only_stripped.tar.gz",
sha256: Some("6d3c21ca172dfd3b3bd17922c311443baf5a06b108315ef889e130334af5b37c")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -1691,8 +1691,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnu),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.10.14%2B20240725-ppc64le-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("b7877e5a9bedf1f9ca0a0ae8a32c98039f2c4ca69c984ced1aed8a5d5ca4c88c")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.10.14%2B20240726-ppc64le-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("29161d230f348da158f8ad52b7a0c72104631e6c45e623c01de8c0ae6a761856")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -1704,8 +1704,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnu),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.10.14%2B20240725-s390x-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("6b72f9aa43084fc7a5d83b9d402264884d3f449991346c1e7870fec4c8c1aa8d")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.10.14%2B20240726-s390x-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("cd005aaeb56731abbe6a7c778084bdd72dc5eb95719b02bb4a2921e7fe79ab22")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -1717,8 +1717,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Darwin),
libc: Libc::None,
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.10.14%2B20240725-x86_64-apple-darwin-install_only_stripped.tar.gz",
sha256: Some("0f6331419c1c93eac657dad33541df882497af33474dad960021db91315c551e")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.10.14%2B20240726-x86_64-apple-darwin-install_only_stripped.tar.gz",
sha256: Some("0ef54e12063de80726c1a6ae021e65bd0915595c24f1ccd774cac1d3f14c6b89")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -1730,8 +1730,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnu),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.10.14%2B20240725-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("4878e0e1d791c87a888e211ec725e9a6d3e4fd386aeae4d892547093245d1dd4")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.10.14%2B20240726-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("6ff16d445e3ca486b555e26e8cb9db52c3bba7fb5245dc100614d9e178c16418")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -1743,8 +1743,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Musl),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.10.14%2B20240725-x86_64-unknown-linux-musl-install_only_stripped.tar.gz",
sha256: Some("7174febd4c06a01e6c1612b38541f3fee18733788a9b2756f2d372976f14f0de")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.10.14%2B20240726-x86_64-unknown-linux-musl-install_only_stripped.tar.gz",
sha256: Some("5a8f641e2641a2685ecb8a5ab61945dd35b8ba60fe5c10cff3bd0c48d265b1fc")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -1756,8 +1756,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Windows),
libc: Libc::None,
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.10.14%2B20240725-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
sha256: Some("d57aa1399a925efc66ebdcc26bfe1948b1446afb50750696650815999d607219")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.10.14%2B20240726-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
sha256: Some("5696132b34fa6a2e416b2a6aeee8ad20395f0ae2f8230b0227bfcc565f1e3833")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -3082,8 +3082,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Darwin),
libc: Libc::None,
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.9.19%2B20240725-aarch64-apple-darwin-install_only_stripped.tar.gz",
sha256: Some("8840ac5d2c98926ea7397d6f10ef3d23ea83a7e942480eb30d6c9dc4f998d70d")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.9.19%2B20240726-aarch64-apple-darwin-install_only_stripped.tar.gz",
sha256: Some("9a555e124516da59da73357f22d427cd34254ca8c18ff9c458d8e44f58566337")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -3095,8 +3095,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnu),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.9.19%2B20240725-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("a5efe24931ab137ec0cafcbebc25f1a77281f864e08e9dbc745edcf90f562300")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.9.19%2B20240726-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("874bef7efb4090e02070f6399ff47a890c7e1c35c5ed0b36fe457369da4673a8")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -3108,8 +3108,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnueabi),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.9.19%2B20240725-armv7-unknown-linux-gnueabi-install_only_stripped.tar.gz",
sha256: Some("3d65db466aeb89c373d049e19d96dae0c54f2b3a888b06717018207b1f701270")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.9.19%2B20240726-armv7-unknown-linux-gnueabi-install_only_stripped.tar.gz",
sha256: Some("f540e07ef6696c5b630cf456c7f16c2ae853080c00030c78b350e4aa95e1e5e6")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -3121,8 +3121,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnueabihf),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.9.19%2B20240725-armv7-unknown-linux-gnueabihf-install_only_stripped.tar.gz",
sha256: Some("bb59b25cd5a38d1037976f63e56c66bb23807adabb296f9bf952259b0a89c0fe")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.9.19%2B20240726-armv7-unknown-linux-gnueabihf-install_only_stripped.tar.gz",
sha256: Some("3d2fdce5dba03b8c66bd36aff2b85ee4e7398476711a4db97245c027aa0bcde3")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -3134,8 +3134,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Windows),
libc: Libc::None,
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.9.19%2B20240725-i686-pc-windows-msvc-install_only_stripped.tar.gz",
sha256: Some("c2a20a49939e07c738c99dbfe79e3d0fe863f490904f49ac9bd5231300f798dc")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.9.19%2B20240726-i686-pc-windows-msvc-install_only_stripped.tar.gz",
sha256: Some("b4a1c90296f83e541f79e4478960b321a25e00bdfc98b786b498620c43ab33ff")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -3147,8 +3147,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnu),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.9.19%2B20240725-ppc64le-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("bc30e20cdafd79da38bc5cd7166908cb432a6af58cbe43836523a62afb3eb25f")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.9.19%2B20240726-ppc64le-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("f3a669b72efd59ba76ca661f8677e16c0a73a09a9658841b99de1dd3336aeda3")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -3160,8 +3160,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnu),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.9.19%2B20240725-s390x-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("ae72d9922d6bb60782a824b624e18051c428a001e30a85167f182ecaa8484b9e")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.9.19%2B20240726-s390x-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("7fde661924ce3439d439bd53d439125492b5ddfca2a94651b94307fead268b9a")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -3173,8 +3173,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Darwin),
libc: Libc::None,
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.9.19%2B20240725-x86_64-apple-darwin-install_only_stripped.tar.gz",
sha256: Some("df4346fbb2c91e79310460608c6e9cb9569a8973c7ee0e51c1f4f4574aa28726")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.9.19%2B20240726-x86_64-apple-darwin-install_only_stripped.tar.gz",
sha256: Some("1e8b3e67650e1b549fdcbc39b08af260ee9b5525a8a2252b8ee47c4258dae9e2")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -3186,8 +3186,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnu),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.9.19%2B20240725-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("cce7ae7270caf42ec45ece981f43186cd20f3236c079259682855624ac833eb7")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.9.19%2B20240726-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("26d8b588feb2c69d49b83f751c2a26c301d73022fac7ae74b3a1d0473ebc3674")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -3199,8 +3199,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Musl),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.9.19%2B20240725-x86_64-unknown-linux-musl-install_only_stripped.tar.gz",
sha256: Some("b7e788a9956f516ead93b88532cb8702d9f606ce09ccc8eccb72edab2a2c31a1")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.9.19%2B20240726-x86_64-unknown-linux-musl-install_only_stripped.tar.gz",
sha256: Some("2ca6a92e04fd925b4d1d8beb8c57a6104f14dc7f8c23b61022608ba945940b47")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -3212,8 +3212,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Windows),
libc: Libc::None,
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.9.19%2B20240725-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
sha256: Some("56c973fb571c7b776ce376dba234bf6713321de7f5c705b5baa6980ca5fb1783")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.9.19%2B20240726-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
sha256: Some("db39a9da42deccdbada78ab3c39fa4d0b1e8957c3cc73447bf400386e0bfb3cc")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -4915,8 +4915,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Darwin),
libc: Libc::None,
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.8.19%2B20240725-aarch64-apple-darwin-install_only_stripped.tar.gz",
sha256: Some("4e481beb11d9faa7938aed201508d28506f9b73fe740e55048aa5113e02c9a7a")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.8.19%2B20240726-aarch64-apple-darwin-install_only_stripped.tar.gz",
sha256: Some("7aebd1cb21e1531f74310032b1b4eaea987ecd8c5eaf8deb25aaf1d1ffeab2a0")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -4928,8 +4928,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnu),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.8.19%2B20240725-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("292c416f244152bfca4ce1de7b706aa6e64cb6f2188c07fc1be7dbe47504d21e")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.8.19%2B20240726-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("63d7e556cffc4ad86683546251bdb9aaf3b0cfa3ac3c47fe7a0ac842cc26f554")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -4941,8 +4941,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Windows),
libc: Libc::None,
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.8.19%2B20240725-i686-pc-windows-msvc-install_only_stripped.tar.gz",
sha256: Some("65e1dd90806748a75d55829e2add9517dba62415aa05d3080c4b42a5377ecdbc")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.8.19%2B20240726-i686-pc-windows-msvc-install_only_stripped.tar.gz",
sha256: Some("b5542442a31b088c50ffda4fffef6acba8a79d153b1dbef7d99afcc7cc101120")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -4954,8 +4954,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Darwin),
libc: Libc::None,
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.8.19%2B20240725-x86_64-apple-darwin-install_only_stripped.tar.gz",
sha256: Some("f6be36c5a5c984c00c205ada6c2373dbffe1c694dba8c5a5abaecb9234bdda72")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.8.19%2B20240726-x86_64-apple-darwin-install_only_stripped.tar.gz",
sha256: Some("ea54ed5f2439507c90127283e5b47ec12a2ed601aeea6f6c328681609df11519")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -4967,8 +4967,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Gnu),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.8.19%2B20240725-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("15db6196d8a0ac26f0fbf8e05b1d1ebe64424722eb0dd8f5c63670f99adb2aa2")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.8.19%2B20240726-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
sha256: Some("a1ac3502e1aeb67362bed216c2dcdc18ab73ccd1384f1af2958a4e567bdc8a89")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -4980,8 +4980,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Linux),
libc: Libc::Some(target_lexicon::Environment::Musl),
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.8.19%2B20240725-x86_64-unknown-linux-musl-install_only_stripped.tar.gz",
sha256: Some("a492b364e387ed6f682965df8e5e70f543b0372fa60923c947415affb7b0d9f6")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.8.19%2B20240726-x86_64-unknown-linux-musl-install_only_stripped.tar.gz",
sha256: Some("87ab6a7e745c655fd6090717a45c097ceb616900845ed69b4160cb845822cc1e")
},
ManagedPythonDownload {
key: PythonInstallationKey {
@ -4993,8 +4993,8 @@ pub(crate) const PYTHON_DOWNLOADS: &[ManagedPythonDownload] = &[
os: Os(target_lexicon::OperatingSystem::Windows),
libc: Libc::None,
},
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240725/cpython-3.8.19%2B20240725-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
sha256: Some("fad033c6f60fd9354b4acecc9f88a7475261155fcc854c5b79634845b64fb7d1")
url: "https://github.com/indygreg/python-build-standalone/releases/download/20240726/cpython-3.8.19%2B20240726-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
sha256: Some("392875f56d43f7b45ced8b2bbb59f69622644c4c77681baeeeee564a55d71392")
},
ManagedPythonDownload {
key: PythonInstallationKey {