From 6bfd7636bab6e8bd68dde987643ecb73657c5e2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 18:00:50 +0000 Subject: [PATCH 1/2] docs: add protobuf Add version 7.35.1 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Trevor Gamblin --- ci_scripts/packages.txt | 1 + docs/packages/protobuf.yaml | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 docs/packages/protobuf.yaml diff --git a/ci_scripts/packages.txt b/ci_scripts/packages.txt index d3507bce..2fd7653d 100644 --- a/ci_scripts/packages.txt +++ b/ci_scripts/packages.txt @@ -32,6 +32,7 @@ pandas pillow polars-runtime-32 polars-runtime-64 +protobuf psutil PyNaCl pyuwsgi diff --git a/docs/packages/protobuf.yaml b/docs/packages/protobuf.yaml new file mode 100644 index 00000000..d63f6eec --- /dev/null +++ b/docs/packages/protobuf.yaml @@ -0,0 +1,7 @@ +package-name: protobuf +source-code: https://github.com/protocolbuffers/protobuf +license: BSD-3-Clause +versions: + - version: 7.35.1 + comment: Unlike upstream, we build the riscv64 bdist from an sdist using + cibuildwheel, allowing us to circumvent a large Bazel build. From 94ac599d92779fcb1cf1b064c67d56f415b1c4cc Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Fri, 21 Aug 2026 07:09:25 -0400 Subject: [PATCH 2/2] Update docs/packages/protobuf.yaml Co-authored-by: Ludovic Henry --- docs/packages/protobuf.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/packages/protobuf.yaml b/docs/packages/protobuf.yaml index d63f6eec..9aa06ddd 100644 --- a/docs/packages/protobuf.yaml +++ b/docs/packages/protobuf.yaml @@ -3,5 +3,6 @@ source-code: https://github.com/protocolbuffers/protobuf license: BSD-3-Clause versions: - version: 7.35.1 - comment: Unlike upstream, we build the riscv64 bdist from an sdist using - cibuildwheel, allowing us to circumvent a large Bazel build. + comment: > + Unlike upstream, we build the riscv64 bdist from an sdist using + cibuildwheel, allowing us to circumvent a large Bazel build.