Skip to content

Commit 185db03

Browse files
committed
use 20250808 toolchains
related #3155
1 parent dab0d74 commit 185db03

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ END_UNRELEASED_TEMPLATE
6060
* (gazelle) Types for exposed members of `python.ParserOutput` are now all public.
6161
* (gazelle) Removed the requirement for `__init__.py`, `__main__.py`, or `__test__.py` files to be
6262
present in a directory to generate a `BUILD.bazel` file.
63-
* (toolchain) Updated the following toolchains to build [20250807] to patch CVE-2025-47273:
63+
* (toolchain) Updated the following toolchains to build [20250808] to patch CVE-2025-47273:
6464
* 3.9.23
6565
* 3.10.18
6666
* 3.11.13
@@ -72,7 +72,7 @@ END_UNRELEASED_TEMPLATE
7272
* (ci) We are now testing on Ubuntu 22.04 for RBE and non-RBE configurations.
7373
* (core) #!/usr/bin/env bash is now used as a shebang in the stage1 bootstrap template.
7474

75-
[20250807]: https://github.com/astral-sh/python-build-standalone/releases/tag/20250807
75+
[20250808]: https://github.com/astral-sh/python-build-standalone/releases/tag/20250808
7676

7777
{#v0-0-0-fixed}
7878
### Fixed

python/versions.bzl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ TOOL_VERSIONS = {
190190
"strip_prefix": "python",
191191
},
192192
"3.9.23": {
193-
"url": "20250807/cpython-{python_version}+20250807-{platform}-{build}.tar.gz",
193+
"url": "20250808/cpython-{python_version}+20250808-{platform}-{build}.tar.gz",
194194
"sha256": {
195195
"aarch64-apple-darwin": "a4d19c1e0034263fefc75d6564c121b19551fc1e01ac8091aba8759c7e476591",
196196
"aarch64-unknown-linux-gnu": "a6325cc16946f4a4c39c687bd2c556ff5925e587b725994c696deda0b52d2ca4",
@@ -340,7 +340,7 @@ TOOL_VERSIONS = {
340340
"strip_prefix": "python",
341341
},
342342
"3.10.18": {
343-
"url": "20250807/cpython-{python_version}+20250807-{platform}-{build}.tar.gz",
343+
"url": "20250808/cpython-{python_version}+20250808-{platform}-{build}.tar.gz",
344344
"sha256": {
345345
"aarch64-apple-darwin": "17ab6c41142825c62d743edebbbb321c974856140449a2ee384c50a8cc197cd3",
346346
"aarch64-unknown-linux-gnu": "aea2908b74cdddf45657c519f6e9cebac587a1d2c685b47b3e3edabfbbf51885",
@@ -470,7 +470,7 @@ TOOL_VERSIONS = {
470470
"strip_prefix": "python",
471471
},
472472
"3.11.13": {
473-
"url": "20250807/cpython-{python_version}+20250807-{platform}-{build}.tar.gz",
473+
"url": "20250808/cpython-{python_version}+20250808-{platform}-{build}.tar.gz",
474474
"sha256": {
475475
"aarch64-apple-darwin": "d97de34acef2eeaf64cfddab978a894977732704d4b9f0ce78cf09ee7497d9c5",
476476
"aarch64-unknown-linux-gnu": "742579a6defb71f486be9ea56782a8acda24adfc31a16c25cfc59bfaa65056ca",
@@ -594,7 +594,7 @@ TOOL_VERSIONS = {
594594
"strip_prefix": "python",
595595
},
596596
"3.12.11": {
597-
"url": "20250807/cpython-{python_version}+20250807-{platform}-{build}.tar.gz",
597+
"url": "20250808/cpython-{python_version}+20250808-{platform}-{build}.tar.gz",
598598
"sha256": {
599599
"aarch64-apple-darwin": "20020978fb0f348e76212064001ccad388ad2f445ade503548f9ee1124e83a7f",
600600
"aarch64-unknown-linux-gnu": "6bd99e52f23487029ab1035047d232164a50d438bc5ee26f21fbc05c910178ae",
@@ -766,7 +766,7 @@ TOOL_VERSIONS = {
766766
},
767767
},
768768
"3.13.6": {
769-
"url": "20250807/cpython-{python_version}+20250807-{platform}-{build}.{ext}",
769+
"url": "20250808/cpython-{python_version}+20250808-{platform}-{build}.{ext}",
770770
"sha256": {
771771
"aarch64-apple-darwin": "b4e6b5ca0f5e59b4381886339f91dc0ecaf95b423e1a9e40bbea5b55c0cdd8ff",
772772
"aarch64-unknown-linux-gnu": "4cc164b8b541bd9d86457bef6a5846599345148b297e248a05ccc040ef3021c7",
@@ -811,7 +811,7 @@ TOOL_VERSIONS = {
811811
},
812812
},
813813
"3.14.0rc1": {
814-
"url": "20250807/cpython-{python_version}+20250807-{platform}-{build}.{ext}",
814+
"url": "20250808/cpython-{python_version}+20250808-{platform}-{build}.{ext}",
815815
"sha256": {
816816
"aarch64-apple-darwin": "9fec430c1d4a62d14dfe681110515c64ae9354935361cf862da7b11a9ba9b872",
817817
"aarch64-unknown-linux-gnu": "31b153431e176ff4a29acffd511c7471c1a7ef722b480b36b32cb1284474869e",

0 commit comments

Comments
 (0)