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-04-12 19:41:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pbs-installer (Old)
 and      /work/SRC/openSUSE:Factory/.python-pbs-installer.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pbs-installer"

Sun Apr 12 19:41:33 2026 rev:9 rq:1346207 version:2026.4.7

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pbs-installer/python-pbs-installer.changes    
    2026-03-10 17:53:34.000176736 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pbs-installer.new.21863/python-pbs-installer.changes
     2026-04-12 19:41:34.798663704 +0200
@@ -1,0 +2,8 @@
+Sun Apr 12 16:16:09 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to version 2026.4.7:
+  * Update CPython standalone build releases and hashes for
+    3.14.3, 3.13.12, 3.12.13, 3.11.15, and 3.10.20.
+  * Add PyPy 3.11.15 (v7.3.21) support.
+
+-------------------------------------------------------------------

Old:
----
  pbs_installer-2026.3.3.tar.gz

New:
----
  pbs_installer-2026.4.7.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pbs-installer.spec ++++++
--- /var/tmp/diff_new_pack.Bn9R6Z/_old  2026-04-12 19:41:36.282724342 +0200
+++ /var/tmp/diff_new_pack.Bn9R6Z/_new  2026-04-12 19:41:36.286724505 +0200
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-pbs-installer
-Version:        2026.3.3
+Version:        2026.4.7
 Release:        0
 Summary:        Installer for Python Build Standalone
 License:        MIT

++++++ pbs_installer-2026.3.3.tar.gz -> pbs_installer-2026.4.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbs_installer-2026.3.3/PKG-INFO 
new/pbs_installer-2026.4.7/PKG-INFO
--- old/pbs_installer-2026.3.3/PKG-INFO 1970-01-01 01:00:00.000000000 +0100
+++ new/pbs_installer-2026.4.7/PKG-INFO 1970-01-01 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pbs-installer
-Version: 2026.3.3
+Version: 2026.4.7
 Summary: Installer for Python Build Standalone
 Author-Email: Frost Ming <[email protected]>
 License: MIT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbs_installer-2026.3.3/pyproject.toml 
new/pbs_installer-2026.4.7/pyproject.toml
--- old/pbs_installer-2026.3.3/pyproject.toml   2026-03-04 00:01:56.200750600 
+0100
+++ new/pbs_installer-2026.4.7/pyproject.toml   2026-04-09 00:02:36.994841600 
+0200
@@ -7,7 +7,7 @@
 requires-python = ">=3.8"
 readme = "README.md"
 dynamic = []
-version = "2026.3.3"
+version = "2026.4.7"
 
 [project.license]
 text = "MIT"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pbs_installer-2026.3.3/src/pbs_installer/_versions.py 
new/pbs_installer-2026.4.7/src/pbs_installer/_versions.py
--- old/pbs_installer-2026.3.3/src/pbs_installer/_versions.py   2026-03-04 
00:01:51.386751700 +0100
+++ new/pbs_installer-2026.4.7/src/pbs_installer/_versions.py   2026-04-09 
00:02:29.863352500 +0200
@@ -3,64 +3,120 @@
 from ._utils import PythonVersion
 
 PYTHON_VERSIONS: dict[PythonVersion, dict[tuple[str, str, bool], tuple[str, 
str | None]]] = {
-    PythonVersion("cpython", 3, 14, 3, True): {
+    PythonVersion("cpython", 3, 14, 4, True): {
         ("macos", "aarch64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.14.3%2B20260303-aarch64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst";,
-            "cedbfdb352b7b0dbdfd2e4dba11244a64665402c44099f36af9e22dc269dd0c0",
+            
"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",
+        ),
+        ("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",
         ),
         ("windows", "aarch64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.14.3%2B20260303-aarch64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst";,
-            "5af1b60808d4e8df3838267086556e2518b24a71080a7c4dc0edf3ef6a5bd8c4",
+            
"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",
+        ),
+        ("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",
         ),
         ("linux", "aarch64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.14.3%2B20260303-aarch64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst";,
-            "9ca5169b62fdedbbeb1e01429e5ed75d0c89efb0dffb3d5924c58f667f365863",
+            
"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",
+        ),
+        ("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",
         ),
         ("windows", "x86", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.14.3%2B20260303-i686-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst";,
-            "e3085abf12bdf84a91784915082eaffd4cac154acd9818aefc71a69e13bdaf24",
+            
"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",
+        ),
+        ("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",
         ),
         ("macos", "x86_64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.14.3%2B20260303-x86_64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst";,
-            "ff7ba9353fb4f6f923e5a0c30564e448cb678deb69ac58e7f4f3a78944b40806",
+            
"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",
+        ),
+        ("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",
         ),
         ("windows", "x86_64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.14.3%2B20260303-x86_64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst";,
-            "7921cf0fa140f3714c4772b8af161ab463d0ad641ac35db0beff9d45273ab5f5",
+            
"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",
+        ),
+        ("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",
         ),
         ("linux", "x86_64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.14.3%2B20260303-x86_64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst";,
-            "0629158c702d4ba732c722f24e5a775885e93915c7b04fe29cfb9c81e37f499f",
+            
"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",
+        ),
+        ("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",
         ),
     },
-    PythonVersion("cpython", 3, 14, 3, False): {
+    PythonVersion("cpython", 3, 14, 3, True): {
+        ("macos", "aarch64", False): (
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.14.3%2B20260325-aarch64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst";,
+            "88424f00ac94191c143a278d1df45c827d779857c67245e9c4a0145106df9e4a",
+        ),
         ("macos", "aarch64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.14.3%2B20260303-aarch64-apple-darwin-install_only_stripped.tar.gz";,
-            "4703cdf18b26798fde7b49b6b66149674c25f97127be6a10dbcf29309bdcdcdb",
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.14.3%2B20260325-aarch64-apple-darwin-freethreaded-install_only_stripped.tar.gz";,
+            "006955f8c2ab130e993c46b41f3afc98d62a17cd03193d10fe1b65793d2dfd9e",
+        ),
+        ("windows", "aarch64", False): (
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.14.3%2B20260325-aarch64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst";,
+            "19242166c2e460be6a0fc7024025b559b6c23e1924da5b559e71ab59bfe4d053",
         ),
         ("windows", "aarch64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.14.3%2B20260303-aarch64-pc-windows-msvc-install_only_stripped.tar.gz";,
-            "1f95ae489da15aa1341bc1b2628eee91069ea1385859514beaa123bc55a7fc78",
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.14.3%2B20260325-aarch64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz";,
+            "1edbaa3d88683b687da6b9c0bac21afa6a906b003ad242ee4650ea1d93c1df80",
+        ),
+        ("linux", "aarch64", False): (
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.14.3%2B20260325-aarch64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst";,
+            "270380aee0f3c65c9d7e8214b466428c0c33a9340ad66858cb411cccf5467aba",
         ),
         ("linux", "aarch64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.14.3%2B20260303-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz";,
-            "be0f4dc2932f762292b27d46ea7d3e8e66ddf3969a5eb0254a229015ed402625",
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.14.3%2B20260325-aarch64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz";,
+            "3dc3ed9f87358279ca9e9e1ae55164fe913d6f32e8bf5e6bf3f8a30f810400a3",
+        ),
+        ("windows", "x86", False): (
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.14.3%2B20260325-i686-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst";,
+            "9130fb5fb9d2316c362f6be942b701c7dc5bf8a529d779b9b6c9a5466455cba0",
         ),
         ("windows", "x86", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.14.3%2B20260303-i686-pc-windows-msvc-install_only_stripped.tar.gz";,
-            "33222fbcf1e83133bfde73ca916087363cdd479381b0239c2933e40fdd303ce4",
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.14.3%2B20260325-i686-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz";,
+            "b11b648f96876439704702c119d99cbb2e12742f5cd679a48042b807094b5226",
+        ),
+        ("macos", "x86_64", False): (
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.14.3%2B20260325-x86_64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst";,
+            "6dbd65450ef052bb360c97d7841bf15cef1d0ac989ebeeaa1f4b2a5f6aab4338",
         ),
         ("macos", "x86_64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.14.3%2B20260303-x86_64-apple-darwin-install_only_stripped.tar.gz";,
-            "76f1cc26e3d262eae8ca546a93e8bded10cf0323613f7e246fea2e10a8115eb7",
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.14.3%2B20260325-x86_64-apple-darwin-freethreaded-install_only_stripped.tar.gz";,
+            "e521f1c0c29143b8c54d6e06b02bdbc759dbcb71b154ae26e497d0e44c85dfc0",
+        ),
+        ("windows", "x86_64", False): (
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.14.3%2B20260325-x86_64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst";,
+            "82010c88f78bdae1d2dc5be9c1a1d544868994cb43872eb85d85f92349b4f64e",
         ),
         ("windows", "x86_64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.14.3%2B20260303-x86_64-pc-windows-msvc-install_only_stripped.tar.gz";,
-            "950c5f21a015c1bdd1337f233456df2470fab71e4d794407d27a84cb8b9909a0",
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.14.3%2B20260325-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz";,
+            "34c808480ca7e6f508f2ebcb10cf71f804e866c61d2e09660e9f08332645e89a",
+        ),
+        ("linux", "x86_64", False): (
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.14.3%2B20260325-x86_64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst";,
+            "595b4e16b2f05b60ca82d56e7bc8a954f4f36dd08c10df61212017df066674a6",
         ),
         ("linux", "x86_64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.14.3%2B20260303-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz";,
-            "0a73413f89efd417871876c9accaab28a9d1e3cd6358fbfff171a38ec99302f0",
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.14.3%2B20260325-x86_64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz";,
+            "c6f392a112b08bfbd6b0ea864dfb741dae310e519b871e7d8638515eefbc76d8",
         ),
     },
     PythonVersion("cpython", 3, 14, 2, True): {
@@ -243,64 +299,120 @@
             "66f385305ae0eefd6b65e2cf942bc91d943a61e26fb7581e029f760a2b04f393",
         ),
     },
-    PythonVersion("cpython", 3, 13, 12, True): {
+    PythonVersion("cpython", 3, 13, 13, True): {
         ("macos", "aarch64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.13.12%2B20260303-aarch64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst";,
-            "d152a8ec3a31a7b49772e70ff7fed1e7f6ec721497151b104532957744703d86",
+            
"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",
+        ),
+        ("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",
         ),
         ("windows", "aarch64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.13.12%2B20260303-aarch64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst";,
-            "33e4de818b5419f0b6c599ccfc98a0468c441f83e02d4e0ef18b4a632408dc57",
+            
"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",
+        ),
+        ("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",
         ),
         ("linux", "aarch64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.13.12%2B20260303-aarch64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst";,
-            "a2e320b8b7ec76f538f4414bb56927e0a35fb169a4748594b3b0946df0d8942b",
+            
"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",
+        ),
+        ("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",
         ),
         ("windows", "x86", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.13.12%2B20260303-i686-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst";,
-            "e27287866347dd2cc1dc766174bb67f6b459cbadfbeff74c981abe7fe6cf86ba",
+            
"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",
+        ),
+        ("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",
         ),
         ("macos", "x86_64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.13.12%2B20260303-x86_64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst";,
-            "d603daefc04db99a764942a835497e52beebeb8797f7ac828826969e6f8ea165",
+            
"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",
+        ),
+        ("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",
         ),
         ("windows", "x86_64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.13.12%2B20260303-x86_64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst";,
-            "5703d1e5fcd43d0ac3bce24e65d03a5684f3fec3625794ca9a0a47ad2ecbd0a1",
+            
"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",
+        ),
+        ("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",
         ),
         ("linux", "x86_64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.13.12%2B20260303-x86_64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst";,
-            "8f1a00de7342d161bfefcb6bb90f50076b0c49e1ac4d4faa7fb303015369f310",
+            
"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",
+        ),
+        ("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",
         ),
     },
-    PythonVersion("cpython", 3, 13, 12, False): {
+    PythonVersion("cpython", 3, 13, 12, True): {
+        ("macos", "aarch64", False): (
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.13.12%2B20260325-aarch64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst";,
+            "e01e98f63073bf2848b7585c4f8e9f77d15cf057357377d921f491131b6328d8",
+        ),
         ("macos", "aarch64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.13.12%2B20260303-aarch64-apple-darwin-install_only_stripped.tar.gz";,
-            "0103ab534b93472b1e2036fbb127a0dd4df73f437a4d8d7ce6fbe7e3d1f4fbbd",
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.13.12%2B20260325-aarch64-apple-darwin-freethreaded-install_only_stripped.tar.gz";,
+            "af390962f7fb387c98d12de0b44da2ce3c340e4c5b17592a30950e89b5420fc4",
+        ),
+        ("windows", "aarch64", False): (
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.13.12%2B20260325-aarch64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst";,
+            "271264191e0cda43e3e43aa08b0807023482b5fa254d1e3876c1372bc989c5a2",
         ),
         ("windows", "aarch64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.13.12%2B20260303-aarch64-pc-windows-msvc-install_only_stripped.tar.gz";,
-            "f7d43d6afab4f08df78427015f4fb4ad231abcce472302e9a1f72cdf8bce908a",
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.13.12%2B20260325-aarch64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz";,
+            "1ff805be05ce8b265b877e8d5d758af3dae839676b56c72d76b2fbb7d8b198b8",
+        ),
+        ("linux", "aarch64", False): (
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.13.12%2B20260325-aarch64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst";,
+            "cc5e1e21304e9b190ab64ac1762f096933a8be28c08e746ad108704b269aed31",
         ),
         ("linux", "aarch64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.13.12%2B20260303-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz";,
-            "207c5504dfd2627949be652f2740bddab5ba6e6bea6ce45de9db1858f67c9b42",
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.13.12%2B20260325-aarch64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz";,
+            "562176cbaedf8f20bfe3067e6f20af8e7c437384960e1baf180c93efa822306a",
+        ),
+        ("windows", "x86", False): (
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.13.12%2B20260325-i686-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst";,
+            "110bb4539612f451bf16fd207d13c10625965d7399ac326376aa301cb7eef99e",
         ),
         ("windows", "x86", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.13.12%2B20260303-i686-pc-windows-msvc-install_only_stripped.tar.gz";,
-            "eb8c0733331f25eeb9dcd1c730b7cfe0e5d881689fe089b7c3d02d3d5412235f",
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.13.12%2B20260325-i686-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz";,
+            "ddb8e8efd2db9b6a3e84b52ec4bf1a867dcbb0c997aee6645089032b4e68c3b9",
+        ),
+        ("macos", "x86_64", False): (
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.13.12%2B20260325-x86_64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst";,
+            "7dcd271d7839e79cf356c5762e1cb3227fcbc0e098d282d15a4859561bdcfe25",
         ),
         ("macos", "x86_64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.13.12%2B20260303-x86_64-apple-darwin-install_only_stripped.tar.gz";,
-            "ca97cdd8338716dac48204f1b33e51ec4f072eeeb91cecdb9ea3bfecae1c538a",
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.13.12%2B20260325-x86_64-apple-darwin-freethreaded-install_only_stripped.tar.gz";,
+            "410e2f6c5e0839a85ad8755233900653ccb6216adeb6359f0eb42f99fd512f73",
+        ),
+        ("windows", "x86_64", False): (
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.13.12%2B20260325-x86_64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst";,
+            "465d88c0089029b2f7cd10a6bbd3301cd59a5b5afa706324663bf4d2cdfa9dba",
         ),
         ("windows", "x86_64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.13.12%2B20260303-x86_64-pc-windows-msvc-install_only_stripped.tar.gz";,
-            "eb1e212b97b001efc1281bb01fd26ca1ecdfe9ef2875b52c58d39e9719ab75df",
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.13.12%2B20260325-x86_64-pc-windows-msvc-freethreaded-install_only_stripped.tar.gz";,
+            "11908dd1f06dc0f028d1883359441d8f03f3ab89d06515b7fcc1e36d46c8915b",
+        ),
+        ("linux", "x86_64", False): (
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.13.12%2B20260325-x86_64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst";,
+            "ac693b4f206954a0bda91177be3e05236df7ccf985d77995b2ba8159cac0c358",
         ),
         ("linux", "x86_64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.13.12%2B20260303-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz";,
-            "4ecfaffe0db6d4363c2bca7a40f017c56fdad1f399d6218b7ddc1f47f071ffc6",
+            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260325/cpython-3.13.12%2B20260325-x86_64-unknown-linux-gnu-freethreaded-install_only_stripped.tar.gz";,
+            "54311b3a8f23452247551e7cb3329061cd2f3a4cb09104ad2e4d121bdd97826b",
         ),
     },
     PythonVersion("cpython", 3, 13, 11, True): {
@@ -985,60 +1097,60 @@
     },
     PythonVersion("cpython", 3, 12, 13, False): {
         ("macos", "aarch64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.12.13%2B20260303-aarch64-apple-darwin-pgo%2Blto-full.tar.zst";,
-            "322f857e0d14dced4be7696f90bcbf15e86b7e4766d849cb4b36350a8e448a0d",
+            
"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",
         ),
         ("macos", "aarch64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.12.13%2B20260303-aarch64-apple-darwin-install_only_stripped.tar.gz";,
-            "377234f346fce41b6d3112b5ead89cb6af2d5596244f9edc1a739065770dde1f",
+            
"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",
         ),
         ("windows", "aarch64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.12.13%2B20260303-aarch64-pc-windows-msvc-install_only_stripped.tar.gz";,
-            "27855a3b97c507d64b91b1380d67354b9a0a2eebff13ca70a325f3e9f819ed97",
+            
"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",
         ),
         ("windows", "aarch64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.12.13%2B20260303-aarch64-pc-windows-msvc-pgo-full.tar.zst";,
-            "3b12a3e2bdf84a620706fc526aca21d23ef4c1606786621763773b51a34b03a4",
+            
"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",
         ),
         ("linux", "aarch64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.12.13%2B20260303-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst";,
-            "97c7845063a883c629f4b86f3ae248356bcbddf9cefa9cb3310d243c3fc55ffe",
+            
"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",
         ),
         ("linux", "aarch64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.12.13%2B20260303-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz";,
-            "9e0349ac08f40e33151bb9693de762101541f07633dea61dbaca17d03290cb58",
+            
"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",
         ),
         ("windows", "x86", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.12.13%2B20260303-i686-pc-windows-msvc-install_only_stripped.tar.gz";,
-            "fc8496f3e7778e65ed72f0063e738e2d81aeefa4b6fa017a8f327f954390937d",
+            
"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",
         ),
         ("windows", "x86", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.12.13%2B20260303-i686-pc-windows-msvc-pgo-full.tar.zst";,
-            "9487457b9ba3b48f7c8c2ccb9a832c83489e16a39e941152419300369bd34a15",
+            
"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",
         ),
         ("macos", "x86_64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.12.13%2B20260303-x86_64-apple-darwin-pgo%2Blto-full.tar.zst";,
-            "f40db64c8d915613894e42b04fadd2a9018ce6d0ea9b41f9b43d083937c1029c",
+            
"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",
         ),
         ("macos", "x86_64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.12.13%2B20260303-x86_64-apple-darwin-install_only_stripped.tar.gz";,
-            "b7ad42eef6a5729af319ba8a89eedd155e4d7c2a9884beff174a4c13e1286e68",
+            
"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",
         ),
         ("windows", "x86_64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.12.13%2B20260303-x86_64-pc-windows-msvc-install_only_stripped.tar.gz";,
-            "10b7a95b928e551fc78cac665999e1ae1f08fb738b255adb0a8d3b9c2824a9c0",
+            
"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",
         ),
         ("windows", "x86_64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.12.13%2B20260303-x86_64-pc-windows-msvc-pgo-full.tar.zst";,
-            "1a7475b09e16516fc52b23705e7f3d2c2cbdcf99ca6d54d0372f4a3614cd3b44",
+            
"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",
         ),
         ("linux", "x86_64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.12.13%2B20260303-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst";,
-            "87b11fa3a08490c35dc47aaecedab61e0c4c29011d7b3b584eb2157fdf9502ca",
+            
"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",
         ),
         ("linux", "x86_64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.12.13%2B20260303-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz";,
-            "c710dd6b63e4df92f4c5b7b29ccad4276226a024a9017d5018f15321c7854af4",
+            
"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",
         ),
     },
     PythonVersion("cpython", 3, 12, 12, False): {
@@ -1709,60 +1821,60 @@
     },
     PythonVersion("cpython", 3, 11, 15, False): {
         ("macos", "aarch64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.11.15%2B20260303-aarch64-apple-darwin-pgo%2Blto-full.tar.zst";,
-            "5f2aa1195f990a7ce6a121764894360017bdb4464e63e9120d87688c24dd7b30",
+            
"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",
         ),
         ("macos", "aarch64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.11.15%2B20260303-aarch64-apple-darwin-install_only_stripped.tar.gz";,
-            "3ac3262428d899422dcf07ec0c69f8c99abc78ba36b497ffcb0f981d28ae0136",
+            
"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",
         ),
         ("windows", "aarch64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.11.15%2B20260303-aarch64-pc-windows-msvc-install_only_stripped.tar.gz";,
-            "89ec5ed4caa2170ce06c5c91d55b7e035d70020bc89d8fbd00e6a42b78c70284",
+            
"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",
         ),
         ("windows", "aarch64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.11.15%2B20260303-aarch64-pc-windows-msvc-pgo-full.tar.zst";,
-            "c686f3eefed0f11ee403c574c8d703258be8c255ab735a330b08c6a8c13dd6a3",
+            
"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",
         ),
         ("linux", "aarch64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.11.15%2B20260303-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst";,
-            "8a61c9e678304f0fd248b3945ed9e37346335b20a38c7f2bef00f42e48f9f14f",
+            
"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",
         ),
         ("linux", "aarch64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.11.15%2B20260303-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz";,
-            "113bda2f964720c7067afc1c81f166d0524600cfe26cda46ff0df8c1988259c9",
+            
"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",
         ),
         ("windows", "x86", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.11.15%2B20260303-i686-pc-windows-msvc-install_only_stripped.tar.gz";,
-            "30a4755ea3290e37b1ff8c146c4675031ec92aec2f722ea48c8f71ac3be91b70",
+            
"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",
         ),
         ("windows", "x86", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.11.15%2B20260303-i686-pc-windows-msvc-pgo-full.tar.zst";,
-            "b43dafc890fafa4bea120a49d5d617084ed2030bfbf089bc6096c155b2173286",
+            
"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",
         ),
         ("macos", "x86_64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.11.15%2B20260303-x86_64-apple-darwin-pgo%2Blto-full.tar.zst";,
-            "c331d90fee55cd3f13c174110748e232b613ba22c159cbb48198b2a51d275d20",
+            
"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",
         ),
         ("macos", "x86_64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.11.15%2B20260303-x86_64-apple-darwin-install_only_stripped.tar.gz";,
-            "9038d161defcbedc0b723fa48f60890057d18a89167609d594299432f2e059f1",
+            
"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",
         ),
         ("windows", "x86_64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.11.15%2B20260303-x86_64-pc-windows-msvc-install_only_stripped.tar.gz";,
-            "05272c1b0dce6ac310ec821872391da642a91278a33d0472df8bf57390e48239",
+            
"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",
         ),
         ("windows", "x86_64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.11.15%2B20260303-x86_64-pc-windows-msvc-pgo-full.tar.zst";,
-            "b6bc83d187cb652cc7848fbfcf40d6584e42562d948b82d676fb4bd68ec9b7d1",
+            
"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",
         ),
         ("linux", "x86_64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.11.15%2B20260303-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst";,
-            "9769b84eb95c0d711b825ad1359209917ec9e357b1ac80dd2a39871e78bb5cd4",
+            
"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",
         ),
         ("linux", "x86_64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.11.15%2B20260303-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz";,
-            "bf1f2b630fed4b65b8fbee7971e7e50b36df3de506c7c5ae32aa3373651c4403",
+            
"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",
         ),
     },
     PythonVersion("cpython", 3, 11, 14, False): {
@@ -2465,52 +2577,52 @@
     },
     PythonVersion("cpython", 3, 10, 20, False): {
         ("macos", "aarch64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.10.20%2B20260303-aarch64-apple-darwin-pgo%2Blto-full.tar.zst";,
-            "55f62c3a367429268294a422a6adef607b8dec7fd5bd4f3bde3b1dcd9611996a",
+            
"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",
         ),
         ("macos", "aarch64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.10.20%2B20260303-aarch64-apple-darwin-install_only_stripped.tar.gz";,
-            "853c7e10306b21e85a64656351070ec8004f8382a825439e04fc6a0c1275f9e4",
+            
"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",
         ),
         ("linux", "aarch64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.10.20%2B20260303-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst";,
-            "0ca907342feb2a9d71c16c45a2bd31bd0da244ed33afd37e12bc0ea8a2be40db",
+            
"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",
         ),
         ("linux", "aarch64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.10.20%2B20260303-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz";,
-            "72375d05ab7e43182adda8d93a48c141e5eea1101277db3a20b9aedc3deba6a2",
+            
"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",
         ),
         ("windows", "x86", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.10.20%2B20260303-i686-pc-windows-msvc-install_only_stripped.tar.gz";,
-            "4136dccd273eedac8cb2be7a955321b468d085fc1748837274a52d1602983747",
+            
"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",
         ),
         ("windows", "x86", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.10.20%2B20260303-i686-pc-windows-msvc-pgo-full.tar.zst";,
-            "da0466fc24876fb3ffe7d3f8e3f05d8668be70b76c8e4e6ae6cecfdb6afbdf8e",
+            
"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",
         ),
         ("macos", "x86_64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.10.20%2B20260303-x86_64-apple-darwin-pgo%2Blto-full.tar.zst";,
-            "9b14d3de1c9df34adfd45c62aee42283023b9fb1603bb5748311727c44461945",
+            
"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",
         ),
         ("macos", "x86_64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.10.20%2B20260303-x86_64-apple-darwin-install_only_stripped.tar.gz";,
-            "4aeaa5f794095dd4e854a4cfeec94dec13f317a196620880193ddcd069d05c7a",
+            
"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",
         ),
         ("windows", "x86_64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.10.20%2B20260303-x86_64-pc-windows-msvc-install_only_stripped.tar.gz";,
-            "738f9a7f046405947748558acf7c24a087baf7a7cb68bf791d240c8c942ba2a0",
+            
"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",
         ),
         ("windows", "x86_64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.10.20%2B20260303-x86_64-pc-windows-msvc-pgo-full.tar.zst";,
-            "9c1ea23f00b7d3cbd8d9b2543be39f0be248ec410e5aa0239e21d3b7f0979232",
+            
"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",
         ),
         ("linux", "x86_64", False): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.10.20%2B20260303-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst";,
-            "741e6cd216b09c6c7666cd902d140a55ffeef7229941a83fda14d41c8975cbce",
+            
"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",
         ),
         ("linux", "x86_64", True): (
-            
"https://github.com/astral-sh/python-build-standalone/releases/download/20260303/cpython-3.10.20%2B20260303-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz";,
-            "19a592cd6a9f82fecd7bcab853550b28b3e1294a1983209cfd40721dd5275e51",
+            
"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",
         ),
     },
     PythonVersion("cpython", 3, 10, 19, False): {
@@ -5379,6 +5491,32 @@
             None,
         )
     },
+    PythonVersion("pypy", 3, 11, 15, False): {
+        ("linux", "aarch64", True): (
+            
"https://downloads.python.org/pypy/pypy3.11-v7.3.21-aarch64.tar.bz2";,
+            "6141f5c64dd96faf87e0a3f7f362521eadd26d5e3f851f90fc386a72208f8c18",
+        ),
+        ("linux", "x86", True): (
+            
"https://downloads.python.org/pypy/pypy3.11-v7.3.21-linux32.tar.bz2";,
+            "0c449ff3f20589e331f163807a0200a9bf5dd375c95f513a0f60bf7524795f02",
+        ),
+        ("linux", "x86_64", True): (
+            
"https://downloads.python.org/pypy/pypy3.11-v7.3.21-linux64.tar.bz2";,
+            "43f27af8ee6673932493f2696ab407321cbf79dbed94c03d8b39e603f8f5f765",
+        ),
+        ("macos", "x86_64", True): (
+            
"https://downloads.python.org/pypy/pypy3.11-v7.3.21-macos_x86_64.tar.bz2";,
+            "60dfb37dda85d548cd6a4d7bdb12ff26e19162042001b741fd9b6a8ecee802a6",
+        ),
+        ("macos", "aarch64", True): (
+            
"https://downloads.python.org/pypy/pypy3.11-v7.3.21-macos_arm64.tar.bz2";,
+            "a43f97ff9f6016aac09ee75eb626d806e8ad865608e7d8bc4d3c2fc37c2b4799",
+        ),
+        ("windows", "x86_64", True): (
+            "https://downloads.python.org/pypy/pypy3.11-v7.3.21-win64.zip";,
+            "a1a2b069533b838f465157025e58933199f311f5f3f58549ccaf9872ee90fa53",
+        ),
+    },
     PythonVersion("pypy", 3, 11, 13, False): {
         ("linux", "aarch64", True): (
             
"https://downloads.python.org/pypy/pypy3.11-v7.3.20-aarch64.tar.bz2";,

Reply via email to