From f00d5219a51879e8877827146696052eb298ae8a Mon Sep 17 00:00:00 2001 From: udayaprakash Date: Mon, 15 Jun 2026 12:49:04 +0000 Subject: [PATCH 1/2] docs: update changelog for 2.0.3 release --- CHANGELOG.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fa832e8fc..e88d7ae4d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -106,11 +106,6 @@ END_UNRELEASED_TEMPLATE * Fix the forwarding of `target_compatible_with` from `compile_pip_requirements` towards the underlying `*.update` target. ([#3787](https://github.com/bazel-contrib/rules_python/pull/3787)) -* (pypi) Assume that all of the packages are available on a particular hub if - there is only a single PyPI compatible index to be used. This saves us an expensive - PyPI download and supports PyPI mirror implementations that do not support the root - index functionality. Fixes - ([#3769](https://github.com/bazel-contrib/rules_python/pull/3769)). * (uv) allow user overwrite the build environment using `--action_env` to allow setting authentication for the index URL. ([#3405](https://github.com/bazel-contrib/rules_python/issues/3405)) @@ -139,6 +134,19 @@ END_UNRELEASED_TEMPLATE [#2054](https://github.com/bazel-contrib/rules_python/issues/2054). * (coverage) Add support for python 3.14 and bump `coverage.py` to 7.10.7. +{#v2-0-3} +## [2.0.3] - 2026-06-15 + +[2.0.3]: https://github.com/bazel-contrib/rules_python/releases/tag/2.0.3 + +{#v2-0-3-fixed} +### Fixed +* (pypi) Assume that all of the packages are available on a particular hub if + there is only a single PyPI compatible index to be used. This saves us an expensive + PyPI download and supports PyPI mirror implementations that do not support the root + index functionality. Fixes + ([#3769](https://github.com/bazel-contrib/rules_python/pull/3769)). + {#v2-0-2} ## [2.0.2] - 2026-05-14 From 53e47237a54948291fdeb6377eca76b76c85a5fc Mon Sep 17 00:00:00 2001 From: Udaya Prakash Date: Mon, 15 Jun 2026 22:54:56 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e88d7ae4d4..f431cd995e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -144,8 +144,7 @@ END_UNRELEASED_TEMPLATE * (pypi) Assume that all of the packages are available on a particular hub if there is only a single PyPI compatible index to be used. This saves us an expensive PyPI download and supports PyPI mirror implementations that do not support the root - index functionality. Fixes - ([#3769](https://github.com/bazel-contrib/rules_python/pull/3769)). + index functionality. Fixes [#3769](https://github.com/bazel-contrib/rules_python/pull/3769). {#v2-0-2} ## [2.0.2] - 2026-05-14