pbs-installer 2025.7.8__tar.gz → 2025.7.23__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pbs_installer-2025.7.8 → pbs_installer-2025.7.23}/PKG-INFO +1 -1
- {pbs_installer-2025.7.8 → pbs_installer-2025.7.23}/pyproject.toml +1 -1
- {pbs_installer-2025.7.8 → pbs_installer-2025.7.23}/src/pbs_installer/_versions.py +138 -138
- {pbs_installer-2025.7.8 → pbs_installer-2025.7.23}/LICENSE +0 -0
- {pbs_installer-2025.7.8 → pbs_installer-2025.7.23}/README.md +0 -0
- {pbs_installer-2025.7.8 → pbs_installer-2025.7.23}/src/pbs_installer/__init__.py +0 -0
- {pbs_installer-2025.7.8 → pbs_installer-2025.7.23}/src/pbs_installer/__main__.py +0 -0
- {pbs_installer-2025.7.8 → pbs_installer-2025.7.23}/src/pbs_installer/_install.py +0 -0
- {pbs_installer-2025.7.8 → pbs_installer-2025.7.23}/src/pbs_installer/_utils.py +0 -0
- {pbs_installer-2025.7.8 → pbs_installer-2025.7.23}/src/pbs_installer/py.typed +0 -0
- {pbs_installer-2025.7.8 → pbs_installer-2025.7.23}/tests/__init__.py +0 -0
|
@@ -5,62 +5,62 @@ from ._utils import PythonVersion
|
|
|
5
5
|
PYTHON_VERSIONS: dict[PythonVersion, dict[tuple[str, str, bool], tuple[str, str | None]]] = {
|
|
6
6
|
PythonVersion("cpython", 3, 13, 5, True): {
|
|
7
7
|
("macos", "aarch64", False): (
|
|
8
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
9
|
-
"
|
|
8
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.13.5%2B20250723-aarch64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
|
|
9
|
+
"e6866eaa226227ff64ac0b200d6cda2c1efca3ef25c9950ee11725d22d73fff7",
|
|
10
10
|
),
|
|
11
11
|
("windows", "aarch64", False): (
|
|
12
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
13
|
-
"
|
|
12
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.13.5%2B20250723-aarch64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
|
|
13
|
+
"cc39b7f33e78c737071935d551660d795ac6a2e27101b61b527174b853f8119a",
|
|
14
14
|
),
|
|
15
15
|
("linux", "aarch64", False): (
|
|
16
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
17
|
-
"
|
|
16
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.13.5%2B20250723-aarch64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
|
|
17
|
+
"66c221e2f846e75a9191534a4228063047178ddbf808be5df25dbac6d823598a",
|
|
18
18
|
),
|
|
19
19
|
("windows", "x86", False): (
|
|
20
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
21
|
-
"
|
|
20
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.13.5%2B20250723-i686-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
|
|
21
|
+
"6dc326d094e9c1f35c5c30fcdf2f4d7e549ab958992969d556fbd8168b7e4ee3",
|
|
22
22
|
),
|
|
23
23
|
("macos", "x86_64", False): (
|
|
24
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
25
|
-
"
|
|
24
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.13.5%2B20250723-x86_64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
|
|
25
|
+
"606bcff8b3eadaa4d328b700ad2c3e4d44924b24eb833a85b23d7e425735fc1b",
|
|
26
26
|
),
|
|
27
27
|
("windows", "x86_64", False): (
|
|
28
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
29
|
-
"
|
|
28
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.13.5%2B20250723-x86_64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
|
|
29
|
+
"6881d375ea3936f9d47fa6c36a7f8d3b53eac36e5dc78da110f646d8aaef86d0",
|
|
30
30
|
),
|
|
31
31
|
("linux", "x86_64", False): (
|
|
32
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
33
|
-
"
|
|
32
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.13.5%2B20250723-x86_64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
|
|
33
|
+
"f79ae7403bcfb36a1e7123707a4513e084f84a9e85a0e24186936a6e95e4f661",
|
|
34
34
|
),
|
|
35
35
|
},
|
|
36
36
|
PythonVersion("cpython", 3, 13, 5, False): {
|
|
37
37
|
("macos", "aarch64", True): (
|
|
38
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
39
|
-
"
|
|
38
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.13.5%2B20250723-aarch64-apple-darwin-install_only.tar.gz",
|
|
39
|
+
"734c2f197cf2464d18308458c32679f38f22f31a911f86193e0f04dd56400f33",
|
|
40
40
|
),
|
|
41
41
|
("windows", "aarch64", True): (
|
|
42
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
43
|
-
"
|
|
42
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.13.5%2B20250723-aarch64-pc-windows-msvc-install_only.tar.gz",
|
|
43
|
+
"4c2a578f472ec4bb34289b4afc5b930f97224b8cb351c9fa3722b8d736895ca3",
|
|
44
44
|
),
|
|
45
45
|
("linux", "aarch64", True): (
|
|
46
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
47
|
-
"
|
|
46
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.13.5%2B20250723-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
47
|
+
"a6f558daf7d4e0e7017ad827a4f6bcc9e8fc4be0e42ddbbb3d13540c7a58d829",
|
|
48
48
|
),
|
|
49
49
|
("windows", "x86", True): (
|
|
50
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
51
|
-
"
|
|
50
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.13.5%2B20250723-i686-pc-windows-msvc-install_only.tar.gz",
|
|
51
|
+
"6b88a3fb9db65244609818234e447812be524b096902c7225c47f83fee97a56c",
|
|
52
52
|
),
|
|
53
53
|
("macos", "x86_64", True): (
|
|
54
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
55
|
-
"
|
|
54
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.13.5%2B20250723-x86_64-apple-darwin-install_only.tar.gz",
|
|
55
|
+
"6b508822f5238451a5dcc52f07310b74aaa701ed963bba923cc7f4d24010cc21",
|
|
56
56
|
),
|
|
57
57
|
("windows", "x86_64", True): (
|
|
58
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
59
|
-
"
|
|
58
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.13.5%2B20250723-x86_64-pc-windows-msvc-install_only.tar.gz",
|
|
59
|
+
"191aaa9c725afad7570d24940268038823df7d14e0afbd25d1e23af0b99190a7",
|
|
60
60
|
),
|
|
61
61
|
("linux", "x86_64", True): (
|
|
62
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
63
|
-
"
|
|
62
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.13.5%2B20250723-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
63
|
+
"56bf8099cfcc3aac8dadcf2be53c48e5998d74cf5da600691dbf16be3f0b8f76",
|
|
64
64
|
),
|
|
65
65
|
},
|
|
66
66
|
PythonVersion("cpython", 3, 13, 4, True): {
|
|
@@ -325,60 +325,60 @@ PYTHON_VERSIONS: dict[PythonVersion, dict[tuple[str, str, bool], tuple[str, str
|
|
|
325
325
|
},
|
|
326
326
|
PythonVersion("cpython", 3, 12, 11, False): {
|
|
327
327
|
("macos", "aarch64", False): (
|
|
328
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
329
|
-
"
|
|
328
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.12.11%2B20250723-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
329
|
+
"03f26b105443c70e594c2eebf2439a07d04a23543bf1016ac819b6a021e501a2",
|
|
330
330
|
),
|
|
331
331
|
("macos", "aarch64", True): (
|
|
332
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
333
|
-
"
|
|
332
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.12.11%2B20250723-aarch64-apple-darwin-install_only.tar.gz",
|
|
333
|
+
"141272e6c6ae945b61fcf4073b7419451f8227187b3667b01ea9ec8993e0d7e9",
|
|
334
334
|
),
|
|
335
335
|
("windows", "aarch64", True): (
|
|
336
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
337
|
-
"
|
|
336
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.12.11%2B20250723-aarch64-pc-windows-msvc-install_only.tar.gz",
|
|
337
|
+
"3a7965165a8eabd1eebdbe6427ef9d2580fe41cdac5eb0930527ddea280f5414",
|
|
338
338
|
),
|
|
339
339
|
("windows", "aarch64", False): (
|
|
340
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
341
|
-
"
|
|
340
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.12.11%2B20250723-aarch64-pc-windows-msvc-pgo-full.tar.zst",
|
|
341
|
+
"df5799323ffaaa710e7e780a0f3d873d0471ef2ddc5826b4a96a8c8af9406c09",
|
|
342
342
|
),
|
|
343
343
|
("linux", "aarch64", False): (
|
|
344
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
345
|
-
"
|
|
344
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.12.11%2B20250723-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
|
|
345
|
+
"cf9010cae4a4d70231635608be17e91c8afe367c161582e997415ecd5048b2da",
|
|
346
346
|
),
|
|
347
347
|
("linux", "aarch64", True): (
|
|
348
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
349
|
-
"
|
|
348
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.12.11%2B20250723-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
349
|
+
"6344f857fab8453423cf0471a9bd1e74393947c9e3d59919d78eebc4c7eb8590",
|
|
350
350
|
),
|
|
351
351
|
("windows", "x86", True): (
|
|
352
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
353
|
-
"
|
|
352
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.12.11%2B20250723-i686-pc-windows-msvc-install_only.tar.gz",
|
|
353
|
+
"040732834d4008ee5faa0684b8dbe56b83436c510b2e2d887e2fbdd7c53b24a4",
|
|
354
354
|
),
|
|
355
355
|
("windows", "x86", False): (
|
|
356
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
357
|
-
"
|
|
356
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.12.11%2B20250723-i686-pc-windows-msvc-pgo-full.tar.zst",
|
|
357
|
+
"a2edf0829b623373591a93626c60c37c83871f0581a7b20fef6c483c604841d9",
|
|
358
358
|
),
|
|
359
359
|
("macos", "x86_64", False): (
|
|
360
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
361
|
-
"
|
|
360
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.12.11%2B20250723-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
361
|
+
"b56c3afcc6da4267b7856c96fcac712621a086c74cb33db01ec4776fe5f35446",
|
|
362
362
|
),
|
|
363
363
|
("macos", "x86_64", True): (
|
|
364
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
365
|
-
"
|
|
364
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.12.11%2B20250723-x86_64-apple-darwin-install_only.tar.gz",
|
|
365
|
+
"1f152ee0dcc6ac5db93e39d74f0c50e319863d65fea0aab04e2e1b3f49b87f5f",
|
|
366
366
|
),
|
|
367
367
|
("windows", "x86_64", True): (
|
|
368
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
369
|
-
"
|
|
368
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.12.11%2B20250723-x86_64-pc-windows-msvc-install_only.tar.gz",
|
|
369
|
+
"14be5b19f1004d65fb1e9fe9152a857af7d36c7f471dd5e2c10bf7f58f6c1838",
|
|
370
370
|
),
|
|
371
371
|
("windows", "x86_64", False): (
|
|
372
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
373
|
-
"
|
|
372
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.12.11%2B20250723-x86_64-pc-windows-msvc-pgo-full.tar.zst",
|
|
373
|
+
"2f5a309b2e028f9d011e9942926ba7826bbed0413d1a6116e005b30674588aaf",
|
|
374
374
|
),
|
|
375
375
|
("linux", "x86_64", False): (
|
|
376
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
377
|
-
"
|
|
376
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.12.11%2B20250723-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
|
|
377
|
+
"adfc2112a758e446858891b425084cbddcf21085a1847dd0f5ec6077c781d3ef",
|
|
378
378
|
),
|
|
379
379
|
("linux", "x86_64", True): (
|
|
380
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
381
|
-
"
|
|
380
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.12.11%2B20250723-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
381
|
+
"e5e828ba2c1a55400cdb07ff5f052908c46d5deb4f62d8b5825f8c24aeffcccb",
|
|
382
382
|
),
|
|
383
383
|
},
|
|
384
384
|
PythonVersion("cpython", 3, 12, 10, False): {
|
|
@@ -932,61 +932,61 @@ PYTHON_VERSIONS: dict[PythonVersion, dict[tuple[str, str, bool], tuple[str, str
|
|
|
932
932
|
),
|
|
933
933
|
},
|
|
934
934
|
PythonVersion("cpython", 3, 11, 13, False): {
|
|
935
|
-
("macos", "aarch64", False): (
|
|
936
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20250708/cpython-3.11.13%2B20250708-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
937
|
-
"24037a362185ffff0bac2d27a55dd71829a129f4ac0148698b68b436741a0d98",
|
|
938
|
-
),
|
|
939
935
|
("macos", "aarch64", True): (
|
|
940
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
941
|
-
"
|
|
936
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.11.13%2B20250723-aarch64-apple-darwin-install_only.tar.gz",
|
|
937
|
+
"2e68e228469a2f006a4f68e07e17ce251338ccdb848340152f3473d0eb158489",
|
|
938
|
+
),
|
|
939
|
+
("macos", "aarch64", False): (
|
|
940
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.11.13%2B20250723-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
941
|
+
"40f004882e5bb7ec5796120aee869d7ec05e9302c4b322482a7815c6b1580e12",
|
|
942
942
|
),
|
|
943
943
|
("windows", "aarch64", True): (
|
|
944
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
945
|
-
"
|
|
944
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.11.13%2B20250723-aarch64-pc-windows-msvc-install_only.tar.gz",
|
|
945
|
+
"db65e52576dc50344c3f78045dce0d650a1bfe003ba802ae44ad0c2b6b75faa1",
|
|
946
946
|
),
|
|
947
947
|
("windows", "aarch64", False): (
|
|
948
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
949
|
-
"
|
|
948
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.11.13%2B20250723-aarch64-pc-windows-msvc-pgo-full.tar.zst",
|
|
949
|
+
"139140df3a3158d1aa9ceb9e509e9b58942c505d420b358e7db89d530113210f",
|
|
950
950
|
),
|
|
951
951
|
("linux", "aarch64", False): (
|
|
952
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
953
|
-
"
|
|
952
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.11.13%2B20250723-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
|
|
953
|
+
"6b65a93bf05ca9c54ace6e08f048a0c3e1d31a6d6336372b6167bcc2f776dfe5",
|
|
954
954
|
),
|
|
955
955
|
("linux", "aarch64", True): (
|
|
956
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
957
|
-
"
|
|
956
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.11.13%2B20250723-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
957
|
+
"8d1addbd90e9a7c48fc23151834c4af4c64f77a94e9a35ca17b09d484d9208af",
|
|
958
958
|
),
|
|
959
959
|
("windows", "x86", True): (
|
|
960
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
961
|
-
"
|
|
960
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.11.13%2B20250723-i686-pc-windows-msvc-install_only.tar.gz",
|
|
961
|
+
"baa79ec704733c935ca75182f2c54709fd5b8eaaa1fb1c65e13f7b970aba5bd1",
|
|
962
962
|
),
|
|
963
963
|
("windows", "x86", False): (
|
|
964
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
965
|
-
"
|
|
964
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.11.13%2B20250723-i686-pc-windows-msvc-pgo-full.tar.zst",
|
|
965
|
+
"8691e9417497ae05fc06c7d886898570a33afcdeef722e84077bc2194018194f",
|
|
966
966
|
),
|
|
967
967
|
("macos", "x86_64", False): (
|
|
968
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
969
|
-
"
|
|
968
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.11.13%2B20250723-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
969
|
+
"f826f6a697516df1c1ef101e61c40f8117d9def0f93039eb16e4c795592ea003",
|
|
970
970
|
),
|
|
971
971
|
("macos", "x86_64", True): (
|
|
972
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
973
|
-
"
|
|
972
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.11.13%2B20250723-x86_64-apple-darwin-install_only.tar.gz",
|
|
973
|
+
"c27ec8d445a806496d9204d84e781d0ef81d7abbad4a49676a38b140f7a0515a",
|
|
974
974
|
),
|
|
975
975
|
("windows", "x86_64", True): (
|
|
976
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
977
|
-
"
|
|
976
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.11.13%2B20250723-x86_64-pc-windows-msvc-install_only.tar.gz",
|
|
977
|
+
"d6b1931efac5b75daca11563f88f22a3791437c6424f0300cc2c37ad78512e1c",
|
|
978
978
|
),
|
|
979
979
|
("windows", "x86_64", False): (
|
|
980
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
981
|
-
"
|
|
980
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.11.13%2B20250723-x86_64-pc-windows-msvc-pgo-full.tar.zst",
|
|
981
|
+
"f2b09b3c96636d1e3e23a9be8f0db8cd791cb242c30c494aede2e5697838c47e",
|
|
982
982
|
),
|
|
983
983
|
("linux", "x86_64", False): (
|
|
984
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
985
|
-
"
|
|
984
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.11.13%2B20250723-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
|
|
985
|
+
"8cc2a9d3e4e7365a4378a7927e6cddf9ab4ceb55773f22da252d454b3ad626e6",
|
|
986
986
|
),
|
|
987
987
|
("linux", "x86_64", True): (
|
|
988
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
989
|
-
"
|
|
988
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.11.13%2B20250723-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
989
|
+
"71c0eb7f5025e2cde7a473b724e2959041fdba243ea58bea71ea2e3455107ea2",
|
|
990
990
|
),
|
|
991
991
|
},
|
|
992
992
|
PythonVersion("cpython", 3, 11, 12, False): {
|
|
@@ -1572,53 +1572,53 @@ PYTHON_VERSIONS: dict[PythonVersion, dict[tuple[str, str, bool], tuple[str, str
|
|
|
1572
1572
|
),
|
|
1573
1573
|
},
|
|
1574
1574
|
PythonVersion("cpython", 3, 10, 18, False): {
|
|
1575
|
-
("macos", "aarch64", True): (
|
|
1576
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20250708/cpython-3.10.18%2B20250708-aarch64-apple-darwin-install_only_stripped.tar.gz",
|
|
1577
|
-
"5076f23af532e6225b85106393a092c1e43c67605f5038a2687efe2608e999b0",
|
|
1578
|
-
),
|
|
1579
|
-
("linux", "aarch64", False): (
|
|
1580
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20250708/cpython-3.10.18%2B20250708-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
|
|
1581
|
-
"6fdffb06a411455ceddaef8d9ce28e9e2d724bff9d0a9121f3f65ba3fa7abb1c",
|
|
1582
|
-
),
|
|
1583
1575
|
("linux", "aarch64", True): (
|
|
1584
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
1585
|
-
"
|
|
1576
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.10.18%2B20250723-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz",
|
|
1577
|
+
"f2df9f0cfdaa36197d5ec73aa36c3b74fab9d6aee8c12e374e02b04789109fbd",
|
|
1586
1578
|
),
|
|
1587
1579
|
("macos", "aarch64", False): (
|
|
1588
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
1589
|
-
"
|
|
1580
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.10.18%2B20250723-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
1581
|
+
"9c5a6b35d1b3c59f004d01df89091b6398869071a76dce526a3fe92714150ae1",
|
|
1582
|
+
),
|
|
1583
|
+
("linux", "aarch64", False): (
|
|
1584
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.10.18%2B20250723-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
|
|
1585
|
+
"d2c5dd469df686ed66839bb4780dfb12dd4c33d09f22ef0ee7c951dd1fd5d3ba",
|
|
1586
|
+
),
|
|
1587
|
+
("macos", "aarch64", True): (
|
|
1588
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.10.18%2B20250723-aarch64-apple-darwin-install_only.tar.gz",
|
|
1589
|
+
"11ff3525bf15fd5ad8aec7a00fd3c6351e44d7ff0d35d43ac9cbdd57c865b19c",
|
|
1590
1590
|
),
|
|
1591
1591
|
("windows", "x86", True): (
|
|
1592
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
1593
|
-
"
|
|
1592
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.10.18%2B20250723-i686-pc-windows-msvc-install_only.tar.gz",
|
|
1593
|
+
"0b2674627c939ac9d333eccb15f08cae5ff25fca1b37c6a7d38ff034f40d4155",
|
|
1594
1594
|
),
|
|
1595
1595
|
("windows", "x86", False): (
|
|
1596
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
1597
|
-
"
|
|
1596
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.10.18%2B20250723-i686-pc-windows-msvc-pgo-full.tar.zst",
|
|
1597
|
+
"b87fa95d9b5f23c694e04f8496feab83fb725e9af7cea097d850cf433d9600f0",
|
|
1598
1598
|
),
|
|
1599
1599
|
("macos", "x86_64", False): (
|
|
1600
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
1601
|
-
"
|
|
1600
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.10.18%2B20250723-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
1601
|
+
"71b48e895f145bad3fffac46d3ddd914f4b498b797c398c798c4e5a2c4cb0741",
|
|
1602
1602
|
),
|
|
1603
1603
|
("macos", "x86_64", True): (
|
|
1604
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
1605
|
-
"
|
|
1604
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.10.18%2B20250723-x86_64-apple-darwin-install_only.tar.gz",
|
|
1605
|
+
"22f56e0135be75e14e1508b8c9d144cce6766e46344a0d50a198757fca176f7d",
|
|
1606
1606
|
),
|
|
1607
1607
|
("windows", "x86_64", True): (
|
|
1608
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
1609
|
-
"
|
|
1608
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.10.18%2B20250723-x86_64-pc-windows-msvc-install_only.tar.gz",
|
|
1609
|
+
"5be6d80ea9d6aed69dfeb5ca3ff7e0ecb7976c5fc8525b183b0b1ef7d74fad1a",
|
|
1610
1610
|
),
|
|
1611
1611
|
("windows", "x86_64", False): (
|
|
1612
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
1613
|
-
"
|
|
1612
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.10.18%2B20250723-x86_64-pc-windows-msvc-pgo-full.tar.zst",
|
|
1613
|
+
"96e0fd7bb8360115eff03f8ca5ffe54b8667272a494d187702bab9e1b55d0db0",
|
|
1614
1614
|
),
|
|
1615
1615
|
("linux", "x86_64", False): (
|
|
1616
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
1617
|
-
"
|
|
1616
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.10.18%2B20250723-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
|
|
1617
|
+
"2252b2a4953a67a7fa20c070ae8e015c89a5951021444eda034bad1670e3abd8",
|
|
1618
1618
|
),
|
|
1619
1619
|
("linux", "x86_64", True): (
|
|
1620
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
1621
|
-
"
|
|
1620
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.10.18%2B20250723-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
1621
|
+
"3d725d40dbd4cabfc84fadeade3acc2fcacd9cd7caad7aeba5c3a195b45d6cc2",
|
|
1622
1622
|
),
|
|
1623
1623
|
},
|
|
1624
1624
|
PythonVersion("cpython", 3, 10, 17, False): {
|
|
@@ -2507,52 +2507,52 @@ PYTHON_VERSIONS: dict[PythonVersion, dict[tuple[str, str, bool], tuple[str, str
|
|
|
2507
2507
|
},
|
|
2508
2508
|
PythonVersion("cpython", 3, 9, 23, False): {
|
|
2509
2509
|
("macos", "aarch64", False): (
|
|
2510
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2511
|
-
"
|
|
2510
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.9.23%2B20250723-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
2511
|
+
"344790862ba71267f386c9275b4f4eccfcf10bbc8978567554806abd7fc76a4b",
|
|
2512
2512
|
),
|
|
2513
2513
|
("macos", "aarch64", True): (
|
|
2514
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2515
|
-
"
|
|
2514
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.9.23%2B20250723-aarch64-apple-darwin-install_only.tar.gz",
|
|
2515
|
+
"98c368cf68a05070b72021dabe990a74f8532ae8f84a505c89d07a76c577422a",
|
|
2516
2516
|
),
|
|
2517
2517
|
("linux", "aarch64", False): (
|
|
2518
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2519
|
-
"
|
|
2518
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.9.23%2B20250723-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
|
|
2519
|
+
"3a5811dba042fd923da2f7c1861315ed8e7275abf5e50e3864a6e43fb5eeedee",
|
|
2520
2520
|
),
|
|
2521
2521
|
("linux", "aarch64", True): (
|
|
2522
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2523
|
-
"
|
|
2522
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.9.23%2B20250723-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
2523
|
+
"c2e564c2c3043e08a3441cc0ac7a318c8e5283e5f3c261d1e97e5504563b2ba6",
|
|
2524
2524
|
),
|
|
2525
2525
|
("windows", "x86", True): (
|
|
2526
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2527
|
-
"
|
|
2526
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.9.23%2B20250723-i686-pc-windows-msvc-install_only.tar.gz",
|
|
2527
|
+
"a21f11cb08ea0cb01deb05ee84af9ba4f4687663985fe5eecd3304fa77758b23",
|
|
2528
2528
|
),
|
|
2529
2529
|
("windows", "x86", False): (
|
|
2530
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2531
|
-
"
|
|
2530
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.9.23%2B20250723-i686-pc-windows-msvc-pgo-full.tar.zst",
|
|
2531
|
+
"40a7a68c9a3f83fe76376565064303eb4740a6fd170227d9ec0725c41eb1babc",
|
|
2532
2532
|
),
|
|
2533
2533
|
("macos", "x86_64", False): (
|
|
2534
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2535
|
-
"
|
|
2534
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.9.23%2B20250723-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
2535
|
+
"f0097ca8f2cfab47624019ba14a3e9430d5991e70e25d9ec40fe28ee8b833979",
|
|
2536
2536
|
),
|
|
2537
2537
|
("macos", "x86_64", True): (
|
|
2538
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2539
|
-
"
|
|
2538
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.9.23%2B20250723-x86_64-apple-darwin-install_only.tar.gz",
|
|
2539
|
+
"a6e0b1440b3fd370f16855df1f2dc0bb5d9e534e1179ecd97dada2c0ff3cd4fd",
|
|
2540
2540
|
),
|
|
2541
2541
|
("windows", "x86_64", True): (
|
|
2542
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2543
|
-
"
|
|
2542
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.9.23%2B20250723-x86_64-pc-windows-msvc-install_only.tar.gz",
|
|
2543
|
+
"093ee21cdb8f9eaf4b6b80eeb7ea1487176336ca6b32c632d8dec3a4dca5c038",
|
|
2544
2544
|
),
|
|
2545
2545
|
("windows", "x86_64", False): (
|
|
2546
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2547
|
-
"
|
|
2546
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.9.23%2B20250723-x86_64-pc-windows-msvc-pgo-full.tar.zst",
|
|
2547
|
+
"dfa594a3eca87610640f84bdb2e1d7fb361f47e0e143ef2b4448bcea9dae7d9a",
|
|
2548
2548
|
),
|
|
2549
2549
|
("linux", "x86_64", False): (
|
|
2550
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2551
|
-
"
|
|
2550
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.9.23%2B20250723-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
|
|
2551
|
+
"190ce50585a8375ae51f42d0077a89aeabe4266f5efe4b74ef399c9e310a0ef0",
|
|
2552
2552
|
),
|
|
2553
2553
|
("linux", "x86_64", True): (
|
|
2554
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2555
|
-
"
|
|
2554
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250723/cpython-3.9.23%2B20250723-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz",
|
|
2555
|
+
"d7b9149e48776712fdcb314e0509d81277ba3d068fcf247d0ee8ad255896be42",
|
|
2556
2556
|
),
|
|
2557
2557
|
},
|
|
2558
2558
|
PythonVersion("cpython", 3, 9, 22, False): {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|