Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pbs-installer for
openSUSE:Factory checked in at 2026-08-22 21:35:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pbs-installer (Old)
and /work/SRC/openSUSE:Factory/.python-pbs-installer.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pbs-installer"
Sat Aug 22 21:35:40 2026 rev:12 rq:1373029 version:2026.8.14
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pbs-installer/python-pbs-installer.changes
2026-06-28 21:11:45.084643435 +0200
+++
/work/SRC/openSUSE:Factory/.python-pbs-installer.new.1258/python-pbs-installer.changes
2026-08-22 21:37:48.570793065 +0200
@@ -1,0 +2,6 @@
+Sat Aug 22 09:19:08 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2026.8.14:
+ * update cpython build releases and hashes
+
+-------------------------------------------------------------------
Old:
----
pbs_installer-2026.6.10.tar.gz
New:
----
pbs_installer-2026.8.14.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pbs-installer.spec ++++++
--- /var/tmp/diff_new_pack.mTE1Vl/_old 2026-08-22 21:37:49.292818874 +0200
+++ /var/tmp/diff_new_pack.mTE1Vl/_new 2026-08-22 21:37:49.294818946 +0200
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pbs-installer
-Version: 2026.6.10
+Version: 2026.8.14
Release: 0
Summary: Installer for Python Build Standalone
License: MIT
++++++ pbs_installer-2026.6.10.tar.gz -> pbs_installer-2026.8.14.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pbs_installer-2026.6.10/PKG-INFO
new/pbs_installer-2026.8.14/PKG-INFO
--- old/pbs_installer-2026.6.10/PKG-INFO 1970-01-01 01:00:00.000000000
+0100
+++ new/pbs_installer-2026.8.14/PKG-INFO 1970-01-01 01:00:00.000000000
+0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pbs-installer
-Version: 2026.6.10
+Version: 2026.8.14
Summary: Installer for Python Build Standalone
Author-Email: Frost Ming <[email protected]>
License: MIT
@@ -17,6 +17,8 @@
# pbs-installer
+[](https://github.com/sponsors/frostming)
+
[](https://pypi.org/project/pbs-installer)
An installer for @indygreg's
[python-build-standalone](https://github.com/astral-sh/python-build-standalone)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pbs_installer-2026.6.10/README.md
new/pbs_installer-2026.8.14/README.md
--- old/pbs_installer-2026.6.10/README.md 2026-06-12 00:02:17.945281000
+0200
+++ new/pbs_installer-2026.8.14/README.md 2026-08-15 00:02:38.785982000
+0200
@@ -1,5 +1,7 @@
# pbs-installer
+[](https://github.com/sponsors/frostming)
+
[](https://pypi.org/project/pbs-installer)
An installer for @indygreg's
[python-build-standalone](https://github.com/astral-sh/python-build-standalone)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pbs_installer-2026.6.10/pyproject.toml
new/pbs_installer-2026.8.14/pyproject.toml
--- old/pbs_installer-2026.6.10/pyproject.toml 2026-06-12 00:02:21.806705500
+0200
+++ new/pbs_installer-2026.8.14/pyproject.toml 2026-08-15 00:02:48.236162700
+0200
@@ -7,7 +7,7 @@
requires-python = ">=3.9"
readme = "README.md"
dynamic = []
-version = "2026.6.10"
+version = "2026.8.14"
[project.license]
text = "MIT"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pbs_installer-2026.6.10/src/pbs_installer/_versions.py
new/pbs_installer-2026.8.14/src/pbs_installer/_versions.py
--- old/pbs_installer-2026.6.10/src/pbs_installer/_versions.py 2026-06-12
00:02:17.947856200 +0200
+++ new/pbs_installer-2026.8.14/src/pbs_installer/_versions.py 2026-08-15
00:02:38.790279000 +0200
@@ -3,62 +3,120 @@
from ._utils import PythonVersion
PYTHON_VERSIONS: dict[PythonVersion, dict[tuple[str, str, bool], tuple[str,
str | None]]] = {
+ PythonVersion("cpython", 3, 14, 7, True): {
+ ("macos", "aarch64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.14.7%2B20260814-aarch64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "fac5a41f21248069facacc6a3fb16e54be084acf9fd3cdef193b7afffbcae931",
+ ),
+ ("macos", "aarch64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.14.7%2B20260814-aarch64-apple-darwin-freethreaded-install_only_stripped.tar.gz",
+ "36705d8ce9bdc405552068802fe46381bf0d70aaa0dc5ede7c95c5087d8577a7",
+ ),
+ ("windows", "aarch64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.14.7%2B20260814-aarch64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
+ "5f47870b276ac06dd7997c3df847449b812dbeeca00fb87a38f06879cb9f0e30",
+ ),
+ ("windows", "aarch64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.14.7%2B20260814-aarch64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
+ "1d61f96aecd9e467cf6faa4796442d2cc2dcf8056aaaa9415df22a67fdf89cba",
+ ),
+ ("linux", "aarch64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.14.7%2B20260814-aarch64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "470103a74f0a89ce1845e3a81ab577cc39b37e2356f6dda7caec30db4f909cd9",
+ ),
+ ("linux", "aarch64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.14.7%2B20260814-aarch64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz",
+ "ead9469b5693d17eac5b7b9881d44fa215bcdd21996726ae01c1c168b8851f56",
+ ),
+ ("windows", "x86", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.14.7%2B20260814-i686-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
+ "ad12a604e3b5f846d7e16a18c6a8278ca5b04ae189cebf042a02ba609ac110f8",
+ ),
+ ("windows", "x86", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.14.7%2B20260814-i686-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
+ "664206f5fff1269c19f76c09b682da8c1de98d6e13e2cbfd89bf308a040fc54f",
+ ),
+ ("macos", "x86_64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.14.7%2B20260814-x86_64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "09d460ded62f67f450a26b0d74513a520e303e63dd686144feee3e1368436dc2",
+ ),
+ ("macos", "x86_64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.14.7%2B20260814-x86_64-apple-darwin-freethreaded-install_only_stripped.tar.gz",
+ "29789852ab620dffdb8b584a8c9e7c2ff4174e9d2fbf6b5b52dc1ff5ee5cf77f",
+ ),
+ ("windows", "x86_64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.14.7%2B20260814-x86_64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
+ "92524d0917664711d0e6ff9e494a1b979dfa20567f0f8dfb4464fb6561bc5ac2",
+ ),
+ ("windows", "x86_64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.14.7%2B20260814-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
+ "baec5098c495ab763e2367c8c0cedf9f4517b2eeee41037452992801e59525de",
+ ),
+ ("linux", "x86_64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.14.7%2B20260814-x86_64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "d2fbb9e1e03919a1e018d940b9808a912e5658863b22a8f2e55e27496cdb0a57",
+ ),
+ ("linux", "x86_64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.14.7%2B20260814-x86_64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz",
+ "301a3326f279ca7d97d531fc8f50bc27c94a5b80c48e9f5ffcc7499bddb60ae1",
+ ),
+ },
PythonVersion("cpython", 3, 14, 6, True): {
("macos", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.14.6%2B20260610-aarch64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
- "331fe8a3f9daca26caf262527ebd8aeced91136b5b5be3ab72acc29b28f22b01",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260804/cpython-3.14.6%2B20260804-aarch64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "3e0b3cfa427bccb1eb6e9d22db8db4c7b2d757cd5c8e9049ced620a72f98d0e6",
),
("macos", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.14.6%2B20260610-aarch64-apple-darwin-freethreaded-install_only_stripped.tar.gz",
- "f47f0d5b02fc634385bdc630dd293678cfbdbc009de2b04403ce04c92473b483",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260804/cpython-3.14.6%2B20260804-aarch64-apple-darwin-freethreaded-install_only_stripped.tar.gz",
+ "cea4834c2faba3fd20c368537e3572a2ce98773c3e56ed96cce0426949dfe7f3",
),
("windows", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.14.6%2B20260610-aarch64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
- "3db104ceed888549c10128d016351d58062513f4227651a28417b60355b7b6cb",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260804/cpython-3.14.6%2B20260804-aarch64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
+ "997273c63be890c4dbde2593038ee6f0b980f70c24d6299d4c43c857f61f7763",
),
("windows", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.14.6%2B20260610-aarch64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
- "822dfd338165f34c5d71873cd732d5431f247f0e9a00d89840ebef58e3574a69",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260804/cpython-3.14.6%2B20260804-aarch64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
+ "42d7b7586ec4c7560d6c5daaecee6eccd46f475c892f9e1c969e047cf37626d6",
),
("linux", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.14.6%2B20260610-aarch64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
- "22af72c23375399ba2b90fbaba45ce0213b24682cdf6c59bcf5913aa1f70ae9e",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260804/cpython-3.14.6%2B20260804-aarch64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "e134e79249199d726f875079a40abe831c6679cf30e3c73365bcb8ec7db1c596",
),
("linux", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.14.6%2B20260610-aarch64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz",
- "3d82c130c647988c0cb83fbf6b69637024dfa184da0b4d25c1498a3e9655b2f1",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260804/cpython-3.14.6%2B20260804-aarch64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz",
+ "b21b8bf9c2ab1322f2d46cd92acc42aacd2e32d375e0a116719a62f5347b9026",
),
("windows", "x86", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.14.6%2B20260610-i686-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
- "149ef673451f23ce9a3efea21bbba47bda90d54171ebe328a9c38fc0508e7ddb",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260804/cpython-3.14.6%2B20260804-i686-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
+ "fb354303e688c570691c60f929ab364a4ed896c6052f4d86f3867c9900393f4a",
),
("windows", "x86", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.14.6%2B20260610-i686-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
- "2fa5ca5631b784e86f421d9dcae76973d4ee819c32e52aeac16f053c9f7fef37",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260804/cpython-3.14.6%2B20260804-i686-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
+ "20f133f7604cf530c48017967b3c96f220a7512b6854e1a93472ad2b78b13f2b",
),
("macos", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.14.6%2B20260610-x86_64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
- "3e24a47e048d0b1a5152e4c777161d6b65669cb43caf323e59cf2e8f444c7c5d",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260804/cpython-3.14.6%2B20260804-x86_64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "a6f4c43099f4075d170c7cf40764ab2e35b1687677196ef8445b1be6d6c5666e",
),
("macos", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.14.6%2B20260610-x86_64-apple-darwin-freethreaded-install_only_stripped.tar.gz",
- "f8daa286f7315afc2fc1d51e3f6169ef133bd030f344d182f5f24849439aa4be",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260804/cpython-3.14.6%2B20260804-x86_64-apple-darwin-freethreaded-install_only_stripped.tar.gz",
+ "bd7d51886cc5850a6e5d402e1dc0c92ca3f66c7be9687a43d2754410940d5e25",
),
("windows", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.14.6%2B20260610-x86_64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
- "c04176b374e584bd522f7d70b9a0aa0066b71f6cd4e8585772a15627de89fcbb",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260804/cpython-3.14.6%2B20260804-x86_64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
+ "f91557d8b8b54d377977867c92869f70b5aed237e703ec69a1d88750cbcc448b",
),
("windows", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.14.6%2B20260610-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
- "565b89180445643af7508283b4321a3ba4df6414aea9383c4f43eeeffe3b2c90",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260804/cpython-3.14.6%2B20260804-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
+ "750e6d7ea30c1a673460ad4d569d8b2c54ba787dff8fa5e8653d0fa97e010a4f",
),
("linux", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.14.6%2B20260610-x86_64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
- "c76f51ccf1223a71a0219c415731cb35519eb3963aff711c8170c9f069defec8",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260804/cpython-3.14.6%2B20260804-x86_64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "382d4bcb1106653890b6085b0fc0204ec89ec714752cf0b8900e2e352922d3b0",
),
("linux", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.14.6%2B20260610-x86_64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz",
- "d4872b127c641aadb0846a0a4f2c3f6377393a34e89de7668274ec2434d50c00",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260804/cpython-3.14.6%2B20260804-x86_64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz",
+ "50071677d9d8dd209cf4e4e0853bb956e60b04877d0e4d7d33fde338c64fa4ad",
),
},
PythonVersion("cpython", 3, 14, 5, True): {
@@ -415,62 +473,120 @@
"66f385305ae0eefd6b65e2cf942bc91d943a61e26fb7581e029f760a2b04f393",
),
},
+ PythonVersion("cpython", 3, 13, 15, True): {
+ ("macos", "aarch64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.13.15%2B20260814-aarch64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "a1cf3f9291718b1a16b7d019e887d0433b70f9be9665ff83f20bdfbcdfbcf42c",
+ ),
+ ("macos", "aarch64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.13.15%2B20260814-aarch64-apple-darwin-freethreaded-install_only_stripped.tar.gz",
+ "07e7d9a26407624e9297e367e72df4d025929ef40976cca3b8d89b9e9a8d2c60",
+ ),
+ ("windows", "aarch64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.13.15%2B20260814-aarch64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
+ "2e373101397ea51b2c0d0f8480183bed86ae70fdeb6ae35ad2f9cdba7728fd7a",
+ ),
+ ("windows", "aarch64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.13.15%2B20260814-aarch64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
+ "370f804defbee6425e826d1cf039147e3d89c0d15334de47078881e62ce9654c",
+ ),
+ ("linux", "aarch64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.13.15%2B20260814-aarch64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "f02eeb018b0b67ff78a543a757108d5906838d5267fc9fec21513c240d7a5216",
+ ),
+ ("linux", "aarch64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.13.15%2B20260814-aarch64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz",
+ "d911fe57130eee79a8328a437330cd90c13e1b1fc05836047c5115d398c8a983",
+ ),
+ ("windows", "x86", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.13.15%2B20260814-i686-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
+ "b5dc7b815b665efb922eb64c2ecd4f79ca9d238622d57cd5df9f6669b803409f",
+ ),
+ ("windows", "x86", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.13.15%2B20260814-i686-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
+ "57db72d0ae824d3c6b1e9e3d0106fe4f7de730aad7f28b0d4332fa1580350bf6",
+ ),
+ ("macos", "x86_64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.13.15%2B20260814-x86_64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "743886d9265a98b55b31bbde8332485a70d43b1666626658c2f6303d62eca0e6",
+ ),
+ ("macos", "x86_64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.13.15%2B20260814-x86_64-apple-darwin-freethreaded-install_only_stripped.tar.gz",
+ "7b07b1d2f4a9cc25b63bcb06571f3945c71b32644369c09ea7e1fd7816d2e8c5",
+ ),
+ ("windows", "x86_64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.13.15%2B20260814-x86_64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
+ "24e6997b83966ebe112a84fdd1cada82fffa5b7dbfe9630da3f52c98d3cfbabd",
+ ),
+ ("windows", "x86_64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.13.15%2B20260814-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
+ "fc475c2f00414cc79860282042340bb787325c79a29f5efe19956d2b1f6f08ef",
+ ),
+ ("linux", "x86_64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.13.15%2B20260814-x86_64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "f94cf5ff7b165eeb2af5c43aaad45f3f18d032088eebe5ac799342584ae7a6bd",
+ ),
+ ("linux", "x86_64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.13.15%2B20260814-x86_64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz",
+ "081bb8b530aca66746bfc5ec5ba0150a75a5b3a4046a3df4fb9fb0b378be5111",
+ ),
+ },
PythonVersion("cpython", 3, 13, 14, True): {
("macos", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.13.14%2B20260610-aarch64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
- "dea05429e3367e6078f9d8d5bf5c51bfcbd05c7293263db16c792aead4c6cfaa",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260805/cpython-3.13.14%2B20260805-aarch64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "4e32b4614b0c99b6762ea11f0f78f998ae8af640e518b321dfeafe1654ce5194",
),
("macos", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.13.14%2B20260610-aarch64-apple-darwin-freethreaded-install_only_stripped.tar.gz",
- "0853ef460bd912919b63d45ca3d6fe48b15d49dcf37bb3c9960196b259ffaf6c",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260805/cpython-3.13.14%2B20260805-aarch64-apple-darwin-freethreaded-install_only_stripped.tar.gz",
+ "a7c8a90449e00cd2efd16afddd9999524e34a53bf86e30a8de936218fd4951b1",
),
("windows", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.13.14%2B20260610-aarch64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
- "01d1f3260b40948f4b0d275b5fdbea00577fc422ef55ed0821d55eb5334c2cbc",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260805/cpython-3.13.14%2B20260805-aarch64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
+ "322f6bb037f3e1daac7ecf1030b020880a19b6ced6216ce9368a67891bd5e747",
),
("windows", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.13.14%2B20260610-aarch64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
- "248a7d0d812d02db864ad5ae50edd95e20eea86bda5192372c83bc579565cbd0",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260805/cpython-3.13.14%2B20260805-aarch64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
+ "2e3b0a375cd42ff309957983d90ca56202faa6b95f684bd655eb0f03be542167",
),
("linux", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.13.14%2B20260610-aarch64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
- "bac1cb606209cc949b1276ec406460e7ab5c5c528a21b43635edbf5e87eab05a",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260805/cpython-3.13.14%2B20260805-aarch64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "ac35e0004a5e1abdbe4b0d4e4d430b7321dc6405f6f3105477b7a8ba131d17af",
),
("linux", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.13.14%2B20260610-aarch64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz",
- "e220c298827cd386fd61ba92d96722a2d0a0eac5b7050448782457cb2bd182b8",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260805/cpython-3.13.14%2B20260805-aarch64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz",
+ "d37e21326a725c6d0e9f25e641b44a04ff39b7e150ddc1786e81f82f9e64f434",
),
("windows", "x86", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.13.14%2B20260610-i686-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
- "6b25f66c924332754bda5d2956f7fc787409d6b95b03eda92c22e935f6923e55",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260805/cpython-3.13.14%2B20260805-i686-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
+ "567c941e890d94d4b878d92326028763953fc8181072c2aa5bcda0946bd3fc04",
),
("windows", "x86", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.13.14%2B20260610-i686-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
- "2b02959a2a9ea42b91fd37c3d5d81db57f95d221d7bc3d728241257c63ae9f47",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260805/cpython-3.13.14%2B20260805-i686-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
+ "aed99af3ee9f8968146dd65f757a23e70b13fefe3109a7ba94a89f2dea1966f7",
),
("macos", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.13.14%2B20260610-x86_64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
- "907e6bb876548068af3aab239d28d8ccd2942ccc0bb9a1d8f6ab267ef64f5ad8",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260805/cpython-3.13.14%2B20260805-x86_64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "dd1b8a0e7905628d1273455c094320f58f4c71ece0bd1fd1890617dae28a2911",
),
("macos", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.13.14%2B20260610-x86_64-apple-darwin-freethreaded-install_only_stripped.tar.gz",
- "e983f20556f0276711be0290719edf579e5dbf00a586720e399565bf3da10b1a",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260805/cpython-3.13.14%2B20260805-x86_64-apple-darwin-freethreaded-install_only_stripped.tar.gz",
+ "be0b85fbf0febd1734f96383a9e9250ec702570246ebe4f7d733d890f311e310",
),
("windows", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.13.14%2B20260610-x86_64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
- "53b0ed92c3bc4a45c848b07801ba8ac02d2060497ab1e201bc8719669fe06f64",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260805/cpython-3.13.14%2B20260805-x86_64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
+ "2f18ada7163e0640eb60a8400fe5d235d6335a5f1693be5655d13de33d795197",
),
("windows", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.13.14%2B20260610-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
- "5ca0d39be96afcf32bd7c98ef0a7fc906a98551108be738ff865c9d871cbc948",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260805/cpython-3.13.14%2B20260805-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
+ "8f6fb2bb95107603d6f01a99e8e65a4b7a999b93ed33a91bb71c7d448bafd6ec",
),
("linux", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.13.14%2B20260610-x86_64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
- "65accb2619b87019a0f161d8a8edde7d2756a3194feb5e6ad92360479d5d5ab1",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260805/cpython-3.13.14%2B20260805-x86_64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "88f2e2785fd6c8fc24441bb0cf4252037625500eb5fb9613770b7dff8afced73",
),
("linux", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.13.14%2B20260610-x86_64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz",
- "19470922973772562dffbb9795af6b7adfdd6151e68627b7fd293dd025017631",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260805/cpython-3.13.14%2B20260805-x86_64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz",
+ "89331f26172908e67fe977fc1338239e54cdb51a74acaf3eb7e90d43f336f1ef",
),
},
PythonVersion("cpython", 3, 13, 13, True): {
@@ -1269,62 +1385,120 @@
"b5e74d1e16402b633c6f04519618231fc0dbae7d2f9e4b1ac17c294cc3d3d076",
),
},
+ PythonVersion("cpython", 3, 12, 14, False): {
+ ("macos", "aarch64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.12.14%2B20260814-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
+ "1f6e3adb3467ba77dd7930f91af8960a7cbb1586715efc313af8dd478a8911ec",
+ ),
+ ("macos", "aarch64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.12.14%2B20260814-aarch64-apple-darwin-install_only_stripped.tar.gz",
+ "dd5b76ab11451a4a4367c17c61d944dded56b425396b07f102922a7ebef7d55f",
+ ),
+ ("windows", "aarch64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.12.14%2B20260814-aarch64-pc-windows-msvc-install_only_stripped.tar.gz",
+ "1e1de8b5d0df73b965aa72f0c27d5c617a5d7256ce6d205228a0f9638bf6df21",
+ ),
+ ("windows", "aarch64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.12.14%2B20260814-aarch64-pc-windows-msvc-pgo-full.tar.zst",
+ "d945d711448df33d2ecac9e700dde2a795aa69bf88c4800ba135162bb070b789",
+ ),
+ ("linux", "aarch64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.12.14%2B20260814-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
+ "98456a98d1fe9407796bfd4d3c9f2bd662bdfb0050797476ea0dd5a5c05b928f",
+ ),
+ ("linux", "aarch64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.12.14%2B20260814-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
+ "2d8e17dfd732102cfeb18e0e1fa6769b24caa034e159981129590fe409c7157a",
+ ),
+ ("windows", "x86", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.12.14%2B20260814-i686-pc-windows-msvc-install_only_stripped.tar.gz",
+ "8aaa1a60ae3bca6063e10ebb3d51f184bf2b13b79241e1b308e3d2ab15959c2e",
+ ),
+ ("windows", "x86", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.12.14%2B20260814-i686-pc-windows-msvc-pgo-full.tar.zst",
+ "de33148794fd29381f8fd50612fca7d34b25d2b2703c29dd9e16c511ab4645bf",
+ ),
+ ("macos", "x86_64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.12.14%2B20260814-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
+ "47e97472ecf2f9be910aa4596247863338f94bb247bc2e0bbe54412917e53f13",
+ ),
+ ("macos", "x86_64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.12.14%2B20260814-x86_64-apple-darwin-install_only_stripped.tar.gz",
+ "aec265e3cddaccdb2a3d783331596351b24d4a63c97af0a38f75f643c9451de9",
+ ),
+ ("windows", "x86_64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.12.14%2B20260814-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
+ "89f18f6932917163b74339ebcec2645c8e47ae7f1c5f2ac37f2b4f4cf3beb647",
+ ),
+ ("windows", "x86_64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.12.14%2B20260814-x86_64-pc-windows-msvc-pgo-full.tar.zst",
+ "1f299482654c472856705e20aad74b0365b187c7f5d7e2de6e6ec6a1dba5de61",
+ ),
+ ("linux", "x86_64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.12.14%2B20260814-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
+ "7364cf93ac790aaecc93dea68f3581659d6c0f2056dc6c78f865e86a8a41ffea",
+ ),
+ ("linux", "x86_64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.12.14%2B20260814-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
+ "5acfa3e9ba26b51ae161c83aff278da915b590d22373a424b2ba55b8afe91fcc",
+ ),
+ },
PythonVersion("cpython", 3, 12, 13, False): {
("macos", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.12.13%2B20260610-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
- "5fb9c060fad883efe21e35715f2d30598ed644ab8f3d5045fb8ef2a0867b5be9",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.12.13%2B20260807-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
+ "4997e7fc7b2c765d24541e21c56d371b984472f7011d4957c7564358ac217998",
),
("macos", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.12.13%2B20260610-aarch64-apple-darwin-install_only_stripped.tar.gz",
- "f0a7fa7decc75df2b1a789329a44f657c4a15c0a683f197ce46a5cb621bc6ef4",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.12.13%2B20260807-aarch64-apple-darwin-install_only_stripped.tar.gz",
+ "25baa97c65b3f0aa90e21131b4f9e80aef8899e8144006db8a9d2c1ab9e807e3",
),
("windows", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.12.13%2B20260610-aarch64-pc-windows-msvc-install_only_stripped.tar.gz",
- "45cef3d23be2bbf950e33f1ed2517aaab5b5efb2f1bf2ae5b2c16ad9a7acc176",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.12.13%2B20260807-aarch64-pc-windows-msvc-install_only_stripped.tar.gz",
+ "07bd1b23b9193e778a7ddb031f5dc3b12a73d47990064126d97b46fc4f64c40f",
),
("windows", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.12.13%2B20260610-aarch64-pc-windows-msvc-pgo-full.tar.zst",
- "da5ca259b162211b4979ff7aa4dc5a7b0bb432702dab68f5e908ae30c3864124",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.12.13%2B20260807-aarch64-pc-windows-msvc-pgo-full.tar.zst",
+ "913dbc12bd1f4580b26c16664cc82f96d9860d8d39ef6848943d833644563fb8",
),
("linux", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.12.13%2B20260610-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
- "cfd75feb6c25c3f3379b294a4f9fc5c804f624bad328503e60f112e21faf5b52",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.12.13%2B20260807-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
+ "534fe80fbc5f0d08e317d8abc58c0d0701019616afbfe8cc43db60ebedd8b3ca",
),
("linux", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.12.13%2B20260610-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
- "eb85c6903552b1cb40b183a119681a9326fa97e31cf0e4b8c78bf26735ff1552",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.12.13%2B20260807-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
+ "11e713ae1f969385907a76533cc554f6b2e3f1a84896009f91c3fc871034a170",
),
("windows", "x86", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.12.13%2B20260610-i686-pc-windows-msvc-install_only_stripped.tar.gz",
- "3bca1ced7e4f56925a695b2921a9055a70c8d81d0f7186d992688b57519e3850",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.12.13%2B20260807-i686-pc-windows-msvc-install_only_stripped.tar.gz",
+ "9268e628dd75cda8e4fb17e671b6ba380fb3c96007a2544f1a77aa063f8d233f",
),
("windows", "x86", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.12.13%2B20260610-i686-pc-windows-msvc-pgo-full.tar.zst",
- "3b33d8ce1262062e0b39f18d319f8ff27d111cc6c24ba3f3e56139a2b42ee9f6",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.12.13%2B20260807-i686-pc-windows-msvc-pgo-full.tar.zst",
+ "aeb8a8c24878578aad579aea05ca1c24ee8a67b2ee3c9d511cb4e5b776f95755",
),
("macos", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.12.13%2B20260610-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
- "150870e9299e0c5d93db1014d7cc76b75e2765947986d37768b0b3db53a9c0f2",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.12.13%2B20260807-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
+ "9eda75bccfd7318a7e300b60dfc855567f4b59a611a3fb210b3ff4ea421ec25a",
),
("macos", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.12.13%2B20260610-x86_64-apple-darwin-install_only_stripped.tar.gz",
- "c56c2dfe3fb5569430f4eabcff1fc1334c66db708bf17c103eef3dd237f3e3ab",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.12.13%2B20260807-x86_64-apple-darwin-install_only_stripped.tar.gz",
+ "127053f1736f721e391ddb46f07585d05756e15bb8d757d3bbc0519738998ba1",
),
("windows", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.12.13%2B20260610-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
- "99dce0b23bf3c3b28d350cdd7bfe3cd3be51cc4f285faae7c0df110d106d1a8d",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.12.13%2B20260807-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
+ "18bcc65b17921806b72cdc88bcf000bf67a2c99a8fc381fe1629f2b9ba56858d",
),
("windows", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.12.13%2B20260610-x86_64-pc-windows-msvc-pgo-full.tar.zst",
- "cba72a21ed4e59794eb5cf4672797204b19926feee79896bc097b7416ed75e8b",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.12.13%2B20260807-x86_64-pc-windows-msvc-pgo-full.tar.zst",
+ "98a0c5295bd53bef39147ffeb0a50d45df12b407e145c1799411cca53dcef90c",
),
("linux", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.12.13%2B20260610-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
- "15373dfc976a3bdd6e1855aa87f247bd71157416abf9a3091fd0acf9b50983b0",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.12.13%2B20260807-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
+ "5e69a659d2c126e0760ef951d052509f845a9d55f119ab03a3863811c58a5f49",
),
("linux", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.12.13%2B20260610-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
- "6682afef6b510037a0ad84e61150e5121af2e2785c9ca27b047e029270a840fe",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.12.13%2B20260807-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
+ "506191be3ee7bd190a8834dcdc1b3bc70aab50608deccc711935aa007239cabd",
),
},
PythonVersion("cpython", 3, 12, 12, False): {
@@ -1993,62 +2167,120 @@
"e51a5293f214053ddb4645b2c9f84542e2ef86870b8655704367bd4b29d39fe9",
),
},
+ PythonVersion("cpython", 3, 11, 16, False): {
+ ("macos", "aarch64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.11.16%2B20260814-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
+ "b93e35ec714d6ba754a74c7f2c56beb4d7d6a04e9005358ce464b26a33bb334e",
+ ),
+ ("macos", "aarch64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.11.16%2B20260814-aarch64-apple-darwin-install_only_stripped.tar.gz",
+ "a394f2bf78a48990fc88e7c5586c7e1be5e69f0c9bd027883211b68b768e11c5",
+ ),
+ ("windows", "aarch64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.11.16%2B20260814-aarch64-pc-windows-msvc-install_only_stripped.tar.gz",
+ "0375f881711839e74460c6ddf1bd6992c47106003a1981131e072d354b334d53",
+ ),
+ ("windows", "aarch64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.11.16%2B20260814-aarch64-pc-windows-msvc-pgo-full.tar.zst",
+ "bb0d49df561fd41b9db9f9f1960510892fe8e63c89c478f9b42278ba391f01a0",
+ ),
+ ("linux", "aarch64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.11.16%2B20260814-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
+ "fe4d2b1748f7da13212c2a9d101baf90bdd937fc206973893c34bd5a74e64b40",
+ ),
+ ("linux", "aarch64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.11.16%2B20260814-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
+ "6a250f5c9326eebaa528d5d132cd66ebd1d7540cf45ac703f19e13f41d1be9b6",
+ ),
+ ("windows", "x86", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.11.16%2B20260814-i686-pc-windows-msvc-install_only_stripped.tar.gz",
+ "dbc4c9626fea7549a588ade299129d1583030e30e472687145e992dc7eca7ddc",
+ ),
+ ("windows", "x86", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.11.16%2B20260814-i686-pc-windows-msvc-pgo-full.tar.zst",
+ "ead7fd1f4fb4c044e633948a7d680d51d3b546d8e504bda63ae4633902e0952f",
+ ),
+ ("macos", "x86_64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.11.16%2B20260814-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
+ "deb5645b5e75ac319da7f004479893a7b35731d84d3693c95829da59208d0837",
+ ),
+ ("macos", "x86_64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.11.16%2B20260814-x86_64-apple-darwin-install_only_stripped.tar.gz",
+ "4d60589b702aff21379ddf6bd648e75c7023a257a078fdd71df4c148cf609cc2",
+ ),
+ ("windows", "x86_64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.11.16%2B20260814-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
+ "c6de1a7781580d13f68dece33ac10b7a608c7ac21fc08cf0f4e0678a7d134905",
+ ),
+ ("windows", "x86_64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.11.16%2B20260814-x86_64-pc-windows-msvc-pgo-full.tar.zst",
+ "f89014f2ff0292eeaa7d369255d2ba0093e5329f9b7edbeaf0dcc6a78aefb8d5",
+ ),
+ ("linux", "x86_64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.11.16%2B20260814-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
+ "99026efed96fa7010b6faf8903efca46efbc0d7ba40c709d72637c201e43b788",
+ ),
+ ("linux", "x86_64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.11.16%2B20260814-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
+ "3b437f08720d3ddd9c1904532476ec9fb373e800d1598c72c907dd6d5f29b79b",
+ ),
+ },
PythonVersion("cpython", 3, 11, 15, False): {
("macos", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.11.15%2B20260610-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
- "9c0d629322bafaa11b4d0351a5f4d3ee92ff98e3b15d48eb1a1fad28995f0ed2",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.11.15%2B20260807-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
+ "0d48b2684798ae30ab055f035720212bcb67ba6eda7e37c1426214e35e099186",
),
("macos", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.11.15%2B20260610-aarch64-apple-darwin-install_only_stripped.tar.gz",
- "8c56f1f59142e0f9f8861ad897bdfd97fd84403afa7b3d8b0f33b208ec471355",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.11.15%2B20260807-aarch64-apple-darwin-install_only_stripped.tar.gz",
+ "76b27e15a5be9539b830fc698e2646d001b84a66500eeb5228cee46909d6f2cf",
),
("windows", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.11.15%2B20260610-aarch64-pc-windows-msvc-install_only_stripped.tar.gz",
- "720fbca4eb654cef76f38c60a60378ee6f64ca3c475d831f7f4dff5e9fb92a37",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.11.15%2B20260807-aarch64-pc-windows-msvc-install_only_stripped.tar.gz",
+ "6d074a0795d6e8db0bedbb55549e1a0afa48bc1cffa106288660bdb2ffd45332",
),
("windows", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.11.15%2B20260610-aarch64-pc-windows-msvc-pgo-full.tar.zst",
- "d70155f73eb7a4a9e25a9b5280fc963ed0f738be5a856fb0d642fb1d5a1cb38b",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.11.15%2B20260807-aarch64-pc-windows-msvc-pgo-full.tar.zst",
+ "1d52107092f065c473d239a86b6235ae7b24293e0ecef1e22498655a3bc13384",
),
("linux", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.11.15%2B20260610-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
- "4780fcc5aa2f2bb376b082c54b05537a7238f23797ac82256cc5166001024283",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.11.15%2B20260807-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
+ "d442ee19356e8f018fbc6113b65fd80c67854a09232ea9d60952e23c0f38d07e",
),
("linux", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.11.15%2B20260610-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
- "cbce0660e88cd9c56be7aaf2a2df92bea51f359388a521838b6b01817d728df0",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.11.15%2B20260807-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
+ "2290f3a9115ee2cd0928a7fc1f3f918142705fba3efa04dc64ffe6e5bae3245f",
),
("windows", "x86", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.11.15%2B20260610-i686-pc-windows-msvc-install_only_stripped.tar.gz",
- "ca947a7b35bb6678a63819b09eef8065b2d62489b4a7ec31387a61ad0f7c9e2a",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.11.15%2B20260807-i686-pc-windows-msvc-install_only_stripped.tar.gz",
+ "f9ec78b5ab9ed44e9c3f355d3e4c40b91e3d376c32d32aa28404ce3f4c80f165",
),
("windows", "x86", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.11.15%2B20260610-i686-pc-windows-msvc-pgo-full.tar.zst",
- "4ed99c2215bf67fd4e11e5ff3b7cf3e8ecda592a784d23a9f7d4cc6379447383",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.11.15%2B20260807-i686-pc-windows-msvc-pgo-full.tar.zst",
+ "6f04a59fc4bea271b3bb319f20ce6c910fa5db82f73dcefc1eddbcc4a12d547f",
),
("macos", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.11.15%2B20260610-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
- "57d9218e4208a7269be248428a53ef58a96a7acace5299e5710c73083cd76b53",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.11.15%2B20260807-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
+ "218c535626b85dea55e2423d3f71cfd419581393d068bcd4874f860e9f6db879",
),
("macos", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.11.15%2B20260610-x86_64-apple-darwin-install_only_stripped.tar.gz",
- "8cd3878c656ba1698314cbcb65f78df4c37b7c8eabff958558115c6db11adb3d",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.11.15%2B20260807-x86_64-apple-darwin-install_only_stripped.tar.gz",
+ "c4c06e1f2ce49eba8159ae43fe3df6a741d93b826a3ba6b114ad34a4e393dac8",
),
("windows", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.11.15%2B20260610-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
- "f081a733b4e7ba0e5e5e12d533b3c795dbef3ecbebf92f0b4202e5329bf7c8ab",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.11.15%2B20260807-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
+ "ebfd13f290b79fc0cd874304e80944d81a368edc2c7cd94994a7d5104cc0c6b3",
),
("windows", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.11.15%2B20260610-x86_64-pc-windows-msvc-pgo-full.tar.zst",
- "dc855242bb969313478c55962248345fd8206164409b1054435988cd49bd7d3f",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.11.15%2B20260807-x86_64-pc-windows-msvc-pgo-full.tar.zst",
+ "baa2259ce16639d430ecf3c593c16dda62d89a56a5e46d7e4feed652efc54cdd",
),
("linux", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.11.15%2B20260610-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
- "b199d9fe360450b33cbf7f7139d1f47d5b50db92d29502131db7bf4efc058618",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.11.15%2B20260807-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
+ "acf9a483357be3afd0618e1db13a86a286f2927d3dd2dea1500448c502bb9018",
),
("linux", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.11.15%2B20260610-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
- "67a5b22f796e96f4d7fa628f95866d5fd1d524d0588f74e4601facd82b66792b",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.11.15%2B20260807-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
+ "69dfac9d0f15a0b9281a38486f212cbf76421609228c184dc0d34a0533d57ba6",
),
},
PythonVersion("cpython", 3, 11, 14, False): {
@@ -2749,54 +2981,104 @@
"02a551fefab3750effd0e156c25446547c238688a32fabde2995c941c03a6423",
),
},
+ PythonVersion("cpython", 3, 10, 21, False): {
+ ("macos", "aarch64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.10.21%2B20260814-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
+ "10ece4989499ba8c9405cdef61648042b37972bd262c8d7795770ee3b1966901",
+ ),
+ ("macos", "aarch64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.10.21%2B20260814-aarch64-apple-darwin-install_only_stripped.tar.gz",
+ "caac2a0459052a3f62857fe29809a8fc4a9da87ca5ac860120c7ce710fc43842",
+ ),
+ ("linux", "aarch64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.10.21%2B20260814-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
+ "13e9c0df61f948bacce3528f2fdeac4fe1a2e77d3bd0cd49cc144ccc0d804387",
+ ),
+ ("linux", "aarch64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.10.21%2B20260814-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
+ "686077ed8d668e3446f03f202bc3c99955d350a0db0ace5f8ce45f1b451b54b7",
+ ),
+ ("windows", "x86", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.10.21%2B20260814-i686-pc-windows-msvc-install_only_stripped.tar.gz",
+ "12ae495c018435b65527652466c8d9f4d0fa6bc86c36739f7d8367325d327178",
+ ),
+ ("windows", "x86", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.10.21%2B20260814-i686-pc-windows-msvc-pgo-full.tar.zst",
+ "48a9eb0508a2dbdd33fec086cffcef8f67982be731175ef0f932974f9e940d4e",
+ ),
+ ("macos", "x86_64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.10.21%2B20260814-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
+ "3a5bd100614b2aeb2826751c9d26edd6e2c73a119709df324afc23df2053683b",
+ ),
+ ("macos", "x86_64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.10.21%2B20260814-x86_64-apple-darwin-install_only_stripped.tar.gz",
+ "735ec45b5315c1255d425582b63a7819d660783ba0f5402793998908d70a7893",
+ ),
+ ("windows", "x86_64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.10.21%2B20260814-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
+ "35645afc6bac0a8b74f16d36df1a98e36afa71eb8ba64acb7944b3135bcba1c4",
+ ),
+ ("windows", "x86_64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.10.21%2B20260814-x86_64-pc-windows-msvc-pgo-full.tar.zst",
+ "f7acd1abc82261ce35d7fc76279f19981f9588d644ce31aefc9afdb89134d4be",
+ ),
+ ("linux", "x86_64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.10.21%2B20260814-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
+ "4457393ecce9a1ea1f93a3015e30c1ccc0dfef939e9a585692cd3bfac83c0e2f",
+ ),
+ ("linux", "x86_64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260814/cpython-3.10.21%2B20260814-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
+ "807bb6746dd8b7a347fe833ee1cc2543457e5c2c98059dc454600468ee7cae7b",
+ ),
+ },
PythonVersion("cpython", 3, 10, 20, False): {
("macos", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.10.20%2B20260610-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
- "3834d8e660b7796647eaa440ce57cdddbdc6d95a2b99f79fb619d939a52f2aa0",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.10.20%2B20260807-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
+ "cc32a8fd767eb6e6d8e1468afd2d2c3c93625853bd8f39ee657a07822ef6f251",
),
("macos", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.10.20%2B20260610-aarch64-apple-darwin-install_only_stripped.tar.gz",
- "9e654af00e34614420818dabddff2d9051916393425262790c2cb18488db0944",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.10.20%2B20260807-aarch64-apple-darwin-install_only_stripped.tar.gz",
+ "a92ce39c8b1b71d1e8946f5bfc0d16bcb1011e144d7618d984688b136eb59ae2",
),
("linux", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.10.20%2B20260610-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
- "01c6daee383588a703c37fc449b7017a6bd4c45fd88212fcb3ec66ceeeae0865",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.10.20%2B20260807-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
+ "9201b2d72f8ea0250d594716cfefd8cd85f7b21a8741ba473fafcde58776c619",
),
("linux", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.10.20%2B20260610-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
- "978cfb0f7e1b35f364064fe8a22478ecff8fb2939b128a14cd82b5b9a256208a",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.10.20%2B20260807-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
+ "4cc783fdd8c1bdf247bfc0cd5aaa457b51d881f4a7d433f3f674544f9add402c",
),
("windows", "x86", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.10.20%2B20260610-i686-pc-windows-msvc-install_only_stripped.tar.gz",
- "ae9f04dbfe960edd815188f41ca2c2a8c3036f63501981072b2310cafd67bfa0",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.10.20%2B20260807-i686-pc-windows-msvc-install_only_stripped.tar.gz",
+ "23ea42c9d466a6cbb345503b9e80b70103839e455db518a69e0bc4228ab2fb5a",
),
("windows", "x86", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.10.20%2B20260610-i686-pc-windows-msvc-pgo-full.tar.zst",
- "751b0f5e499803ae156d4a39e17c4c04ec1829e276432e3e859a44fa89c0546c",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.10.20%2B20260807-i686-pc-windows-msvc-pgo-full.tar.zst",
+ "0db8cd05f72a47ae6540b2a3da38abce6e66ba9825883ee68a848a002dfacbd0",
),
("macos", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.10.20%2B20260610-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
- "e0454d0a36153bfd02e281aebf871258fd01b391c59a8c8d30cbb3906d4515a4",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.10.20%2B20260807-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
+ "ceca282288f28789a51d4e767dbed2ac7c176b426023b492225e70807615e508",
),
("macos", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.10.20%2B20260610-x86_64-apple-darwin-install_only_stripped.tar.gz",
- "e0842baf951da5b048b6df4ba6a79abf34af89dba3f466d47a0e38afef6e7bac",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.10.20%2B20260807-x86_64-apple-darwin-install_only_stripped.tar.gz",
+ "366561df1422beb8be84b7fffaf433e9c12e5d2637dd2e4b751e1f873687207f",
),
("windows", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.10.20%2B20260610-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
- "7ca1a93205c40e27591b11b1b55935acf599df95705cc70cfcbb449bbbd1cfde",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.10.20%2B20260807-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
+ "53391d9e6401c8f91b97aab6daf49200bce0b6eb41dcc1615031e65e9db8bd63",
),
("windows", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.10.20%2B20260610-x86_64-pc-windows-msvc-pgo-full.tar.zst",
- "1afa741cc8f10f9affd4897c30d8929443d69f6f72dd15b6aac2c0bcf4afafb2",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.10.20%2B20260807-x86_64-pc-windows-msvc-pgo-full.tar.zst",
+ "7552909b84882a2c9cb837a6250144dadba34807da756f568b094134167ea949",
),
("linux", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.10.20%2B20260610-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
- "b140f9f1f072bd2ad5511ca622117fc9a5b28933efafe37fc3fab1f690f18f9f",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.10.20%2B20260807-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
+ "9e57324fd5e25f485fa5c8c587a2fe02f34a869092abd463e8e816c3cb1d48f2",
),
("linux", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260610/cpython-3.10.20%2B20260610-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
- "b49c63cb009a04afb2809001e7934c6af83a3d5976ff9d8d4676617b6b90ab4d",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260807/cpython-3.10.20%2B20260807-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
+ "213ad831a580c186804f91c41cd6712f8ac8cd765ad7a517161c09606a48b588",
),
},
PythonVersion("cpython", 3, 10, 19, False): {
@@ -3000,22 +3282,22 @@
),
},
PythonVersion("cpython", 3, 10, 15, False): {
- ("macos", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20241016/cpython-3.10.15%2B20241016-aarch64-apple-darwin-install_only_stripped.tar.gz",
- "fa79bd909bfeb627ffe66a8b023153495ece659e5e3b2ff56268535024db851c",
- ),
- ("linux", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20241016/cpython-3.10.15%2B20241016-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
- "6008b42df79a0c8a4efe3aa88c2aea1471116aa66881a8ed15f04d66438cb7f5",
- ),
("macos", "aarch64", False): (
"https://github.com/astral-sh/python-build-standalone/releases/download/20241016/cpython-3.10.15%2B20241016-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
"41c84c6a96f45e6eaa5ff012806ae180a5a758e0c8027b88295b7c2a28a1c82a",
),
+ ("macos", "aarch64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20241016/cpython-3.10.15%2B20241016-aarch64-apple-darwin-install_only_stripped.tar.gz",
+ "fa79bd909bfeb627ffe66a8b023153495ece659e5e3b2ff56268535024db851c",
+ ),
("linux", "aarch64", False): (
"https://github.com/astral-sh/python-build-standalone/releases/download/20241016/cpython-3.10.15%2B20241016-aarch64-unknown-linux-gnu-lto-full.tar.zst",
"1ee866fe8c3a2fdf310defd9492aaa9d4d26b93b8ee9573525a860cdeacfc8fe",
),
+ ("linux", "aarch64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20241016/cpython-3.10.15%2B20241016-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
+ "6008b42df79a0c8a4efe3aa88c2aea1471116aa66881a8ed15f04d66438cb7f5",
+ ),
("windows", "x86", True): (
"https://github.com/astral-sh/python-build-standalone/releases/download/20241016/cpython-3.10.15%2B20241016-i686-pc-windows-msvc-install_only_stripped.tar.gz",
"976d1560a02f2b921668fafc76196c1ff1bb24ccaa76ed5567539fb6dab0aa5a",
@@ -5667,24 +5949,24 @@
},
PythonVersion("pypy", 3, 11, 15, False): {
("linux", "aarch64", True): (
-
"https://downloads.python.org/pypy/pypy3.11-v7.3.23-aarch64.tar.bz2",
- "5433ac0ad526aeb35025ef8509bed65cd62ea35cb9e21ac649c69a5eff4eecb6",
+
"https://downloads.python.org/pypy/pypy3.11-v7.3.23-aarch64.tar.gz",
+ "ed3b27a95257a8bb88707042e6bb5fe64569d47ef44bdc9842c730667637dfbd",
),
("linux", "x86", True): (
-
"https://downloads.python.org/pypy/pypy3.11-v7.3.23-linux32.tar.bz2",
- "c7e2ffb173dcadbe4708a2e606e0b705474c1c33f25a09a4084f265d538172e4",
+
"https://downloads.python.org/pypy/pypy3.11-v7.3.23-linux32.tar.gz",
+ "2b18b9d8f1ed1c69ac3aacd3b6ddbf032efb307b10240f59ca5c0aa8f23a544b",
),
("linux", "x86_64", True): (
-
"https://downloads.python.org/pypy/pypy3.11-v7.3.23-linux64.tar.bz2",
- "16f9f56e82d1f4ec95a324c1a8cacfd78afc7f0656c0a809a18725ef4391453a",
+
"https://downloads.python.org/pypy/pypy3.11-v7.3.23-linux64.tar.gz",
+ "2bcab031cef7a37fe1930b51f7091e78a191ae63f80eca00a265d3378c3a645b",
),
("macos", "x86_64", True): (
-
"https://downloads.python.org/pypy/pypy3.11-v7.3.23-macos_x86_64.tar.bz2",
- "c95363c4e87235d11a6cec8128239c291b1eb67a752778fbcfe029a71da82b5e",
+
"https://downloads.python.org/pypy/pypy3.11-v7.3.23-macos_x86_64.tar.gz",
+ "798279b0f233893ae22754290aedf35a1aea1ec9013a8ad8110f166d85944c91",
),
("macos", "aarch64", True): (
-
"https://downloads.python.org/pypy/pypy3.11-v7.3.23-macos_arm64.tar.bz2",
- "4747b3aceba4c1c6104cddc0fe5ea302101d32955f0957347b9ecc4fbd7aed05",
+
"https://downloads.python.org/pypy/pypy3.11-v7.3.23-macos_arm64.tar.gz",
+ "f837b3c203d60d7e25a31e267671a07ba0c9b9ac8081ad225571fb06fccf1b7b",
),
("windows", "x86_64", True): (
"https://downloads.python.org/pypy/pypy3.11-v7.3.23-win64.zip",
@@ -5745,24 +6027,24 @@
},
PythonVersion("pypy", 3, 10, 16, False): {
("linux", "aarch64", True): (
-
"https://downloads.python.org/pypy/pypy3.10-v7.3.19-aarch64.tar.bz2",
- "af27a589178f11198e2244ab65ca510630ba97c131d7ccc4021eb5bc58de7f57",
+
"https://downloads.python.org/pypy/pypy3.10-v7.3.19-aarch64.tar.gz",
+ "598b73e166c4ce215f327cc1579c54ead8f2b048de429d5b77c5d0a2edb2f566",
),
("linux", "x86", True): (
-
"https://downloads.python.org/pypy/pypy3.10-v7.3.19-linux32.tar.bz2",
- "e63a4fcad2641ee541e852918befb513abf04ce7070f743a50778cae9f9da80e",
+
"https://downloads.python.org/pypy/pypy3.10-v7.3.19-linux32.tar.gz",
+ "8aca1823df235f34a145c3f9107ee3c5b83261adbd2acac0d74b22f930bdf04b",
),
("linux", "x86_64", True): (
-
"https://downloads.python.org/pypy/pypy3.10-v7.3.19-linux64.tar.bz2",
- "c73ac2cc2380ac9227fd297482bf2a3e17a80618ba46db7544d535515321ec1e",
+
"https://downloads.python.org/pypy/pypy3.10-v7.3.19-linux64.tar.gz",
+ "abfbb05bb3691e694cf9307635d14d0866f0a85429df8958c110e3de168706b4",
),
("macos", "x86_64", True): (
-
"https://downloads.python.org/pypy/pypy3.10-v7.3.19-macos_x86_64.tar.bz2",
- "2c5e5c2a33ac882551d7f28b98d19d486b8995aa50824a73b4edcc6aeec35c63",
+
"https://downloads.python.org/pypy/pypy3.10-v7.3.19-macos_x86_64.tar.gz",
+ "63f9d30cdd9e47cfe279be941975ac3d24e46c79756cd1d1bd2c551c27d8b32c",
),
("macos", "aarch64", True): (
-
"https://downloads.python.org/pypy/pypy3.10-v7.3.19-macos_arm64.tar.bz2",
- "3db8a03fc496164801646844d7f3b12baa0adb3ad9a0b7cb124521bc2e168a36",
+
"https://downloads.python.org/pypy/pypy3.10-v7.3.19-macos_arm64.tar.gz",
+ "72a74cf645e43608f7d88831581fb0f8e1f963fb38f0793bacd37d5018a9aeb8",
),
("windows", "x86_64", True): (
"https://downloads.python.org/pypy/pypy3.10-v7.3.19-win64.zip",
@@ -5849,24 +6131,24 @@
},
PythonVersion("pypy", 3, 9, 19, False): {
("linux", "aarch64", True): (
-
"https://downloads.python.org/pypy/pypy3.9-v7.3.16-aarch64.tar.bz2",
- "de3f2ed3581b30555ac0dd3e4df78a262ec736a36fb2e8f28259f8539b278ef4",
+ "https://downloads.python.org/pypy/pypy3.9-v7.3.16-aarch64.tar.gz",
+ "2ccee5d2bdea7814f7f1f65e5c2193fbe16c790534efbf267b423013c039199d",
),
("linux", "x86", True): (
-
"https://downloads.python.org/pypy/pypy3.9-v7.3.16-linux32.tar.bz2",
- "583b6d6dd4e8c07cbc04da04a7ec2bdfa6674825289c2378c5e018d5abe779ea",
+ "https://downloads.python.org/pypy/pypy3.9-v7.3.16-linux32.tar.gz",
+ "fa8a65326a3a8bef9c85efd424d58cc957b6e12069c1c70b178f9ccd12414e01",
),
("linux", "x86_64", True): (
-
"https://downloads.python.org/pypy/pypy3.9-v7.3.16-linux64.tar.bz2",
- "16f9c5b808c848516e742986e826b833cdbeda09ad8764e8704595adbe791b23",
+ "https://downloads.python.org/pypy/pypy3.9-v7.3.16-linux64.tar.gz",
+ "95885b864c5b1560d6ae3bc1fd00b3732cac6db5328beb9cd425bf0cdee0e5b0",
),
("macos", "x86_64", True): (
-
"https://downloads.python.org/pypy/pypy3.9-v7.3.16-macos_x86_64.tar.bz2",
- "fda015431621e7e5aa16359d114f2c45a77ed936992c1efff86302e768a6b21c",
+
"https://downloads.python.org/pypy/pypy3.9-v7.3.16-macos_x86_64.tar.gz",
+ "7ea762a1b0af7545a74cd4260bb3fd2812813deffef2ef8d2fddd5e03fa63ef1",
),
("macos", "aarch64", True): (
-
"https://downloads.python.org/pypy/pypy3.9-v7.3.16-macos_arm64.tar.bz2",
- "88f824e7a2d676440d09bc90fc959ae0fd3557d7e2f14bfbbe53d41d159a47fe",
+
"https://downloads.python.org/pypy/pypy3.9-v7.3.16-macos_arm64.tar.gz",
+ "b09ce3a865c1c0f4e58c0ee4f70511f1b27dfc1f7148f4b6060cfdfd581c9e82",
),
("windows", "x86_64", True): (
"https://downloads.python.org/pypy/pypy3.9-v7.3.16-win64.zip",
@@ -6023,24 +6305,24 @@
},
PythonVersion("pypy", 3, 8, 16, False): {
("linux", "aarch64", True): (
-
"https://downloads.python.org/pypy/pypy3.8-v7.3.11-aarch64.tar.bz2",
- "9a2fa0b8d92b7830aa31774a9a76129b0ff81afbd22cd5c41fbdd9119e859f55",
+ "https://downloads.python.org/pypy/pypy3.8-v7.3.11-aarch64.tar.gz",
+ "a2bd02adf8dda887123bf558104377483acbcdf48eb7f679af48d7e6d066591e",
),
("linux", "x86", True): (
-
"https://downloads.python.org/pypy/pypy3.8-v7.3.11-linux32.tar.bz2",
- "a79b31fce8f5bc1f9940b6777134189a1d3d18bda4b1c830384cda90077c9176",
+ "https://downloads.python.org/pypy/pypy3.8-v7.3.11-linux32.tar.gz",
+ "880c9654bca1671315b10de485f574e436cffdbfc7916226f6a3663e8a01ecb6",
),
("linux", "x86_64", True): (
-
"https://downloads.python.org/pypy/pypy3.8-v7.3.11-linux64.tar.bz2",
- "470330e58ac105c094041aa07bb05676b06292bc61409e26f5c5593ebb2292d9",
+ "https://downloads.python.org/pypy/pypy3.8-v7.3.11-linux64.tar.gz",
+ "2d976397f6bc94e0067f5cdadfa1489df3c95249aafed13a3d7d2ebe27f0aceb",
),
("macos", "x86_64", True): (
-
"https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_x86_64.tar.bz2",
- "194ca0b4d91ae409a9cb1a59eb7572d7affa8a451ea3daf26539aa515443433a",
+
"https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_x86_64.tar.gz",
+ "0e83febf891abc489eeb3ae2b26b466f37db4e1aec933d287378a66a04e0d057",
),
("macos", "aarch64", True): (
-
"https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_arm64.tar.bz2",
- "78cdc79ff964c4bfd13eb45a7d43a011cbe8d8b513323d204891f703fdc4fa1a",
+
"https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_arm64.tar.gz",
+ "110dea6402ec1e23d03ed08b832fed7d9e95aee1d83f3a20907a66682867795c",
),
("windows", "x86_64", True): (
"https://downloads.python.org/pypy/pypy3.8-v7.3.11-win64.zip",