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-05-26 16:34:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pbs-installer (Old)
and /work/SRC/openSUSE:Factory/.python-pbs-installer.new.2084 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pbs-installer"
Tue May 26 16:34:12 2026 rev:10 rq:1355101 version:2026.5.10
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pbs-installer/python-pbs-installer.changes
2026-04-12 19:41:34.798663704 +0200
+++
/work/SRC/openSUSE:Factory/.python-pbs-installer.new.2084/python-pbs-installer.changes
2026-05-26 16:34:19.724733643 +0200
@@ -1,0 +2,7 @@
+Mon May 25 20:01:32 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2026.5.10:
+ * use zstd support in tarfile
+ * require python 3.9
+
+-------------------------------------------------------------------
Old:
----
pbs_installer-2026.4.7.tar.gz
New:
----
pbs_installer-2026.5.10.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pbs-installer.spec ++++++
--- /var/tmp/diff_new_pack.5BSgVM/_old 2026-05-26 16:34:20.404761777 +0200
+++ /var/tmp/diff_new_pack.5BSgVM/_new 2026-05-26 16:34:20.408761943 +0200
@@ -18,13 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-pbs-installer
-Version: 2026.4.7
+Version: 2026.5.10
Release: 0
Summary: Installer for Python Build Standalone
License: MIT
URL: https://github.com/frostming/pbs-installer
Source:
https://files.pythonhosted.org/packages/source/p/pbs-installer/pbs_installer-%{version}.tar.gz
-BuildRequires: %{python_module base >= 3.8}
+BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module pdm-backend}
BuildRequires: %{python_module pip}
BuildRequires: fdupes
@@ -32,7 +32,7 @@
Requires(post): update-alternatives
Requires(postun): update-alternatives
Suggests: python-httpx >= 0.27.0
-Suggests: python-zstandard >= 0.21.0
+Suggests: python-backports.zstd >= 1.0.0
Suggests: python-pbs-installer
BuildArch: noarch
%python_subpackages
++++++ pbs_installer-2026.4.7.tar.gz -> pbs_installer-2026.5.10.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pbs_installer-2026.4.7/PKG-INFO
new/pbs_installer-2026.5.10/PKG-INFO
--- old/pbs_installer-2026.4.7/PKG-INFO 1970-01-01 01:00:00.000000000 +0100
+++ new/pbs_installer-2026.5.10/PKG-INFO 1970-01-01 01:00:00.000000000
+0100
@@ -1,16 +1,16 @@
Metadata-Version: 2.1
Name: pbs-installer
-Version: 2026.4.7
+Version: 2026.5.10
Summary: Installer for Python Build Standalone
Author-Email: Frost Ming <[email protected]>
License: MIT
Project-URL: Repository, https://github.com/frostming/pbs-installer
Project-URL: Documentation, http://pbs-installer.readthedocs.io
-Requires-Python: >=3.8
+Requires-Python: >=3.9
Provides-Extra: download
Requires-Dist: httpx<1,>=0.27.0; extra == "download"
Provides-Extra: install
-Requires-Dist: zstandard>=0.21.0; extra == "install"
+Requires-Dist: backports.zstd>=1.0.0; python_version < "3.14" and extra ==
"install"
Provides-Extra: all
Requires-Dist: pbs-installer[download,install]; extra == "all"
Description-Content-Type: text/markdown
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pbs_installer-2026.4.7/pyproject.toml
new/pbs_installer-2026.5.10/pyproject.toml
--- old/pbs_installer-2026.4.7/pyproject.toml 2026-04-09 00:02:36.994841600
+0200
+++ new/pbs_installer-2026.5.10/pyproject.toml 2026-05-12 00:02:56.759216000
+0200
@@ -4,10 +4,10 @@
authors = [
{ name = "Frost Ming", email = "[email protected]" },
]
-requires-python = ">=3.8"
+requires-python = ">=3.9"
readme = "README.md"
dynamic = []
-version = "2026.4.7"
+version = "2026.5.10"
[project.license]
text = "MIT"
@@ -21,7 +21,7 @@
"httpx<1,>=0.27.0",
]
install = [
- "zstandard>=0.21.0",
+ "backports.zstd>=1.0.0 ; python_version<'3.14'",
]
all = [
"pbs-installer[download,install]",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pbs_installer-2026.4.7/src/pbs_installer/__main__.py
new/pbs_installer-2026.5.10/src/pbs_installer/__main__.py
--- old/pbs_installer-2026.4.7/src/pbs_installer/__main__.py 2026-04-09
00:02:29.856806500 +0200
+++ new/pbs_installer-2026.5.10/src/pbs_installer/__main__.py 2026-05-12
00:02:52.540689000 +0200
@@ -51,7 +51,7 @@
parser = ArgumentParser("pbs-install", description="Installer for Python
Build Standalone")
install_group = parser.add_argument_group("Install Arguments")
install_group.add_argument(
- "version", help="The version of Python to install, e.g. 3.8, 3.10.4,
[email protected]"
+ "version", help="The version of Python to install, e.g. 3.14, 3.10.4,
[email protected]"
)
install_group.add_argument(
"--version-dir", help="Install to a subdirectory named by the
version", action="store_true"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pbs_installer-2026.4.7/src/pbs_installer/_install.py
new/pbs_installer-2026.5.10/src/pbs_installer/_install.py
--- old/pbs_installer-2026.4.7/src/pbs_installer/_install.py 2026-04-09
00:02:29.856806500 +0200
+++ new/pbs_installer-2026.5.10/src/pbs_installer/_install.py 2026-05-12
00:02:52.540689000 +0200
@@ -43,7 +43,7 @@
"""Get the download URL matching the given requested version.
Parameters:
- request: The version of Python to install, e.g. 3.8,3.10.4
+ request: The version of Python to install, e.g. 3.14, 3.10.4, [email protected]
arch: The architecture to install, e.g. x86_64, arm64
platform: The platform to install, e.g. linux, macos
implementation: The implementation of Python to install, allowed
values are 'cpython' and 'pypy'
@@ -139,7 +139,7 @@
build_dir: Whether to include the `build/` directory from indygreg
builds
"""
- from ._utils import unpack_tar, unpack_zip, unpack_zst
+ from ._utils import unpack_tar, unpack_zip
if original_filename is None:
original_filename = str(filename)
@@ -150,12 +150,10 @@
original_filename,
)
filename = cast(str, filename)
- if original_filename.endswith(".zst"):
- unpack_zst(filename, destination)
- elif original_filename.endswith(".zip"):
+ if original_filename.endswith(".zip"):
unpack_zip(filename, destination)
else:
- unpack_tar(filename, destination)
+ unpack_tar(filename, destination, original_filename)
def install(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pbs_installer-2026.4.7/src/pbs_installer/_utils.py
new/pbs_installer-2026.5.10/src/pbs_installer/_utils.py
--- old/pbs_installer-2026.4.7/src/pbs_installer/_utils.py 2026-04-09
00:02:29.856806500 +0200
+++ new/pbs_installer-2026.5.10/src/pbs_installer/_utils.py 2026-05-12
00:02:52.540689000 +0200
@@ -1,8 +1,22 @@
from __future__ import annotations
-import tarfile
+import sys
from typing import TYPE_CHECKING, NamedTuple
+if sys.version_info >= (3, 14):
+ import tarfile
+
+ ZSTD_SUPPORT = True
+else:
+ try:
+ from backports.zstd import tarfile
+
+ ZSTD_SUPPORT = True
+ except ModuleNotFoundError:
+ import tarfile
+
+ ZSTD_SUPPORT = False
+
if TYPE_CHECKING:
from _typeshed import StrPath
@@ -67,30 +81,14 @@
tf.extractall(destination, members=members)
-def unpack_tar(filename: str, destination: StrPath) -> None:
+def unpack_tar(filename: str, destination: StrPath, original_filename: str) ->
None:
"""Unpack the tarfile to the destination"""
+ if not ZSTD_SUPPORT and original_filename.endswith(".zstd"):
+ raise ModuleNotFoundError("backports.zstd is required to unpack .zst
files")
with tarfile.open(filename) as z:
_unpack_tar(z, destination)
-def unpack_zst(filename: str, destination: StrPath) -> None:
- """Unpack the zstd compressed tarfile to the destination"""
- import tempfile
-
- try:
- import zstandard as zstd
- except ModuleNotFoundError:
- raise ModuleNotFoundError("zstandard is required to unpack .zst
files") from None
-
- dctx = zstd.ZstdDecompressor()
- with tempfile.TemporaryFile(suffix=".tar") as ofh:
- with open(filename, "rb") as ifh:
- dctx.copy_stream(ifh, ofh)
- ofh.seek(0)
- with tarfile.open(fileobj=ofh) as z:
- _unpack_tar(z, destination)
-
-
def unpack_zip(filename: str, destination: StrPath) -> None:
"""Unpack the zip file to the destination"""
import zipfile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pbs_installer-2026.4.7/src/pbs_installer/_versions.py
new/pbs_installer-2026.5.10/src/pbs_installer/_versions.py
--- old/pbs_installer-2026.4.7/src/pbs_installer/_versions.py 2026-04-09
00:02:29.863352500 +0200
+++ new/pbs_installer-2026.5.10/src/pbs_installer/_versions.py 2026-05-12
00:02:52.542002700 +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, 5, True): {
+ ("macos", "aarch64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.14.5%2B20260510-aarch64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "26bfe4d5a75ab43e94aaccf09c4f423d1200e69de1fc79d13b834cfacbfa4414",
+ ),
+ ("macos", "aarch64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.14.5%2B20260510-aarch64-apple-darwin-freethreaded-install_only_stripped.tar.gz",
+ "8863494f36977fce33a156bc23e027d06a1d24a2a9b9bef91057187e294b05a9",
+ ),
+ ("windows", "aarch64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.14.5%2B20260510-aarch64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
+ "f993a6f7b6974000f1a9dc92bce5bc91ff91ec50b52ba4f9dbe69442d2f78feb",
+ ),
+ ("windows", "aarch64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.14.5%2B20260510-aarch64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
+ "76c6d915af421e7ac65babbb55ae7681fd43d4cf7a515ce0cf5d693a7709bf19",
+ ),
+ ("linux", "aarch64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.14.5%2B20260510-aarch64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "a232354b2f5fbebaa614b1e5be63050fad9dbb0b7120d46c3ad687e0b3605fd3",
+ ),
+ ("linux", "aarch64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.14.5%2B20260510-aarch64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz",
+ "a688b10dd51a9eb5239d082132ff260b5fe1d33d9b81497148402a3fbba6a24e",
+ ),
+ ("windows", "x86", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.14.5%2B20260510-i686-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
+ "20353fe6576f3f2dedd3b8df8c9ac8cb30b593aaf94d188ad26e31b6d81fd637",
+ ),
+ ("windows", "x86", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.14.5%2B20260510-i686-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
+ "6af803753eb22f85c0b5361600250f98d2907571d98d1714175675ed913c843f",
+ ),
+ ("macos", "x86_64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.14.5%2B20260510-x86_64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "7e75ff5ace6040051dcc238a4eb17345d488d37574979915c6d25275ca631c44",
+ ),
+ ("macos", "x86_64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.14.5%2B20260510-x86_64-apple-darwin-freethreaded-install_only_stripped.tar.gz",
+ "63707fb9c27d1b8ae6cde3fbf9994ad58282e05bc6050318adcc0ad38bb99bd0",
+ ),
+ ("windows", "x86_64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.14.5%2B20260510-x86_64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
+ "0ced5dfa67e09db0edd6d307aeb005f91c97992d97fe7e55d2a0a92c12af2a9b",
+ ),
+ ("windows", "x86_64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.14.5%2B20260510-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
+ "780df413efe4992c751bff3f84e63c54ccffa11fd26487378ff9de459375e409",
+ ),
+ ("linux", "x86_64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.14.5%2B20260510-x86_64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "fc03661f290fbe8e0af6b1ef43567ded26891560302fc13b3bcb7f24f51dc7bc",
+ ),
+ ("linux", "x86_64", True): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.14.5%2B20260510-x86_64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz",
+ "659827e25d43d3579f074393dfefed33625c338bad211a78f25850165e9ea41f",
+ ),
+ },
PythonVersion("cpython", 3, 14, 4, True): {
("macos", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.14.4%2B20260408-aarch64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
- "3ccac409e7801dc8cd5712ee04c5dfa5eb797f0d397cd1c1f9efcd9c835c1fa3",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260414/cpython-3.14.4%2B20260414-aarch64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "3e31138b6c201ad1254e268a8626b18f708dedb87e8d0840cab640e0ff66bb3f",
),
("macos", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.14.4%2B20260408-aarch64-apple-darwin-freethreaded-install_only_stripped.tar.gz",
- "c670758c5edd856b6b0d45bcb5abfaa69d07934b320b82997a5d8a173b867709",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260414/cpython-3.14.4%2B20260414-aarch64-apple-darwin-freethreaded-install_only_stripped.tar.gz",
+ "3865f601e7bd0addcd0336bff6aac9057591b7a5c08121784603dc16bbec6433",
),
("windows", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.14.4%2B20260408-aarch64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
- "1c3d1e4ff766b8da88351c6571c8ee279dc953c5a47aab5f2cca0ed65703defd",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260414/cpython-3.14.4%2B20260414-aarch64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
+ "a47d2685516163d4655bce3c6966d80c8d305de8dc163c12c4d2b38410dcbd66",
),
("windows", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.14.4%2B20260408-aarch64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
- "885a721d27c108d6311d508f5b30a32275aff0ed99b31accf6907813b3bb4c19",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260414/cpython-3.14.4%2B20260414-aarch64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
+ "a720bd298667dd5145869a667aae7c5c0a8d97f6249fa157c1db751070c310d1",
),
("linux", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.14.4%2B20260408-aarch64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
- "db0e81c2a0c25846ec4245601d8b8595ab7e2dc2f16abb7ab0afd71daf0bb944",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260414/cpython-3.14.4%2B20260414-aarch64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "134a83d135cc5483af5905daf86058e783dbf4013d6c519da2e2a8a4f54525e8",
),
("linux", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.14.4%2B20260408-aarch64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz",
- "01bbcfa748593aa9719abd63916bcb86543d0c4177325ea78967e542f98dd893",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260414/cpython-3.14.4%2B20260414-aarch64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz",
+ "629dd91192c64255af852150f1aea16e98c8cc9a8a106dec9a9655c86906a920",
),
("windows", "x86", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.14.4%2B20260408-i686-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
- "75fa9edc6670b0dce71c2061c4ff6713627b3ab835b1a8d48a77ee8a33b1246b",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260414/cpython-3.14.4%2B20260414-i686-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
+ "a5ac466bdc0e71c539c134495eddb7eaabaab6366626988b87360472f39795c9",
),
("windows", "x86", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.14.4%2B20260408-i686-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
- "4faff42e3c02007ba7a74637a1f655b0a844e3a71a4a691f17831216ef4c1ac9",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260414/cpython-3.14.4%2B20260414-i686-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
+ "328cc68d682f4953c92968003e61b3685bcc1cddb9b7b868c3f39129c5a306ba",
),
("macos", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.14.4%2B20260408-x86_64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
- "b7b785da566ca078cf69b920f7ff0a1f7ed6ae2397a0964fad0593b4daa54486",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260414/cpython-3.14.4%2B20260414-x86_64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "0f30b0efbe905497eef09abf9deb7e8977ffd12d5dfaf5bb4aad0949ba09732d",
),
("macos", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.14.4%2B20260408-x86_64-apple-darwin-freethreaded-install_only_stripped.tar.gz",
- "b8054ba865128de99c5354731b8863fa637a8256fc8047c0f889e5cdd6f0c5c8",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260414/cpython-3.14.4%2B20260414-x86_64-apple-darwin-freethreaded-install_only_stripped.tar.gz",
+ "552a4aa419abd98bc0d7f925e8602c1ac621206a207366fd556faf1d5e4ac82e",
),
("windows", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.14.4%2B20260408-x86_64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
- "c754d360d005aaa7c9be4dfae77e9651921fb82b094acf6433d88778bb3f0696",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260414/cpython-3.14.4%2B20260414-x86_64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
+ "24fe2cee1d8da8fdfd9b5e3a074b4fd3975128eec5d461033b6ce43bd0ac0f13",
),
("windows", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.14.4%2B20260408-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
- "1aa9e069ce50b2999e605a544f5e0f39c74f16dce565b3bf422ba44a1075e44b",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260414/cpython-3.14.4%2B20260414-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
+ "b37e85fb033f2dc75b2f7d510a5aff5d4f5377b7003d6a3374f0255b2a54f752",
),
("linux", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.14.4%2B20260408-x86_64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
- "b3dc2daaddbb5490e118d9df28729d03293975c4e393a8730a41d163cb072992",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260414/cpython-3.14.4%2B20260414-x86_64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "f6e141cd0276538eddd400a65d3c9e4f84cbd524a7d69dc02b99ab27cf5389b8",
),
("linux", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.14.4%2B20260408-x86_64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz",
- "87dcbb4b68add1ee0cc1f39122cb1e36954b416fce384d51efd339cb64a0b041",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260414/cpython-3.14.4%2B20260414-x86_64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz",
+ "5c539d5421ce145e10ea455f5b50729db1f7a5591198a75eabed87a8a8b9d30e",
),
},
PythonVersion("cpython", 3, 14, 3, True): {
@@ -301,60 +359,60 @@
},
PythonVersion("cpython", 3, 13, 13, True): {
("macos", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.13.13%2B20260408-aarch64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
- "8acf6670baeb0101a06d4f797e8531d63547f7c10e482adda8715290e8eb9045",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.13.13%2B20260510-aarch64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "2806a9a4fd1025da7820b7297d1d9f07952da26ff37df6eb2b625c131bd0f3a6",
),
("macos", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.13.13%2B20260408-aarch64-apple-darwin-freethreaded-install_only_stripped.tar.gz",
- "a250f82f4fd098a2b036fbcfdb8a708f4ef2b9fb2266780c24e3033858c0b255",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.13.13%2B20260510-aarch64-apple-darwin-freethreaded-install_only_stripped.tar.gz",
+ "17911427a8c12ed3916cc3dad99d45fcbc60db006ea8735c8e5f98c223dc296b",
),
("windows", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.13.13%2B20260408-aarch64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
- "77323a924badce64e1bc32ee1570b5d1b4b595d25f1b670ae807aa431238728d",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.13.13%2B20260510-aarch64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
+ "a9a02a75d33c3a767de153e82f19037302fa8f111e0254a43986ac6aedc1ef4b",
),
("windows", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.13.13%2B20260408-aarch64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
- "649a111941f4aa8f78521db52710529c50458cbec92a41e59a21c75120ba26ab",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.13.13%2B20260510-aarch64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
+ "8c624e2480b939cbc8ebf54ce5b67078e310adb7e1ab38a7c9018b72eac943c9",
),
("linux", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.13.13%2B20260408-aarch64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
- "bcfa419f5529266f7b1639870dbedeef50c7907f2e14d0a62b30818914502ed0",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.13.13%2B20260510-aarch64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "136bb11e589876e7fb650fa05794e5ac62598ce659ef9a86506fd1bcf080a87e",
),
("linux", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.13.13%2B20260408-aarch64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz",
- "028ba9e4667ca43aa6b43220a366b1227fb4847e8131e4ac4d9f70964ff98606",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.13.13%2B20260510-aarch64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz",
+ "cecc5dd1189289c850ccb5ac73aeb73510022ea83a2916c492ec6d2cc3cf2c19",
),
("windows", "x86", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.13.13%2B20260408-i686-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
- "b9d0f536c87a77c27ecad4b322fa203628c86067879f3ac128b75d2fd80107b1",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.13.13%2B20260510-i686-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
+ "cea7d68de20ba0bb49792a7c5ccec8c0c971f07d9b26c04385e06cc853cc5bb6",
),
("windows", "x86", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.13.13%2B20260408-i686-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
- "411f6ff4fa3d69fff37181f5ab87257a70790f93f331b6c0240f7b3c9b8428e3",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.13.13%2B20260510-i686-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
+ "cb5d60f4acb0372d370d1f0710d74be46919a22d13624c4dbf095d9dfd5db6f1",
),
("macos", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.13.13%2B20260408-x86_64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
- "1cab0eb0196bb76e15352acd67ad2f2ba31b8ded99c870327aed4a23a14a6327",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.13.13%2B20260510-x86_64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "af606b2d30eb9500f065699c90db8cc4f825571b876ec5e515b2c9ebbc2a250e",
),
("macos", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.13.13%2B20260408-x86_64-apple-darwin-freethreaded-install_only_stripped.tar.gz",
- "56b6cfda406a90415754a7f13bf09f76a141da8eb4adb2c896a10a80263e5180",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.13.13%2B20260510-x86_64-apple-darwin-freethreaded-install_only_stripped.tar.gz",
+ "e2cf83bf138caa79dc733bff2e25248d8625853dddfcfc74e0f0b8dceea45093",
),
("windows", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.13.13%2B20260408-x86_64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
- "ec40c1c7c86b91adb014d475c23c3450c18c198ae7375696f105da90748502d6",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.13.13%2B20260510-x86_64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
+ "115edc00eff8e0eb0fd8b88a45915fab0feaa9dd5101d2209bef5e25722e7b70",
),
("windows", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.13.13%2B20260408-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
- "9d2a405999d45f6e229aebdfa22f2226589eb919b33fab0dc6f123bc04a63e78",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.13.13%2B20260510-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz",
+ "8eb36417d686d625d1ace149ada9f770ec7207624049e4ea3a7ce44cacc55aab",
),
("linux", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.13.13%2B20260408-x86_64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
- "6359126088c4de89fb14fe4d1dc00f5b00a43b7de1c544192785071c4ce39c3a",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.13.13%2B20260510-x86_64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
+ "2ee5108d16f1de68c968688ac916bec8119353c1291e32067758231a79651239",
),
("linux", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.13.13%2B20260408-x86_64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz",
- "937f92eb2a2d5a38a81f74a436b97d4af222ce89b9ccc8189febccfe7c7cb30d",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.13.13%2B20260510-x86_64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz",
+ "9faf1a5f3425d6fc225771da790f7dc2ba7e309b7a6a801e96a56a057c424c2d",
),
},
PythonVersion("cpython", 3, 13, 12, True): {
@@ -1097,60 +1155,60 @@
},
PythonVersion("cpython", 3, 12, 13, False): {
("macos", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.12.13%2B20260408-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
- "72601615f9870a08cbe14949b016cb70e70df09bae7c4f37d71564389ba79451",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.12.13%2B20260510-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
+ "0750a735a09181ce203fb357df7221eab78d8ff4372d5cb6d58a2053765befdb",
),
("macos", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.12.13%2B20260408-aarch64-apple-darwin-install_only_stripped.tar.gz",
- "ac167e74961316ceabdbe4839f19aa6000c592b08e5a1fab4646cb225ede13d5",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.12.13%2B20260510-aarch64-apple-darwin-install_only_stripped.tar.gz",
+ "55bc1a5edbc8ac4da0081f4f5731ed2d1ed10c57cb37a820b2a0dbc7cad742e9",
),
("windows", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.12.13%2B20260408-aarch64-pc-windows-msvc-install_only_stripped.tar.gz",
- "3079f210cfe53a8165163da5f8ad3487915bf80263b3a7c252a567b20ae44b2c",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.12.13%2B20260510-aarch64-pc-windows-msvc-install_only_stripped.tar.gz",
+ "30fda0c2665f9823106bc343704fbdaea975b682ca774b0f8fefc4679c95fdd4",
),
("windows", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.12.13%2B20260408-aarch64-pc-windows-msvc-pgo-full.tar.zst",
- "73dc0092a9e88f538e4ff1f657f14a016156912c1fc2fa670741a80293572f92",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.12.13%2B20260510-aarch64-pc-windows-msvc-pgo-full.tar.zst",
+ "00da7a281c675d44393c49d47469f07c43ec319548573a1f6241b156fd8bb9e7",
),
("linux", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.12.13%2B20260408-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
- "99f87eb7e61ee642a9b70bc34c7d7b3749b86bc06b4add3aee7f4d62fb7e165a",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.12.13%2B20260510-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
+ "1fe788e3bd29209b20179039b86dd482292a4356527ec985efd1a9c39cc8d9ca",
),
("linux", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.12.13%2B20260408-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
- "bd5011c956391391620931ea35632dc7aa7391a4558ced126ccf0708d1346915",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.12.13%2B20260510-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
+ "8e2907baca8b08ae43f366e65f09fda6337d3543f322c399d8800cf689c79973",
),
("windows", "x86", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.12.13%2B20260408-i686-pc-windows-msvc-install_only_stripped.tar.gz",
- "436f941431aef75ff6d280428dadbd45cdc5d414c7bd423e5e3780c824155029",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.12.13%2B20260510-i686-pc-windows-msvc-install_only_stripped.tar.gz",
+ "9c20cb8028e948a7890096de4d4f7b2015e9f527b21dea2686da544e65ecdbea",
),
("windows", "x86", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.12.13%2B20260408-i686-pc-windows-msvc-pgo-full.tar.zst",
- "04e1fc2c2a9c08746e43677b838b87b9939a9a6a4a0eb4b2628ec5d1c259fb60",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.12.13%2B20260510-i686-pc-windows-msvc-pgo-full.tar.zst",
+ "5429223e1f75737158ce549c0f0d0961f52df13e3f3f2a386a232e78090b70b5",
),
("macos", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.12.13%2B20260408-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
- "ee3137bc863881568d9b23d63ceb66263bf627514f6220001acd6d61afbfbd09",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.12.13%2B20260510-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
+ "9be14730abd1e9fa0a2b3b96e74bb271a08484063225357076bd5134773ca78a",
),
("macos", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.12.13%2B20260408-x86_64-apple-darwin-install_only_stripped.tar.gz",
- "1fee0596ba791fd83c33babf2ae8e00b0a1056b957955f2a34f7178ca8b80525",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.12.13%2B20260510-x86_64-apple-darwin-install_only_stripped.tar.gz",
+ "6bab7fa97d4f2ddba86da0e05acff66c53b5edaca1df8edcf00ddca785a9c59b",
),
("windows", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.12.13%2B20260408-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
- "802162fb50165fc138db0c737abda695e1cb819bfb52e4d230d14f8a5af880b2",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.12.13%2B20260510-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
+ "24168aff2e7d93784c6a436124c4ebb79b076a4e289bde4902c08333507b71d0",
),
("windows", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.12.13%2B20260408-x86_64-pc-windows-msvc-pgo-full.tar.zst",
- "c44ceaf6d02688837026a97471c12bdcb361acc1e5158f64b51aa9867ad129bf",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.12.13%2B20260510-x86_64-pc-windows-msvc-pgo-full.tar.zst",
+ "e6dd25775677966bde76d1764cabd81be87611cbe5c3ce0a91b69ee1ac686a3d",
),
("linux", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.12.13%2B20260408-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
- "70a6599386b30c8167ed5e40517d79a0e4882fbb7dd6d2c95e5aeb8b5b3a5f6b",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.12.13%2B20260510-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
+ "3d59ae1636c3f74ea3bfff631205292359371f1a63ae7975bd81da5ffce846d6",
),
("linux", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.12.13%2B20260408-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
- "ddd48f521f79395d9b8b094d34a86d7ec86772ab66c96b0de65a3b561ea7cf10",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.12.13%2B20260510-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
+ "d480f5d5878910ecbae212bf23bd7c25d7b209eb8cf5e98823c977384d272e88",
),
},
PythonVersion("cpython", 3, 12, 12, False): {
@@ -1478,14 +1536,14 @@
"https://github.com/astral-sh/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-aarch64-apple-darwin-install_only_stripped.tar.gz",
"0419bafa4444a5aa0c554197bce0679e7cc0f28edc7ee8cfbe0ccea860bdb904",
),
- ("linux", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-aarch64-unknown-linux-gnu-lto-full.tar.zst",
- "93a238ba9707c357c054d665a940e2ef33c7c2e2d4e454c248941e625c3050d9",
- ),
("linux", "aarch64", True): (
"https://github.com/astral-sh/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
"22d119ac7df7f0bddfd4dfd075bcc4eb2532ed3df0bdba0579106835d49ef9cd",
),
+ ("linux", "aarch64", False): (
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-aarch64-unknown-linux-gnu-lto-full.tar.zst",
+ "93a238ba9707c357c054d665a940e2ef33c7c2e2d4e454c248941e625c3050d9",
+ ),
("windows", "x86", True): (
"https://github.com/astral-sh/python-build-standalone/releases/download/20240909/cpython-3.12.6%2B20240909-i686-pc-windows-msvc-install_only_stripped.tar.gz",
"d87275e613632ab738528fe20a94a7193e824e91ba7f1e7845e7fcfc1f114900",
@@ -1821,60 +1879,60 @@
},
PythonVersion("cpython", 3, 11, 15, False): {
("macos", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.11.15%2B20260408-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
- "0159be8a73da41aa913e3ecf41501039f721735f9069c2e32612fc8f36aac052",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.11.15%2B20260510-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
+ "0fdbc1a816bb04d0c8244c51ef623372f92870c6e8f7e6c603575976cbb0d1ea",
),
("macos", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.11.15%2B20260408-aarch64-apple-darwin-install_only_stripped.tar.gz",
- "ffbab4120cc8a1064c2a43453ca393e92408a0566e865b6d64919ba9808be8c5",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.11.15%2B20260510-aarch64-apple-darwin-install_only_stripped.tar.gz",
+ "fdfc363b538662eb7441a14e06f72c4a992c56af7f401f5730ea5081f8f8ad6e",
),
("windows", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.11.15%2B20260408-aarch64-pc-windows-msvc-install_only_stripped.tar.gz",
- "e46d85d7c14008c8fd2911628bf99dca4735e04297f573127006da4c53b5f34e",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.11.15%2B20260510-aarch64-pc-windows-msvc-install_only_stripped.tar.gz",
+ "3aaf40250839665dd0e66d9f4794682c185441bb7852e8f36f7f63bfc6be75e4",
),
("windows", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.11.15%2B20260408-aarch64-pc-windows-msvc-pgo-full.tar.zst",
- "9e094d4b93e22474e3e72bae709f49b9527c13ec46972752bbf259a683d86744",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.11.15%2B20260510-aarch64-pc-windows-msvc-pgo-full.tar.zst",
+ "081fdb6e51c5dd802a5e273c2da922e1d59d431c8e90d16ae9e60c612d505339",
),
("linux", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.11.15%2B20260408-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
- "9a3b38543f29e9f152ab453045cf8e90bab69c8be329415c3dbc7a10ec53278d",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.11.15%2B20260510-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
+ "f989f18010ad85d736b460e19ec4e0385905c3e76c81137aaf27a7326111ca01",
),
("linux", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.11.15%2B20260408-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
- "de70cd49dba9a0153955a70e896724cb8eb09e9a5b0a6b0dfd684d75b23f4d1b",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.11.15%2B20260510-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
+ "243f794278eff6adba96ed3677ec6877175df84c25f140e17f09f9be82d0f12a",
),
("windows", "x86", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.11.15%2B20260408-i686-pc-windows-msvc-install_only_stripped.tar.gz",
- "b93c49b0f0451068ada896acc87840e130763175a31574da74e2a7ec419fbe6f",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.11.15%2B20260510-i686-pc-windows-msvc-install_only_stripped.tar.gz",
+ "300ee20b5f6baeea19c1c62b00d7f722363096541e2a1d47eff7520996942daa",
),
("windows", "x86", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.11.15%2B20260408-i686-pc-windows-msvc-pgo-full.tar.zst",
- "0bec068f55cf9f13f7038c35eac991d84973f748194303f75b8626e0605f1a24",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.11.15%2B20260510-i686-pc-windows-msvc-pgo-full.tar.zst",
+ "75effafd38eeb75dd2fdfe3e8bb8074e5e3ecddfd8a5780dbdf74e2952618b39",
),
("macos", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.11.15%2B20260408-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
- "c79dfce9036fffbc71d6eb10b38ead3e9aa2ad89e4349b3892b70285e1bca7ce",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.11.15%2B20260510-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
+ "c95d8e17bac9e3459905f0d23e89535e2d48b56bfaeec9ef08f6e0ca9a27c589",
),
("macos", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.11.15%2B20260408-x86_64-apple-darwin-install_only_stripped.tar.gz",
- "52b2735c2ccc58251dcfd87371568489fc5d156ae85fe6fd91787aafe90b1864",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.11.15%2B20260510-x86_64-apple-darwin-install_only_stripped.tar.gz",
+ "5f1eb247cbca2c0ad5ccbf6d299a4f54b31b5c63b492d74c3531dc4344a42f88",
),
("windows", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.11.15%2B20260408-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
- "79ac95ececf832e6e859556d83f7d0fb7d253974cc98062893f7134a4d956b5f",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.11.15%2B20260510-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
+ "756d7f148498b8822f6aedf44a020613576f09983161f346ad36dcef6238cdc3",
),
("windows", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.11.15%2B20260408-x86_64-pc-windows-msvc-pgo-full.tar.zst",
- "e8c7eef27cf61a70b84059955b866a2abfdab4b188fca5e8a5a668655c34e7d8",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.11.15%2B20260510-x86_64-pc-windows-msvc-pgo-full.tar.zst",
+ "f43b97ae11df57bca86b6523f12f0a3dc00cd269faccf6ec6577a3ad30795356",
),
("linux", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.11.15%2B20260408-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
- "43266ab64e6914372bdab4374b8e4b10e1b384255c5b1085a68a9dd584501cf2",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.11.15%2B20260510-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
+ "b39fa2759249edaeda915ecf02221111cce5f91cbd3b3abc39882414ce6b9061",
),
("linux", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.11.15%2B20260408-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
- "3b990e454d121bf71aed24a3636a2edc24e3546315d04b6a635062e6fb3cc9d2",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.11.15%2B20260510-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
+ "171dffd8c0f66e8a0725364a7428015b22fc18dd298b24f541392e17dd0e561f",
),
},
PythonVersion("cpython", 3, 11, 14, False): {
@@ -2577,52 +2635,52 @@
},
PythonVersion("cpython", 3, 10, 20, False): {
("macos", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.10.20%2B20260408-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
- "8708d1856e6e4e41addaba90cad7232725c46eba1037b5bc4be02ec559443e7c",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.10.20%2B20260510-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
+ "c25015718888f0d4172d3fb296d41a7cd853013f530e44ddd182055613a7f6de",
),
("macos", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.10.20%2B20260408-aarch64-apple-darwin-install_only_stripped.tar.gz",
- "f0cbe010913dfc7ba43bfd11ba4a403bcb9ca2cd974345f088cbe1a40b156862",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.10.20%2B20260510-aarch64-apple-darwin-install_only_stripped.tar.gz",
+ "36b7364a5cd75e5b8591c4dc6cc30d84d9112b62a2b8199c406d63f2ca2f981f",
),
("linux", "aarch64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.10.20%2B20260408-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
- "7e95a6f1e8d394024af03a66d2b06e04d02f9fe00fb085a761462be4060896e8",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.10.20%2B20260510-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
+ "7f750be4fd89f16b18bc21fb56378a2289e1c6df2152fd76e35d8d8bddb47d2e",
),
("linux", "aarch64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.10.20%2B20260408-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
- "9191c4f7e8f677acfa3db2b7c0a527082bab9fc3f1bb5f94b4804af7cf2dc977",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.10.20%2B20260510-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
+ "9f0becaa10fff71a455dcc9f4343cd784ee506a63d770d87fe92030cb376feee",
),
("windows", "x86", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.10.20%2B20260408-i686-pc-windows-msvc-install_only_stripped.tar.gz",
- "d307560fb71994ba1cb58d06b6e5e610e26497fb2e2eaaa676522d1c44465cb8",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.10.20%2B20260510-i686-pc-windows-msvc-install_only_stripped.tar.gz",
+ "a7bd16e227c0e53bbb28ea947b06c51eb24ab2f5769b74ddae9bc4ed1de93aac",
),
("windows", "x86", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.10.20%2B20260408-i686-pc-windows-msvc-pgo-full.tar.zst",
- "bde9f1b6e2cb9f71ab35997775e3c7d0160f59fc640392c45e0331bf3aa7c0a6",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.10.20%2B20260510-i686-pc-windows-msvc-pgo-full.tar.zst",
+ "e2ac0a45a05baa9227cac6ae0017f250afbe3ef9cb118136b5e05628b5ef2e9d",
),
("macos", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.10.20%2B20260408-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
- "0a1aa0d63427b2210a133defc86fbfc3165841530c15967516d730a4e6cf32cb",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.10.20%2B20260510-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
+ "05b83b34d3b4b7e04e1229b8cae3de8d659f14d211e0edaf1984f6e6e78d8632",
),
("macos", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.10.20%2B20260408-x86_64-apple-darwin-install_only_stripped.tar.gz",
- "321936fccc6ee6fee95818efd04709b95692507fa08d6a05c4ad03e1aa47e1a9",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.10.20%2B20260510-x86_64-apple-darwin-install_only_stripped.tar.gz",
+ "e7ce16965714c05b2cc4515f20cd0c1f8d4fef037bd34daf18d924677f6545b8",
),
("windows", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.10.20%2B20260408-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
- "0c82f1db79251336ec5f80dfb4b39c3658c5043edf736a48c8cd168542d1a222",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.10.20%2B20260510-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
+ "d1e8fb30cba04e6bb5a703e0186da77f833957de027562fa4df9fd0424ae5f7e",
),
("windows", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.10.20%2B20260408-x86_64-pc-windows-msvc-pgo-full.tar.zst",
- "c97b6fe1acbf7d4c4d8510ba04d3a5514864425302691e5e6cac39f6c9d2c0ac",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.10.20%2B20260510-x86_64-pc-windows-msvc-pgo-full.tar.zst",
+ "7983d4dbf4b296fedab391c19498cca6dab73613f40d2cd27bca42937b4c1cbe",
),
("linux", "x86_64", False): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.10.20%2B20260408-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
- "aadc2d4c87aad76f555f8f974ecca9b51a2e77abae3be88bd213055e4044e06c",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.10.20%2B20260510-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
+ "137769511f0c346234dbd3cd700174159ccb3ffdc7de28731e1e627ede0b2e71",
),
("linux", "x86_64", True): (
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20260408/cpython-3.10.20%2B20260408-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
- "8f752d24dd4d601c6824056e0c3024e1a92606daef840c5f6413498a6c766977",
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20260510/cpython-3.10.20%2B20260510-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
+ "dc734bdd388975c0b093fe730b272af741a2e192475d38bc6845a687b6405922",
),
},
PythonVersion("cpython", 3, 10, 19, False): {
@@ -2826,22 +2884,22 @@
),
},
PythonVersion("cpython", 3, 10, 15, False): {
- ("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",
),
+ ("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",
+ ),
+ ("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",
+ ),
("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",
@@ -5493,28 +5551,28 @@
},
PythonVersion("pypy", 3, 11, 15, False): {
("linux", "aarch64", True): (
-
"https://downloads.python.org/pypy/pypy3.11-v7.3.21-aarch64.tar.bz2",
- "6141f5c64dd96faf87e0a3f7f362521eadd26d5e3f851f90fc386a72208f8c18",
+
"https://downloads.python.org/pypy/pypy3.11-v7.3.22-aarch64.tar.bz2",
+ "c29a8933e2084f52df74c829aa0d8f5652b9d5919f68e9fb89cab3afe35dd884",
),
("linux", "x86", True): (
-
"https://downloads.python.org/pypy/pypy3.11-v7.3.21-linux32.tar.bz2",
- "0c449ff3f20589e331f163807a0200a9bf5dd375c95f513a0f60bf7524795f02",
+
"https://downloads.python.org/pypy/pypy3.11-v7.3.22-linux32.tar.bz2",
+ "6fdad58d6d376810cf6291be1d396032f4da8109517357de0091adc3874f04c9",
),
("linux", "x86_64", True): (
-
"https://downloads.python.org/pypy/pypy3.11-v7.3.21-linux64.tar.bz2",
- "43f27af8ee6673932493f2696ab407321cbf79dbed94c03d8b39e603f8f5f765",
+
"https://downloads.python.org/pypy/pypy3.11-v7.3.22-linux64.tar.bz2",
+ "c0c239a6b0d381338bcccf852d0690b9daca632e0216389a3796f8817fd66e0e",
),
("macos", "x86_64", True): (
-
"https://downloads.python.org/pypy/pypy3.11-v7.3.21-macos_x86_64.tar.bz2",
- "60dfb37dda85d548cd6a4d7bdb12ff26e19162042001b741fd9b6a8ecee802a6",
+
"https://downloads.python.org/pypy/pypy3.11-v7.3.22-macos_x86_64.tar.bz2",
+ "26adf960b6f57cacb39a9f0e8fd87e9de7986762b467c75b3aaf94177aa7af87",
),
("macos", "aarch64", True): (
-
"https://downloads.python.org/pypy/pypy3.11-v7.3.21-macos_arm64.tar.bz2",
- "a43f97ff9f6016aac09ee75eb626d806e8ad865608e7d8bc4d3c2fc37c2b4799",
+
"https://downloads.python.org/pypy/pypy3.11-v7.3.22-macos_arm64.tar.bz2",
+ "5de96e2b68a8b347fb24f8b3f5345ce0724605d4122ce194e1decce4dab8d5a0",
),
("windows", "x86_64", True): (
- "https://downloads.python.org/pypy/pypy3.11-v7.3.21-win64.zip",
- "a1a2b069533b838f465157025e58933199f311f5f3f58549ccaf9872ee90fa53",
+ "https://downloads.python.org/pypy/pypy3.11-v7.3.22-win64.zip",
+ "748f393e69726f32c908bfd8d778dda267482c0b15b2d4957c97f0842f37d33f",
),
},
PythonVersion("pypy", 3, 11, 13, False): {