From 366938412bb1580e0a74909fe4112be5cf238509 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 22:20:48 +0000 Subject: [PATCH 1/3] Fix typos in CHANGELOG.md --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab44208de..5fabd1abb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -587,7 +587,7 @@ END_UNRELEASED_TEMPLATE To select the free-threaded interpreter in the repo phase, please use the documented [env](environment-variables) variables. Fixes [#2386](https://github.com/bazel-contrib/rules_python/issues/2386). -* (toolchains) Use the latest astrahl-sh toolchain release [20241206] for Python versions: +* (toolchains) Use the latest astral-sh toolchain release [20241206] for Python versions: * 3.9.21 * 3.10.16 * 3.11.11 @@ -642,7 +642,7 @@ Other changes: * (binaries/tests) For {obj}`--bootstrap_impl=script`, a binary-specific (but otherwise empty) virtual env is used to customize `sys.path` initialization. * (deps) bazel_skylib 1.7.0 (workspace; bzlmod already specifying that version) -* (deps) bazel_features 1.21.0; necessary for compatiblity with Bazel 8 rc3 +* (deps) bazel_features 1.21.0; necessary for compatibility with Bazel 8 rc3 * (deps) stardoc 0.7.2 to support Bazel 8. {#v1-0-0-fixed} @@ -1252,7 +1252,7 @@ Other changes: `@rules_python//python/config_settings:precompile=enabled` to enable it by default. A subsequent release will enable it by default. See the [Precompiling docs][precompile-docs] and API reference docs for more - information on precompiling. Note this requires Bazel 7+ and the Pystar rule + information on precompiling. Note this requires Bazel 7+ and the pistar rule implementation enabled. ([#1761](https://github.com/bazel-contrib/rules_python/issues/1761)) * (rules) Attributes and flags to control precompile behavior: `precompile`, @@ -1445,7 +1445,7 @@ Other changes: Windows host environments without symlink support. * (PyRuntimeInfo) Switch back to builtin PyRuntimeInfo for Bazel 6.4 and when - pystar is disabled. This fixes an error about `target ... does not have ... + pistar is disabled. This fixes an error about `target ... does not have ... PyRuntimeInfo`. ([#1732](https://github.com/bazel-contrib/rules_python/issues/1732)) @@ -1550,7 +1550,7 @@ Other changes: * **BREAKING** Support for Bazel 5 has been officially dropped. This release was only partially tested with Bazel 5 and may or may not work with Bazel 5. - Subequent versions will no longer be tested under Bazel 5. + Subsequent versions will no longer be tested under Bazel 5. * (runfiles) `rules_python.python.runfiles` now directly implements type hints and drops support for python2 as a result. From d1c747a34f7f515825f570b38717f922f4382f6a Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 22:25:52 +0000 Subject: [PATCH 2/3] Fix typos in CHANGELOG.md Reverted incorrect change of 'pystar' to 'pistar'. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fabd1abb0..36e8730075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1252,7 +1252,7 @@ Other changes: `@rules_python//python/config_settings:precompile=enabled` to enable it by default. A subsequent release will enable it by default. See the [Precompiling docs][precompile-docs] and API reference docs for more - information on precompiling. Note this requires Bazel 7+ and the pistar rule + information on precompiling. Note this requires Bazel 7+ and the pystar rule implementation enabled. ([#1761](https://github.com/bazel-contrib/rules_python/issues/1761)) * (rules) Attributes and flags to control precompile behavior: `precompile`, @@ -1445,7 +1445,7 @@ Other changes: Windows host environments without symlink support. * (PyRuntimeInfo) Switch back to builtin PyRuntimeInfo for Bazel 6.4 and when - pistar is disabled. This fixes an error about `target ... does not have ... + pystar is disabled. This fixes an error about `target ... does not have ... PyRuntimeInfo`. ([#1732](https://github.com/bazel-contrib/rules_python/issues/1732)) From 88ac19c3870324bf9bd4fce3c756a4588d1f5a5c Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Sun, 24 Aug 2025 15:27:41 -0700 Subject: [PATCH 3/3] undo pystar case change --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36e8730075..527da36fbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1252,7 +1252,7 @@ Other changes: `@rules_python//python/config_settings:precompile=enabled` to enable it by default. A subsequent release will enable it by default. See the [Precompiling docs][precompile-docs] and API reference docs for more - information on precompiling. Note this requires Bazel 7+ and the pystar rule + information on precompiling. Note this requires Bazel 7+ and the Pystar rule implementation enabled. ([#1761](https://github.com/bazel-contrib/rules_python/issues/1761)) * (rules) Attributes and flags to control precompile behavior: `precompile`,