| commit | e09a6f434ab6634a857b5303d088246ad0f940c2 | [log] [tgz] |
|---|---|---|
| author | Jason Bedard <jason+github@jbedard.ca> | Sat Aug 16 20:28:03 2025 -0700 |
| committer | GitHub <noreply@github.com> | Sun Aug 17 03:28:03 2025 +0000 |
| tree | 48be2c0be5784463dac7cdda5e8761795f8e9d14 | |
| parent | 51d9b98bf9f03804280a4c8e8a97ab0de5c2ae5f [diff] |
deps(gazelle): upgrade rules_go to remove patching of tree-sitter (#3179) Update rules_go to include https://github.com/bazel-contrib/rules_go/pull/4298 Update gazelle to align with the version the rules_go bzlmod will bring in, and ensure the go.mod version is the same as bzlmod version. Update go to 1.21 to include the `slices` library that some of the go.mod updates depend on. Fixes #2956. --------- Co-authored-by: Douglas Thor <dougthor42@users.noreply.github.com>
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 support in Bazel. It also contains package installation rules for integrating with PyPI and other indices.
Documentation for rules_python is at https://rules-python.readthedocs.io and in the Bazel Build Encyclopedia.
Examples live in the examples directory.
The core rules are stable. Their implementation is subject to Bazel's backward compatibility policy. This repository aims to follow semantic versioning.
The Bazel community maintains this repository. Neither Google nor the Bazel team provides support for the code. However, this repository is part of the test suite used to vet new Bazel releases. See How to contribute page for information on our development workflow.
For detailed documentation, see https://rules-python.readthedocs.io
See Bzlmod support for more details.