pbs-installer 2025.6.6__tar.gz → 2025.6.10__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.6 → pbs_installer-2025.6.10}/PKG-INFO +1 -1
- {pbs_installer-2025.6.6 → pbs_installer-2025.6.10}/pyproject.toml +1 -1
- {pbs_installer-2025.6.6 → pbs_installer-2025.6.10}/src/pbs_installer/_versions.py +128 -128
- {pbs_installer-2025.6.6 → pbs_installer-2025.6.10}/LICENSE +0 -0
- {pbs_installer-2025.6.6 → pbs_installer-2025.6.10}/README.md +0 -0
- {pbs_installer-2025.6.6 → pbs_installer-2025.6.10}/src/pbs_installer/__init__.py +0 -0
- {pbs_installer-2025.6.6 → pbs_installer-2025.6.10}/src/pbs_installer/__main__.py +0 -0
- {pbs_installer-2025.6.6 → pbs_installer-2025.6.10}/src/pbs_installer/_install.py +0 -0
- {pbs_installer-2025.6.6 → pbs_installer-2025.6.10}/src/pbs_installer/_utils.py +0 -0
- {pbs_installer-2025.6.6 → pbs_installer-2025.6.10}/src/pbs_installer/py.typed +0 -0
- {pbs_installer-2025.6.6 → pbs_installer-2025.6.10}/tests/__init__.py +0 -0
|
@@ -5,54 +5,54 @@ 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, 4, 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/20250610/cpython-3.13.4%2B20250610-aarch64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
|
|
9
|
+
"278dccade56b4bbeecb9a613b77012cf5c1433a5e9b8ef99230d5e61f31d9e02",
|
|
10
10
|
),
|
|
11
11
|
("linux", "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/20250610/cpython-3.13.4%2B20250610-aarch64-unknown-linux-gnu-freethreaded%2Blto-full.tar.zst",
|
|
13
|
+
"b1c1bd6ab9ef95b464d92a6a911cef1a8d9f0b0f6a192f694ef18ed15d882edf",
|
|
14
14
|
),
|
|
15
15
|
("windows", "x86", False): (
|
|
16
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
17
|
-
"
|
|
16
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.13.4%2B20250610-i686-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
|
|
17
|
+
"595786a6613306b74118c56e29ab430ed0eb08d82c4103b7778e827c5e43f8cf",
|
|
18
18
|
),
|
|
19
19
|
("macos", "x86_64", False): (
|
|
20
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
21
|
-
"
|
|
20
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.13.4%2B20250610-x86_64-apple-darwin-freethreaded%2Bpgo%2Blto-full.tar.zst",
|
|
21
|
+
"64ab7ac8c88002d9ba20a92f72945bfa350268e944a7922500af75d20330574d",
|
|
22
22
|
),
|
|
23
23
|
("windows", "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/20250610/cpython-3.13.4%2B20250610-x86_64-pc-windows-msvc-freethreaded%2Bpgo-full.tar.zst",
|
|
25
|
+
"9457504547edb2e0156bf76b53c7e4941c7f61c0eff9fd5f4d816d3df51c58e3",
|
|
26
26
|
),
|
|
27
27
|
("linux", "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/20250610/cpython-3.13.4%2B20250610-x86_64-unknown-linux-gnu-freethreaded%2Bpgo%2Blto-full.tar.zst",
|
|
29
|
+
"864df6e6819e8f8e855ce30f34410fdc5867d0616e904daeb9a40e5806e970d7",
|
|
30
30
|
),
|
|
31
31
|
},
|
|
32
32
|
PythonVersion("cpython", 3, 13, 4, False): {
|
|
33
33
|
("macos", "aarch64", True): (
|
|
34
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
35
|
-
"
|
|
34
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.13.4%2B20250610-aarch64-apple-darwin-install_only.tar.gz",
|
|
35
|
+
"c2ce6601b2668c7bd1f799986af5ddfbff36e88795741864aba6e578cb02ed7f",
|
|
36
36
|
),
|
|
37
37
|
("linux", "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/20250610/cpython-3.13.4%2B20250610-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
39
|
+
"3c2596ece08ffe17e11bc1f27aeb4ce1195d2490a83d695d36ef4933d5c5ca53",
|
|
40
40
|
),
|
|
41
41
|
("windows", "x86", True): (
|
|
42
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
43
|
-
"
|
|
42
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.13.4%2B20250610-i686-pc-windows-msvc-install_only.tar.gz",
|
|
43
|
+
"437829ee101e90381d8e5ef04d835dd5e316ae569d6ba1550014565e5587e7c1",
|
|
44
44
|
),
|
|
45
45
|
("macos", "x86_64", True): (
|
|
46
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
47
|
-
"
|
|
46
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.13.4%2B20250610-x86_64-apple-darwin-install_only.tar.gz",
|
|
47
|
+
"79feb6ca68f3921d07af52d9db06cf134e6f36916941ea850ab0bc20f5ff638b",
|
|
48
48
|
),
|
|
49
49
|
("windows", "x86_64", True): (
|
|
50
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
51
|
-
"
|
|
50
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.13.4%2B20250610-x86_64-pc-windows-msvc-install_only.tar.gz",
|
|
51
|
+
"29ac3585cc2dcfd79e3fe380c272d00e9d34351fc456e149403c86d3fea34057",
|
|
52
52
|
),
|
|
53
53
|
("linux", "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/20250610/cpython-3.13.4%2B20250610-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
55
|
+
"44e5477333ebca298a7a0a316985c6c3533b8645f92a83f7f73c44033832bf32",
|
|
56
56
|
),
|
|
57
57
|
},
|
|
58
58
|
PythonVersion("cpython", 3, 13, 3, True): {
|
|
@@ -264,53 +264,53 @@ PYTHON_VERSIONS: dict[PythonVersion, dict[tuple[str, str, bool], tuple[str, str
|
|
|
264
264
|
),
|
|
265
265
|
},
|
|
266
266
|
PythonVersion("cpython", 3, 12, 11, False): {
|
|
267
|
-
("macos", "aarch64", False): (
|
|
268
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20250604/cpython-3.12.11%2B20250604-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
269
|
-
"cd83e666ad46efb2925f57818829361cc2a06e3a4114c4fdb1d00f5f93377c4e",
|
|
270
|
-
),
|
|
271
267
|
("macos", "aarch64", True): (
|
|
272
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
273
|
-
"
|
|
268
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.12.11%2B20250610-aarch64-apple-darwin-install_only.tar.gz",
|
|
269
|
+
"9c5826a93ddc15e8aa08de1e6e65b3ae0d45ea8eb0c2e9547b80ff4121b870ce",
|
|
270
|
+
),
|
|
271
|
+
("macos", "aarch64", False): (
|
|
272
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.12.11%2B20250610-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
273
|
+
"dbd6721a01274f68caeab06abc378a86aaa07c0f3060618c94f7363e200e43b1",
|
|
274
274
|
),
|
|
275
275
|
("linux", "aarch64", False): (
|
|
276
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
277
|
-
"
|
|
276
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.12.11%2B20250610-aarch64-unknown-linux-gnu-lto-full.tar.zst",
|
|
277
|
+
"637004a0227f0c0011619062513105bde7d4e10c2d9ccf419af785c2c551b4f7",
|
|
278
278
|
),
|
|
279
279
|
("linux", "aarch64", True): (
|
|
280
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
281
|
-
"
|
|
280
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.12.11%2B20250610-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
281
|
+
"eb33bc5a87443daf2fd218109df811bc4e4ea5ef9aec4fad75aa55da0258b96f",
|
|
282
282
|
),
|
|
283
283
|
("windows", "x86", True): (
|
|
284
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
285
|
-
"
|
|
284
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.12.11%2B20250610-i686-pc-windows-msvc-install_only_stripped.tar.gz",
|
|
285
|
+
"0081b2862a0dcd07b911d6fc2aec55fa93bf018e3ec64be4b35e013735b82d09",
|
|
286
286
|
),
|
|
287
|
-
("
|
|
288
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
289
|
-
"
|
|
287
|
+
("macos", "x86_64", True): (
|
|
288
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.12.11%2B20250610-x86_64-apple-darwin-install_only.tar.gz",
|
|
289
|
+
"199631baa35f3747ddfa2f1e28fc062b97ccd15b94a60c9294d4d129a73c9e53",
|
|
290
290
|
),
|
|
291
291
|
("macos", "x86_64", False): (
|
|
292
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
293
|
-
"
|
|
294
|
-
),
|
|
295
|
-
("macos", "x86_64", True): (
|
|
296
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20250604/cpython-3.12.11%2B20250604-x86_64-apple-darwin-install_only_stripped.tar.gz",
|
|
297
|
-
"7ed52279e20414555a8b36ed1c3aa60d73396a618a88a93123b52720d890db62",
|
|
292
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.12.11%2B20250610-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
293
|
+
"a8bc6f71393861e9b51b49181d62ce4cb96e3fd353680c31e3a23d59e00ffc6a",
|
|
298
294
|
),
|
|
299
295
|
("windows", "x86_64", True): (
|
|
300
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
301
|
-
"
|
|
296
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.12.11%2B20250610-x86_64-pc-windows-msvc-install_only.tar.gz",
|
|
297
|
+
"e05fa165841c416d60365ca2216cad570f05ae5d3d027b9ad3beaad0529dd8cc",
|
|
298
|
+
),
|
|
299
|
+
("windows", "x86_64", False): (
|
|
300
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.12.11%2B20250610-x86_64-pc-windows-msvc-pgo-full.tar.zst",
|
|
301
|
+
"823a0b6e6fffcc808619e7939db3951c1533f5328379d054229eb45ab883ae4f",
|
|
302
302
|
),
|
|
303
303
|
("linux", "x86_64", False): (
|
|
304
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
305
|
-
"
|
|
304
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.12.11%2B20250610-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
|
|
305
|
+
"386a12be2bed099f89486caaffb4af36117e5d11f9886d21ac6b85aee9592899",
|
|
306
306
|
),
|
|
307
307
|
("linux", "x86_64", True): (
|
|
308
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
309
|
-
"
|
|
308
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.12.11%2B20250610-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
309
|
+
"77ab3efe5c6637fe8da0fdfbff5de1730c3b824874fe1368917886908b4c517b",
|
|
310
310
|
),
|
|
311
|
-
("windows", "
|
|
312
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
313
|
-
"
|
|
311
|
+
("windows", "x86", False): (
|
|
312
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.12.11%2B20250610-i686-pc-windows-msvc-pgo-full.tar.zst",
|
|
313
|
+
"16f5010648974b33e86ffde8dd938f366a23d8ffb6ddde258017f69a25c3104f",
|
|
314
314
|
),
|
|
315
315
|
},
|
|
316
316
|
PythonVersion("cpython", 3, 12, 10, False): {
|
|
@@ -865,52 +865,52 @@ PYTHON_VERSIONS: dict[PythonVersion, dict[tuple[str, str, bool], tuple[str, str
|
|
|
865
865
|
},
|
|
866
866
|
PythonVersion("cpython", 3, 11, 13, False): {
|
|
867
867
|
("macos", "aarch64", False): (
|
|
868
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
869
|
-
"
|
|
868
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.11.13%2B20250610-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
869
|
+
"e35ed4485ecf44720a3374eaacdaf1a3ea9f1d1f04539d647fd555f74fab1f3e",
|
|
870
870
|
),
|
|
871
871
|
("macos", "aarch64", True): (
|
|
872
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
873
|
-
"
|
|
872
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.11.13%2B20250610-aarch64-apple-darwin-install_only.tar.gz",
|
|
873
|
+
"365037494ba4f53563c22292e49a8e4d0d495bcb6534fca9666bdd1b474abf36",
|
|
874
874
|
),
|
|
875
875
|
("linux", "aarch64", False): (
|
|
876
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
877
|
-
"
|
|
876
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.11.13%2B20250610-aarch64-unknown-linux-gnu-lto-full.tar.zst",
|
|
877
|
+
"9c3fc5bea37289d33886ae4837de6d0b0fac3e91f6e4378bed6b04d766192f95",
|
|
878
878
|
),
|
|
879
879
|
("linux", "aarch64", True): (
|
|
880
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
881
|
-
"
|
|
880
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.11.13%2B20250610-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
881
|
+
"a5954f147e87d9bff3d9733ebb3e74fe997eec5b38eaf5cb4429038228962a16",
|
|
882
882
|
),
|
|
883
883
|
("windows", "x86", True): (
|
|
884
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
885
|
-
"
|
|
884
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.11.13%2B20250610-i686-pc-windows-msvc-install_only.tar.gz",
|
|
885
|
+
"ecf95986b40a556916981017df54ff6605ead6c0074a1095f69aab4bd4edf0e2",
|
|
886
886
|
),
|
|
887
887
|
("windows", "x86", False): (
|
|
888
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
889
|
-
"
|
|
888
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.11.13%2B20250610-i686-pc-windows-msvc-pgo-full.tar.zst",
|
|
889
|
+
"57664f541ba3a654d78abecc26071c8f90d85aa2f2ff862c402dd0b7840dd454",
|
|
890
890
|
),
|
|
891
891
|
("macos", "x86_64", False): (
|
|
892
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
893
|
-
"
|
|
892
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.11.13%2B20250610-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
893
|
+
"a89050afa265b7d1da3af26abe8b14483ddd03737efb23137f5908c1dc5d10bf",
|
|
894
894
|
),
|
|
895
895
|
("macos", "x86_64", True): (
|
|
896
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
897
|
-
"
|
|
896
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.11.13%2B20250610-x86_64-apple-darwin-install_only.tar.gz",
|
|
897
|
+
"b49044115a545e67d73f5265a613a25da7c9523431281aa7b94691f1013355af",
|
|
898
898
|
),
|
|
899
899
|
("windows", "x86_64", True): (
|
|
900
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
901
|
-
"
|
|
900
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.11.13%2B20250610-x86_64-pc-windows-msvc-install_only.tar.gz",
|
|
901
|
+
"c0f89e3776211147817d54084fa046e2603571e18ff2ae4a4a8ff84ca4f7defc",
|
|
902
902
|
),
|
|
903
903
|
("windows", "x86_64", False): (
|
|
904
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
905
|
-
"
|
|
904
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.11.13%2B20250610-x86_64-pc-windows-msvc-pgo-full.tar.zst",
|
|
905
|
+
"a968ae044a093ae04b55bbe2b7e885ebed5b862f13bc1d62402ea9b929da097f",
|
|
906
906
|
),
|
|
907
907
|
("linux", "x86_64", False): (
|
|
908
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
909
|
-
"
|
|
908
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.11.13%2B20250610-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
|
|
909
|
+
"79703becd641b81dca215587552a7711a8907c179db0ce698abbd69dfb7127c0",
|
|
910
910
|
),
|
|
911
911
|
("linux", "x86_64", True): (
|
|
912
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
913
|
-
"
|
|
912
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.11.13%2B20250610-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
913
|
+
"d93a7699505ee0ac7dec0f09324ffb19a31cce3066a287bb1fe95285ce3ea0c7",
|
|
914
914
|
),
|
|
915
915
|
},
|
|
916
916
|
PythonVersion("cpython", 3, 11, 12, False): {
|
|
@@ -1496,53 +1496,53 @@ PYTHON_VERSIONS: dict[PythonVersion, dict[tuple[str, str, bool], tuple[str, str
|
|
|
1496
1496
|
),
|
|
1497
1497
|
},
|
|
1498
1498
|
PythonVersion("cpython", 3, 10, 18, False): {
|
|
1499
|
-
("linux", "aarch64", False): (
|
|
1500
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/20250604/cpython-3.10.18%2B20250604-aarch64-unknown-linux-gnu-lto-full.tar.zst",
|
|
1501
|
-
"7268464dff303798d0273084328f0479e1db803506f1942c9a71dc8cc570571d",
|
|
1502
|
-
),
|
|
1503
1499
|
("macos", "aarch64", False): (
|
|
1504
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
1505
|
-
"
|
|
1500
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.10.18%2B20250610-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
1501
|
+
"82d874500d08c3a1e109a64e28f1665726072362bffadd3c5f4876708890186c",
|
|
1506
1502
|
),
|
|
1507
1503
|
("macos", "aarch64", True): (
|
|
1508
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
1509
|
-
"
|
|
1504
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.10.18%2B20250610-aarch64-apple-darwin-install_only_stripped.tar.gz",
|
|
1505
|
+
"e90f9ead9f0195f2d4e774e0166eef67c6e8e44b8e4762eb9539099bb229f49b",
|
|
1506
|
+
),
|
|
1507
|
+
("linux", "aarch64", False): (
|
|
1508
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.10.18%2B20250610-aarch64-unknown-linux-gnu-lto-full.tar.zst",
|
|
1509
|
+
"63528fda7129686dcbf120aa1a4cf147f29713d64c301bb8827f4411a641a952",
|
|
1510
1510
|
),
|
|
1511
1511
|
("linux", "aarch64", True): (
|
|
1512
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
1513
|
-
"
|
|
1512
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.10.18%2B20250610-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
1513
|
+
"b4d7cfb2cb5163da1ae5955ae8b33ac0b356780483d2993099899cf59efaea70",
|
|
1514
1514
|
),
|
|
1515
1515
|
("windows", "x86", True): (
|
|
1516
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
1517
|
-
"
|
|
1516
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.10.18%2B20250610-i686-pc-windows-msvc-install_only.tar.gz",
|
|
1517
|
+
"7d8f4f2943ec70129f487687265488e27dd4c0e763e47d76219e09bf4f39bf46",
|
|
1518
1518
|
),
|
|
1519
1519
|
("windows", "x86", False): (
|
|
1520
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
1521
|
-
"
|
|
1520
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.10.18%2B20250610-i686-pc-windows-msvc-pgo-full.tar.zst",
|
|
1521
|
+
"ec3ccecf1317ce9612ee190bc130ce88e22f47ba081f9b21c11387a56a4b0409",
|
|
1522
1522
|
),
|
|
1523
1523
|
("macos", "x86_64", False): (
|
|
1524
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
1525
|
-
"
|
|
1524
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.10.18%2B20250610-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
1525
|
+
"472e72b48c1d329ffdb8d4fc1454163043c326cca653b8eb6a62a2c832296dba",
|
|
1526
1526
|
),
|
|
1527
1527
|
("macos", "x86_64", True): (
|
|
1528
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
1529
|
-
"
|
|
1528
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.10.18%2B20250610-x86_64-apple-darwin-install_only.tar.gz",
|
|
1529
|
+
"4d72c1c1dcd2c4fe80055ef1b24fe4146f2de938aea1e3676faf91476f3f17e8",
|
|
1530
1530
|
),
|
|
1531
1531
|
("windows", "x86_64", True): (
|
|
1532
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
1533
|
-
"
|
|
1532
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.10.18%2B20250610-x86_64-pc-windows-msvc-install_only.tar.gz",
|
|
1533
|
+
"867b6dbcdb71d8ebb709ff54fbca8ad43d05cc21e5c157f39745c4dc44c1f8e2",
|
|
1534
1534
|
),
|
|
1535
1535
|
("windows", "x86_64", False): (
|
|
1536
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
1537
|
-
"
|
|
1536
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.10.18%2B20250610-x86_64-pc-windows-msvc-pgo-full.tar.zst",
|
|
1537
|
+
"98abf8304dd033f64f76acb8701b8beb778e4df7ca07bf6fd2518975e4c084b6",
|
|
1538
1538
|
),
|
|
1539
1539
|
("linux", "x86_64", False): (
|
|
1540
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
1541
|
-
"
|
|
1540
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.10.18%2B20250610-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
|
|
1541
|
+
"b29699fd76fb2b429cc8aa6d7d1b8f457a3cb205021214a307078ba30678a476",
|
|
1542
1542
|
),
|
|
1543
1543
|
("linux", "x86_64", True): (
|
|
1544
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
1545
|
-
"
|
|
1544
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.10.18%2B20250610-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
1545
|
+
"58f88ed6117078fdbc98976c9bc83b918f1f9c0c2ec21b80a582104f4839861c",
|
|
1546
1546
|
),
|
|
1547
1547
|
},
|
|
1548
1548
|
PythonVersion("cpython", 3, 10, 17, False): {
|
|
@@ -2431,52 +2431,52 @@ PYTHON_VERSIONS: dict[PythonVersion, dict[tuple[str, str, bool], tuple[str, str
|
|
|
2431
2431
|
},
|
|
2432
2432
|
PythonVersion("cpython", 3, 9, 23, False): {
|
|
2433
2433
|
("macos", "aarch64", False): (
|
|
2434
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2435
|
-
"
|
|
2434
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.9.23%2B20250610-aarch64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
2435
|
+
"1e5b2f70776878365935b887d76f5ebadabe3fffcb9017a3e027e7a26324b73c",
|
|
2436
2436
|
),
|
|
2437
2437
|
("macos", "aarch64", True): (
|
|
2438
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2439
|
-
"
|
|
2438
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.9.23%2B20250610-aarch64-apple-darwin-install_only.tar.gz",
|
|
2439
|
+
"f1a60528b6088ee8b8a34ca0e960998f4f664bed300ec0bbfe9d66ccbda74e50",
|
|
2440
2440
|
),
|
|
2441
2441
|
("linux", "aarch64", False): (
|
|
2442
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2443
|
-
"
|
|
2442
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.9.23%2B20250610-aarch64-unknown-linux-gnu-lto-full.tar.zst",
|
|
2443
|
+
"35de843b1229901ed2b1f4368e700c9ccb5d5bec148c5eb7086f51d0ab8adcdc",
|
|
2444
2444
|
),
|
|
2445
2445
|
("linux", "aarch64", True): (
|
|
2446
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2447
|
-
"
|
|
2446
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.9.23%2B20250610-aarch64-unknown-linux-gnu-install_only.tar.gz",
|
|
2447
|
+
"2871cf240bce3c021de829d73da04026febd7a775d1a1a1b37603ec6419fb6c1",
|
|
2448
2448
|
),
|
|
2449
2449
|
("windows", "x86", True): (
|
|
2450
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2451
|
-
"
|
|
2450
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.9.23%2B20250610-i686-pc-windows-msvc-install_only.tar.gz",
|
|
2451
|
+
"2e32f36b02f277a682c1381f8a25d1bad1595004332b7777a7d5ef778adb4c0e",
|
|
2452
2452
|
),
|
|
2453
2453
|
("windows", "x86", False): (
|
|
2454
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2455
|
-
"
|
|
2454
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.9.23%2B20250610-i686-pc-windows-msvc-pgo-full.tar.zst",
|
|
2455
|
+
"78429604fc2bd9e2122cae4c9d54566a29b9fcf32431991c9e1aae1b9e9af346",
|
|
2456
2456
|
),
|
|
2457
2457
|
("macos", "x86_64", False): (
|
|
2458
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2459
|
-
"
|
|
2458
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.9.23%2B20250610-x86_64-apple-darwin-pgo%2Blto-full.tar.zst",
|
|
2459
|
+
"bdffb569e90f545a2e93bce978f7e45c109badc85d5561e24caa383d33e1f33a",
|
|
2460
2460
|
),
|
|
2461
2461
|
("macos", "x86_64", True): (
|
|
2462
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2463
|
-
"
|
|
2462
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.9.23%2B20250610-x86_64-apple-darwin-install_only.tar.gz",
|
|
2463
|
+
"debd576badb6fdabb793ec9956512102f5a813c837449b1fe007c0af977db36c",
|
|
2464
2464
|
),
|
|
2465
2465
|
("windows", "x86_64", True): (
|
|
2466
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2467
|
-
"
|
|
2466
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.9.23%2B20250610-x86_64-pc-windows-msvc-install_only.tar.gz",
|
|
2467
|
+
"28fbf2026929e00a300466220917c7029a69331700badb34b1691f1a99aa38e3",
|
|
2468
2468
|
),
|
|
2469
2469
|
("windows", "x86_64", False): (
|
|
2470
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2471
|
-
"
|
|
2470
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.9.23%2B20250610-x86_64-pc-windows-msvc-pgo-full.tar.zst",
|
|
2471
|
+
"594a92fbf9d57f8be2824a583b8d40f7279b72cbf4c3d79c438d0692a929b820",
|
|
2472
2472
|
),
|
|
2473
2473
|
("linux", "x86_64", False): (
|
|
2474
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2475
|
-
"
|
|
2474
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.9.23%2B20250610-x86_64-unknown-linux-gnu-pgo%2Blto-full.tar.zst",
|
|
2475
|
+
"9babc5259c3b8e4c91bf32cf4c7384f8b15a117984fb040974f76b30e7117eb5",
|
|
2476
2476
|
),
|
|
2477
2477
|
("linux", "x86_64", True): (
|
|
2478
|
-
"https://github.com/astral-sh/python-build-standalone/releases/download/
|
|
2479
|
-
"
|
|
2478
|
+
"https://github.com/astral-sh/python-build-standalone/releases/download/20250610/cpython-3.9.23%2B20250610-x86_64-unknown-linux-gnu-install_only.tar.gz",
|
|
2479
|
+
"21440e51aee78f3d92faf9375a90713542d8332e83d94c284f8f3d52c58eb5ca",
|
|
2480
2480
|
),
|
|
2481
2481
|
},
|
|
2482
2482
|
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
|