Skip to content

Commit 56dc35e

Browse files
tdyasTom Dyas
and
Tom Dyas
authored
scrape PBS 20250106 release (#21828)
Scrape the [PBS 20250106 release](https://github.com/astral-sh/python-build-standalone/releases/tag/20250106). Plus some minor release note edits. --------- Co-authored-by: Tom Dyas <[email protected]>
1 parent c91e05e commit 56dc35e

File tree

2 files changed

+115
-2
lines changed

2 files changed

+115
-2
lines changed

docs/notes/2.25.x.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ Several improvements to the Python Build Standalone backend (`pants.backend.pyth
7777

7878
- The `--python-build-standalone-known-python-versions` option now accepts a three field format where each value is `SHA256|FILE_SIZE|URL`. All of the PBS release metadata will be parsed from the URL (which must use the naming convention used by the PBS project). (The existing five-field format is still accepted and will now allow the version and platform fields to be blank if that data can be inferred from the URL.)
7979

80-
Reverence to Python Build Standalone not refer to the [GitHub organization](https://github.com/astral-sh/python-build-standalone) as described in [Transferring Python Build Standalone Stewardship to Astral](https://gregoryszorc.com/blog/2024/12/03/transferring-python-build-standalone-stewardship-to-astral/).
80+
- Metadata on PBS releases is current to PBS release 20250106.
81+
82+
Changed references to Python Build Standalone to not refer to the [GitHub organization](https://github.com/astral-sh/python-build-standalone) as described in [Transferring Python Build Standalone Stewardship to Astral](https://gregoryszorc.com/blog/2024/12/03/transferring-python-build-standalone-stewardship-to-astral/).
8183

8284
The default version of the [Pex](https://docs.pex-tool.org/) tool has been updated from 2.20.3 to [2.27.1](https://github.com/pex-tool/pex/releases/tag/v2.24.3). Among many improvements and bug fixes, this unlocks support for pip [24.3.1](https://pip.pypa.io/en/stable/news/#v24-3-1).
8385

src/python/pants/backend/python/providers/python_build_standalone/versions_info.json

+112-1
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,28 @@
406406
"size": 17573579,
407407
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20241219/cpython-3.10.16%2B20241219-x86_64-apple-darwin-install_only_stripped.tar.gz"
408408
}
409+
},
410+
"20250106": {
411+
"linux_arm64": {
412+
"sha256": "ef4e55c684a87ce2bd3e5b38700da512340c98307b57bd4da7cc80fb6afcec79",
413+
"size": 19645534,
414+
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20250106/cpython-3.10.16%2B20250106-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz"
415+
},
416+
"linux_x86_64": {
417+
"sha256": "3ba89e564ace5536a62783362c3aaf8a18d882007d9f202aff26cd8d0de0b581",
418+
"size": 20750015,
419+
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20250106/cpython-3.10.16%2B20250106-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz"
420+
},
421+
"macos_arm64": {
422+
"sha256": "b5807207ff3e99436049ef8912dfc5f553bf8b1fa332cf233805784f925fea76",
423+
"size": 17317466,
424+
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20250106/cpython-3.10.16%2B20250106-aarch64-apple-darwin-install_only_stripped.tar.gz"
425+
},
426+
"macos_x86_64": {
427+
"sha256": "fbd4c16651165764a1b2bcc60b2092d3b9b807108cdb17ae82abeeb3ec598175",
428+
"size": 17564650,
429+
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20250106/cpython-3.10.16%2B20250106-x86_64-apple-darwin-install_only_stripped.tar.gz"
430+
}
409431
}
410432
},
411433
"3.10.2": {
@@ -824,6 +846,28 @@
824846
"size": 18200113,
825847
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20241219/cpython-3.11.11%2B20241219-x86_64-apple-darwin-install_only_stripped.tar.gz"
826848
}
849+
},
850+
"20250106": {
851+
"linux_arm64": {
852+
"sha256": "541c1d514cd2a3155f4a5805ccece9ac86f510b186e3cf1af7cfd8cf7097d0e9",
853+
"size": 20206285,
854+
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20250106/cpython-3.11.11%2B20250106-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz"
855+
},
856+
"linux_x86_64": {
857+
"sha256": "56bda37ad88aaf404a8a1f77c725fde18dee6a2b8d30d361cf4b30a1f807d345",
858+
"size": 21439568,
859+
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20250106/cpython-3.11.11%2B20250106-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz"
860+
},
861+
"macos_arm64": {
862+
"sha256": "fc6cb8fa7ed727acdb317fb6e5149cdcd29128583e99a6dc14640a7e57a9cd34",
863+
"size": 17885529,
864+
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20250106/cpython-3.11.11%2B20250106-aarch64-apple-darwin-install_only_stripped.tar.gz"
865+
},
866+
"macos_x86_64": {
867+
"sha256": "5b036f1403725f91bd2fe5a90c5a763b14da4bc94182fb48e1a62d063de66c5e",
868+
"size": 18190637,
869+
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20250106/cpython-3.11.11%2B20250106-x86_64-apple-darwin-install_only_stripped.tar.gz"
870+
}
827871
}
828872
},
829873
"3.11.3": {
@@ -1428,6 +1472,28 @@
14281472
"size": 15705841,
14291473
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20241219/cpython-3.12.8%2B20241219-x86_64-apple-darwin-install_only_stripped.tar.gz"
14301474
}
1475+
},
1476+
"20250106": {
1477+
"linux_arm64": {
1478+
"sha256": "29df00dc1435f536c50396d1753fb507f81a81c93a04a7c24b145c9ad68798f8",
1479+
"size": 17892252,
1480+
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20250106/cpython-3.12.8%2B20250106-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz"
1481+
},
1482+
"linux_x86_64": {
1483+
"sha256": "5591da823631467e204baa520ee379ba09b5699b2e2c322c456c44cb2c2e60eb",
1484+
"size": 21262736,
1485+
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20250106/cpython-3.12.8%2B20250106-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz"
1486+
},
1487+
"macos_arm64": {
1488+
"sha256": "3a31b4f82d589a0ff6efac3cdc1e55284cb67645470b78c5aa50f156c10a93d2",
1489+
"size": 15481282,
1490+
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20250106/cpython-3.12.8%2B20250106-aarch64-apple-darwin-install_only_stripped.tar.gz"
1491+
},
1492+
"macos_x86_64": {
1493+
"sha256": "00e2d29ce8a688f5d2f192718e6f87e4aedae88ac2a0958011b8af9a49e049a7",
1494+
"size": 15685114,
1495+
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20250106/cpython-3.12.8%2B20250106-x86_64-apple-darwin-install_only_stripped.tar.gz"
1496+
}
14311497
}
14321498
},
14331499
"3.13.0": {
@@ -1542,6 +1608,28 @@
15421608
"size": 15803291,
15431609
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20241219/cpython-3.13.1%2B20241219-x86_64-apple-darwin-install_only_stripped.tar.gz"
15441610
}
1611+
},
1612+
"20250106": {
1613+
"linux_arm64": {
1614+
"sha256": "3c720649b2af9873262429074826ef0e35f98140e38df365b36a668573a86cf0",
1615+
"size": 17606004,
1616+
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20250106/cpython-3.13.1%2B20250106-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz"
1617+
},
1618+
"linux_x86_64": {
1619+
"sha256": "726a608e2867c2867caa2cf3f668cb15018456070eee32375675f190946650bc",
1620+
"size": 21279613,
1621+
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20250106/cpython-3.13.1%2B20250106-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz"
1622+
},
1623+
"macos_arm64": {
1624+
"sha256": "26b2ceded19b2eac3f0ae59d895f5032b541270bc65288c0ea36c6d8ae25e234",
1625+
"size": 15501453,
1626+
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20250106/cpython-3.13.1%2B20250106-aarch64-apple-darwin-install_only_stripped.tar.gz"
1627+
},
1628+
"macos_x86_64": {
1629+
"sha256": "d1207ac02ae14a8714a5c15277396719421cd8c60184f4961905bcc6d7978c83",
1630+
"size": 15785981,
1631+
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20250106/cpython-3.13.1%2B20250106-x86_64-apple-darwin-install_only_stripped.tar.gz"
1632+
}
15451633
}
15461634
},
15471635
"3.8.12": {
@@ -2681,6 +2769,28 @@
26812769
"size": 17075143,
26822770
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20241219/cpython-3.9.21%2B20241219-x86_64-apple-darwin-install_only_stripped.tar.gz"
26832771
}
2772+
},
2773+
"20250106": {
2774+
"linux_arm64": {
2775+
"sha256": "59044e65adff98e98ea61fc68a71299722fccf9c162f1908c8d53b94e994039c",
2776+
"size": 19161509,
2777+
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20250106/cpython-3.9.21%2B20250106-aarch64-unknown-linux-gnu-install_only_stripped.tar.gz"
2778+
},
2779+
"linux_x86_64": {
2780+
"sha256": "8df8d0484cda57420c2cb9ab1c805b06b3e0b01fd519f08bda0617282d2b68b2",
2781+
"size": 20228351,
2782+
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20250106/cpython-3.9.21%2B20250106-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz"
2783+
},
2784+
"macos_arm64": {
2785+
"sha256": "65de6878752c9603772e0e4543dfa66e287d770c013eed14a6530d30f901585b",
2786+
"size": 16821741,
2787+
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20250106/cpython-3.9.21%2B20250106-aarch64-apple-darwin-install_only_stripped.tar.gz"
2788+
},
2789+
"macos_x86_64": {
2790+
"sha256": "d0936e25d48a471ac7bcbb64e8ed02bc493a7e5d46ed879a580c006db5bb75ef",
2791+
"size": 17063034,
2792+
"url": "https://github.com/astral-sh/python-build-standalone/releases/download/20250106/cpython-3.9.21%2B20250106-x86_64-apple-darwin-install_only_stripped.tar.gz"
2793+
}
26842794
}
26852795
}
26862796
},
@@ -2744,6 +2854,7 @@
27442854
"20241016",
27452855
"20241205",
27462856
"20241206",
2747-
"20241219"
2857+
"20241219",
2858+
"20250106"
27482859
]
27492860
}

0 commit comments

Comments
 (0)