From 09325b85370ff0ab4edfd29204bd03323db977bd Mon Sep 17 00:00:00 2001 From: Shayan Hoshyari <108962133+shayanhoshyari@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:13:08 -0800 Subject: [PATCH 1/2] chore: remove mention of py_proto_library from readme py_proto_library is meant to be imported from protobuf. https://github.com/bazel-contrib/rules_python/pull/3508 removed the relevant examples. This PR also removes the mention in main readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7399fff9c..e79c4a9673 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Overview This repository is the home of the core Python rules -- `py_library`, -`py_binary`, `py_test`, `py_proto_library`, and related symbols that provide the basis for Python +`py_binary`, `py_test`, and related symbols that provide the basis for Python support in Bazel. It also contains package installation rules for integrating with PyPI and other indices. Documentation for rules_python is at and in the From 658dd5dc6daacc7b9ab0ca990312fd5ad1a945d6 Mon Sep 17 00:00:00 2001 From: Shayan Hoshyari <108962133+shayanhoshyari@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:15:43 -0800 Subject: [PATCH 2/2] Listen to gemini's advice --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 7f03681b76..0204f38ec7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ :::{topic} Core rules The core Python rules -- `py_library`, `py_binary`, `py_test`, -`py_proto_library`, and related symbols that provide the basis for Python +and related symbols that provide the basis for Python support in Bazel. When using Bazel 6 (or earlier), the core rules are bundled into the Bazel binary, and the symbols