pbs-installer 2025.6.30__tar.gz → 2025.7.2__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.6.30 → pbs_installer-2025.7.2}/PKG-INFO +1 -1
- {pbs_installer-2025.6.30 → pbs_installer-2025.7.2}/pyproject.toml +1 -1
- {pbs_installer-2025.6.30 → pbs_installer-2025.7.2}/src/pbs_installer/_versions.py +136 -136
- {pbs_installer-2025.6.30 → pbs_installer-2025.7.2}/LICENSE +0 -0
- {pbs_installer-2025.6.30 → pbs_installer-2025.7.2}/README.md +0 -0
- {pbs_installer-2025.6.30 → pbs_installer-2025.7.2}/src/pbs_installer/__init__.py +0 -0
- {pbs_installer-2025.6.30 → pbs_installer-2025.7.2}/src/pbs_installer/__main__.py +0 -0
- {pbs_installer-2025.6.30 → pbs_installer-2025.7.2}/src/pbs_installer/_install.py +0 -0
- {pbs_installer-2025.6.30 → pbs_installer-2025.7.2}/src/pbs_installer/_utils.py +0 -0
- {pbs_installer-2025.6.30 → pbs_installer-2025.7.2}/src/pbs_installer/py.typed +0 -0
- {pbs_installer-2025.6.30 → pbs_installer-2025.7.2}/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/20250702/cpython-3.13.5%2B20250702-aarch64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
|
|
9
|
+
"52e582cc89d654c565297b4ff9c3bd4bed5c3e81cad46f41c62485e700faf8bd",
|
|
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/20250702/cpython-3.13.5%2B20250702-aarch64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
|
|
13
|
+
"97041594d903d6a1de1e55e9a3e5c613384aa7b900a93096f372732d9953f52a",
|
|
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/20250702/cpython-3.13.5%2B20250702-aarch64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
|
|
17
|
+
"461832e4fb5ec1d719dc40f6490f9a639414dfa6769158187fa85d4b424b57cd",
|
|
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/20250702/cpython-3.13.5%2B20250702-i686-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
|
|
21
|
+
"02d20b1521420ef84160c3a781928cdc49cd2e39b3850fb26f01e4e643b8379e",
|
|
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/20250702/cpython-3.13.5%2B20250702-x86_64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
|
|
25
|
+
"5aed6d5950514004149d514f81a1cd426ac549696a563b8e47d32f7eba3b4be3",
|
|
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/20250702/cpython-3.13.5%2B20250702-x86_64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
|
|
29
|
+
"39e19dcb823a2ed47d9510753a642ba468802f1c5e15771c6c22814f4acada94",
|
|
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/20250702/cpython-3.13.5%2B20250702-x86_64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
|
|
33
|
+
"f5eb29604c0b7afa2097fca094a06eb7a1f3ca4e194264c34f342739cae78202",
|
|
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/20250702/cpython-3.13.5%2B20250702-aarch64-apple-darwin-install_only.tar.gz",
|
|
39
|
+
"66577414e9f4b0caa116a8e15fa50306db91bce13d49278079bb22adaeefb1fa",
|
|
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/20250702/cpython-3.13.5%2B20250702-aarch64-pc-windows-msvc-install_only.tar.gz",
|
|
43
|
+
"f2de020035f125a47aee320f722b0ced19862ba1e1412392791cffa9cb174d0c",
|
|
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/20250702/cpython-3.13.5%2B20250702-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
47
|
+
"272a8817921856d7ac47f44c076fb62fbaf5649aa1d97b2d67a3a6adee969ff0",
|
|
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/20250702/cpython-3.13.5%2B20250702-i686-pc-windows-msvc-install_only.tar.gz",
|
|
51
|
+
"133c625ead235c81d340f586664f6b6695f286183bf56f91aa42c18fda507c2b",
|
|
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/20250702/cpython-3.13.5%2B20250702-x86_64-apple-darwin-install_only.tar.gz",
|
|
55
|
+
"0682afbb238b4762b8f5e383fe19cc52969c780871016c50d4cb7088a536167c",
|
|
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/20250702/cpython-3.13.5%2B20250702-x86_64-pc-windows-msvc-install_only.tar.gz",
|
|
59
|
+
"f11f915437250657019c71adb81ec523d2932c2c3ea4441b592aa3bdce0e7ef7",
|
|
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/20250702/cpython-3.13.5%2B20250702-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
63
|
+
"9f5d5260f333fcb5372ec681851d92ddac79a33362aa85626b6cc96ffe75eeef",
|
|
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/20250702/cpython-3.12.11%2B20250702-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
329
|
+
"f7255b3aaee04285e0a8b70d7fc6b855b0e4f8e87e8006cd1593fba2570b5796",
|
|
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/20250702/cpython-3.12.11%2B20250702-aarch64-apple-darwin-install_only.tar.gz",
|
|
333
|
+
"5f8e9480d0981268961e63729de1c9b037cabfe030949943be293f0d3e3e7703",
|
|
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/20250702/cpython-3.12.11%2B20250702-aarch64-pc-windows-msvc-install_only.tar.gz",
|
|
337
|
+
"4d3736640d8916da6d69060e90cad607903e4f1d8dc0f284fd475f04f312712e",
|
|
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/20250702/cpython-3.12.11%2B20250702-aarch64-pc-windows-msvc-pgo-full.tar.zst",
|
|
341
|
+
"1c1cdda35ca7fb2a19872dbc3565e9f7478a9808c15c45f362e550bcde6f262a",
|
|
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/20250702/cpython-3.12.11%2B20250702-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
|
|
345
|
+
"bc8729878c187f41d0692bded4f960cdd72ce0ec4df2e8d691470b2a2d601215",
|
|
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/20250702/cpython-3.12.11%2B20250702-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
349
|
+
"a63c9d7d712ca33e2fc57d9bf3ebf98c8f574f23b3eeeed44faf3b4b08d8a9b8",
|
|
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/20250702/cpython-3.12.11%2B20250702-i686-pc-windows-msvc-install_only.tar.gz",
|
|
353
|
+
"8640fd4066f90228be4f3cd778a762c9dcf69c04f78065255e6f1cbe78c8ff87",
|
|
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/20250702/cpython-3.12.11%2B20250702-i686-pc-windows-msvc-pgo-full.tar.zst",
|
|
357
|
+
"19e517f41e3a8e8bc82761c1d16aa62480ad06fc75b1354fcb84c60b4adba449",
|
|
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/20250702/cpython-3.12.11%2B20250702-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
361
|
+
"487837420ba1e09c43bfeb5bbfe6d87b2a964e35de1c173c89be0026447ed2b0",
|
|
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/20250702/cpython-3.12.11%2B20250702-x86_64-apple-darwin-install_only.tar.gz",
|
|
365
|
+
"f7a7a70fc7199cc37fd04bc1375b4cd7f44fb05128965e72b589fe112029cab8",
|
|
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/20250702/cpython-3.12.11%2B20250702-x86_64-pc-windows-msvc-install_only.tar.gz",
|
|
369
|
+
"19bdfa7362faf6869c376976e0296b597ce2d70e68ea7b357c6f68c79ad9aa9e",
|
|
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/20250702/cpython-3.12.11%2B20250702-x86_64-pc-windows-msvc-pgo-full.tar.zst",
|
|
373
|
+
"61bf6023d7d3ad5685a6b2381d69009d42301a67732cd2d88001f6ec4f85ccb3",
|
|
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/20250702/cpython-3.12.11%2B20250702-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
|
|
377
|
+
"055a28dd9bd5150ff82cea27379eab9f08d1ac4ee20dad61bfc19a114778d938",
|
|
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/20250702/cpython-3.12.11%2B20250702-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
381
|
+
"0919f8b5311765b4cf1342371724d7bf2a6eaf51f15f5cb2b9ad5fd0ee54271c",
|
|
382
382
|
),
|
|
383
383
|
},
|
|
384
384
|
PythonVersion("cpython", 3, 12, 10, False): {
|
|
@@ -933,60 +933,60 @@ PYTHON_VERSIONS: dict[PythonVersion, dict[tuple[str, str, bool], tuple[str, str
|
|
|
933
933
|
},
|
|
934
934
|
PythonVersion("cpython", 3, 11, 13, False): {
|
|
935
935
|
("macos", "aarch64", False): (
|
|
936
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
937
|
-
"
|
|
936
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250702/cpython-3.11.13%2B20250702-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
937
|
+
"00ae68a9f0d85cca970a0204834467102697935e413d06fa4cd11b181d1d83c3",
|
|
938
938
|
),
|
|
939
939
|
("macos", "aarch64", True): (
|
|
940
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
941
|
-
"
|
|
940
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250702/cpython-3.11.13%2B20250702-aarch64-apple-darwin-install_only.tar.gz",
|
|
941
|
+
"01167ac2c7336ff48a96e8dba30d92f29822a98e5ef27959178498b5a0de61da",
|
|
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/20250702/cpython-3.11.13%2B20250702-aarch64-pc-windows-msvc-install_only.tar.gz",
|
|
945
|
+
"ea81e436ac20b894f2070468f3323e69d4cb1a0e4e12bc14bb702a861f7a323d",
|
|
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/20250702/cpython-3.11.13%2B20250702-aarch64-pc-windows-msvc-pgo-full.tar.zst",
|
|
949
|
+
"687404e975919991b5f75c9874144a58309f04c728e6f8ee6c2296d742eee2b4",
|
|
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/20250702/cpython-3.11.13%2B20250702-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
|
|
953
|
+
"19c4bad922e3ae64ad63e6258805d21d5792f35c7cc848f5683405da8205aab5",
|
|
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/20250702/cpython-3.11.13%2B20250702-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
957
|
+
"42c99f013117255edcbe7a367694941f1ac096fd9e9a7d7c0d18d09551181930",
|
|
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/20250702/cpython-3.11.13%2B20250702-i686-pc-windows-msvc-install_only.tar.gz",
|
|
961
|
+
"3e69b32aef4254c90912ef0b629405538b35b0d11a1e78ba21ae4086012a4e47",
|
|
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/20250702/cpython-3.11.13%2B20250702-i686-pc-windows-msvc-pgo-full.tar.zst",
|
|
965
|
+
"9c7869c83f351db573a804682c7994a90a34819aaf2f2616cabbda9e1743b924",
|
|
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/20250702/cpython-3.11.13%2B20250702-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
969
|
+
"94d359babf44f4615cdb1c0961bbd079078a29ceb03c205d76b6d5056a7da604",
|
|
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/20250702/cpython-3.11.13%2B20250702-x86_64-apple-darwin-install_only.tar.gz",
|
|
973
|
+
"b5955f7a951f8aa8755b35a1b3175968fc2b4bff54b9edffc6225c791305c4e6",
|
|
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/20250702/cpython-3.11.13%2B20250702-x86_64-pc-windows-msvc-install_only_stripped.tar.gz",
|
|
977
|
+
"edb3eb9c646997de50b27932fdf10d8853614bdbd7d651c686459fc227776c1a",
|
|
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/20250702/cpython-3.11.13%2B20250702-x86_64-pc-windows-msvc-pgo-full.tar.zst",
|
|
981
|
+
"207126e252a3996c02f50c005a4b095445769fb20160165c7ed889f50b29e470",
|
|
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/20250702/cpython-3.11.13%2B20250702-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
|
|
985
|
+
"fbcca119b31f87f77df63abdad0dd4c0e37f45f8be3760bc7648e98c3d41dc25",
|
|
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/20250702/cpython-3.11.13%2B20250702-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
989
|
+
"e04944e70637f9d82022c9a41ae31de306b0d5bbd3fb64b9eb3261b8b5e0b30c",
|
|
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", False): (
|
|
1576
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20250630/cpython-3.10.18%2B20250630-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
1577
|
-
"014ab3f64b74aedf360c22257d1e9b66b3d933547ad73ff1572bdd02fb4f021b",
|
|
1578
|
-
),
|
|
1579
|
-
("macos", "aarch64", True): (
|
|
1580
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20250630/cpython-3.10.18%2B20250630-aarch64-apple-darwin-install_only.tar.gz",
|
|
1581
|
-
"24b38aecb52a67f98abac2137e3d532dc5e73303c66a9022c71e4931c72b9878",
|
|
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/20250702/cpython-3.10.18%2B20250702-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
1577
|
+
"b2d09fab0e4340621edb30c769be8b29dddc2776dad820298592eb6aa1970ec1",
|
|
1586
1578
|
),
|
|
1587
1579
|
("linux", "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/20250702/cpython-3.10.18%2B20250702-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
|
|
1581
|
+
"40377d7aa7c7153279012a638293be3e5fd534736b44d3287ab6df392a740205",
|
|
1582
|
+
),
|
|
1583
|
+
("macos", "aarch64", True): (
|
|
1584
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250702/cpython-3.10.18%2B20250702-aarch64-apple-darwin-install_only_stripped.tar.gz",
|
|
1585
|
+
"4ad4b0c3b60c14750fb8d0ad758829cd1a54df318dc6d83c239c279443bb854c",
|
|
1586
|
+
),
|
|
1587
|
+
("macos", "aarch64", False): (
|
|
1588
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250702/cpython-3.10.18%2B20250702-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
1589
|
+
"818c94feb1254777a0965d30cedc60ac6bc7b387c3d12353885234ea76fca258",
|
|
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/20250702/cpython-3.10.18%2B20250702-i686-pc-windows-msvc-install_only.tar.gz",
|
|
1593
|
+
"c6b905c7bdb134b7edb74ea9cb08ceafc8186a4222c825ee4053c7c0f24ec6fe",
|
|
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/20250702/cpython-3.10.18%2B20250702-i686-pc-windows-msvc-pgo-full.tar.zst",
|
|
1597
|
+
"11af67136f40b44dd93a89dda5d8f629f3a9ebe0a5721d571368f26deb1c0b00",
|
|
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/20250702/cpython-3.10.18%2B20250702-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
1601
|
+
"f6d300dfc70625aabd4895274a061dd862786a2a3c7a685bbe0dd4b494cf0a28",
|
|
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/20250702/cpython-3.10.18%2B20250702-x86_64-apple-darwin-install_only.tar.gz",
|
|
1605
|
+
"9a890f21ecc9692cffec77901fd7a786a330dd461fa97ecb10359ee21ca2be79",
|
|
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/20250702/cpython-3.10.18%2B20250702-x86_64-pc-windows-msvc-install_only.tar.gz",
|
|
1609
|
+
"59399253bb9f864da6858c0e0e940250ebfdfd2609796dadc201aa487633fe84",
|
|
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/20250702/cpython-3.10.18%2B20250702-x86_64-pc-windows-msvc-pgo-full.tar.zst",
|
|
1613
|
+
"1780b4b65bb23f6357f312148e8c36aa4e3e0333a832bce10b189c43c38e0448",
|
|
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/20250702/cpython-3.10.18%2B20250702-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
|
|
1617
|
+
"a6534e6bbeea734288bf60019d30b106f304d3bfd0002a4c9abfe668fe4bb499",
|
|
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/20250702/cpython-3.10.18%2B20250702-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
1621
|
+
"4be698bff9f4197fdbb5a82c03d57f4ec5972960492ad045c82ca53a9480342a",
|
|
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/20250702/cpython-3.9.23%2B20250702-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
2511
|
+
"59088c03cbf68d016f3f9f18b58bc59ca80930c8dd5ab50690cd77ab2ee01071",
|
|
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/20250702/cpython-3.9.23%2B20250702-aarch64-apple-darwin-install_only.tar.gz",
|
|
2515
|
+
"f9ce2f9f99a84108d3fde97c37b0cada6379b3f9d1d5ef1c8e940b9eaa811c18",
|
|
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/20250702/cpython-3.9.23%2B20250702-aarch64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
|
|
2519
|
+
"665c2ede4255cefef9f6c27d16b887ec5717768ce591f5995e1f0dbadaffc833",
|
|
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/20250702/cpython-3.9.23%2B20250702-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
2523
|
+
"aa830b41391a2b57640636e9c172df8cf560777e0611fd098b2b5471c541a51e",
|
|
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/20250702/cpython-3.9.23%2B20250702-i686-pc-windows-msvc-install_only.tar.gz",
|
|
2527
|
+
"4c897ae231b5b49ebbb14afca3dafe6dcd3391a2a7d940a826243ef933e799ce",
|
|
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/20250702/cpython-3.9.23%2B20250702-i686-pc-windows-msvc-pgo-full.tar.zst",
|
|
2531
|
+
"85c516f645d3f29f8c555f64ada6750ee1638d7054b4833f8fa41ffb0c1c9042",
|
|
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/20250702/cpython-3.9.23%2B20250702-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
2535
|
+
"b563c79a9ac1df234c88e76102c22b24733c6ddffe90e9f2a94839e6978ad32a",
|
|
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/20250702/cpython-3.9.23%2B20250702-x86_64-apple-darwin-install_only.tar.gz",
|
|
2539
|
+
"a82445abf3797bb699ce9f7371e3a6357ab3ec8fc6d25f36a88291b2cd495980",
|
|
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/20250702/cpython-3.9.23%2B20250702-x86_64-pc-windows-msvc-install_only.tar.gz",
|
|
2543
|
+
"eb32d4fdd3c929ad9601f3fe9f944b038db430003bc5d5623db068da4edf7628",
|
|
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/20250702/cpython-3.9.23%2B20250702-x86_64-pc-windows-msvc-pgo-full.tar.zst",
|
|
2547
|
+
"4ae10a6bca5e956f2c27ae21b18e27b90cc94d96037c63b0f68b918f74cedae6",
|
|
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/20250702/cpython-3.9.23%2B20250702-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
|
|
2551
|
+
"7fefc8b837f036d0f38b0be3fbf9c812dd4a580029aad0877cf5c8bc251327da",
|
|
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/20250702/cpython-3.9.23%2B20250702-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
2555
|
+
"c9bb5cb35f2c9fb05fbe9aec84d555f6d3c0773e07d42e74f92a27e866e15657",
|
|
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
|