Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ END_UNRELEASED_TEMPLATE
* (gazelle) Types for exposed members of `python.ParserOutput` are now all public.
* (gazelle) Removed the requirement for `__init__.py`, `__main__.py`, or `__test__.py` files to be
present in a directory to generate a `BUILD.bazel` file.
* (toolchain) Updated the following toolchains to build 20250708 to patch CVE-2025-47273:
* (toolchain) Updated the following toolchains to build [20250808] to patch CVE-2025-47273:
* 3.9.23
* 3.10.18
* 3.11.13
* 3.12.11
* 3.14.0b4
* (toolchain) Python 3.13 now references 3.13.5
* 3.14.0rc1
* (toolchain) Python 3.13 now references 3.13.6
* (gazelle) Switched back to smacker/go-tree-sitter, fixing
[#2630](https://github.com/bazel-contrib/rules_python/issues/2630)
* (ci) We are now testing on Ubuntu 22.04 for RBE and non-RBE configurations.
Expand All @@ -75,6 +75,8 @@ END_UNRELEASED_TEMPLATE
{gh-path}`gazelle/docs` and are now available on the primary documentation site
at https://rules-python.readthedocs.io/en/latest/gazelle/docs/index.html

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

{#v0-0-0-fixed}
### Fixed
* (pypi) Fixes an issue where builds using a `bazel vendor` vendor directory
Expand Down Expand Up @@ -126,8 +128,8 @@ END_UNRELEASED_TEMPLATE
* (toolchain) Add toolchains for aarch64 windows for
* 3.11.13
* 3.12.11
* 3.13.5
* 3.14.0b4
* 3.13.6
* 3.14.0rc1
* (gazelle): New annotation `gazelle:include_pytest_conftest`. When not set (the
default) or `true`, gazelle will inject any `conftest.py` file found in the same
directory as a {obj}`py_test` target to that {obj}`py_test` target's `deps`.
Expand Down
1 change: 1 addition & 0 deletions python/private/hermetic_runtime_repo_setup.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ def define_hermetic_runtime_toolchain_impl(
py_cc_toolchain(
name = "py_cc_toolchain",
headers = ":python_headers",
# TODO #3155: add libctl, libtk
libs = ":libpython",
python_version = python_version,
)
Expand Down
Loading