commit | 70101489a35ec8995b9b753d1f4d357cc776af85 | [log] [tgz] |
---|---|---|
author | Richard Levasseur <rlevasseur@google.com> | Fri Nov 08 12:24:53 2024 -0800 |
committer | GitHub <noreply@github.com> | Fri Nov 08 20:24:53 2024 +0000 |
tree | ba012354ca254b4f096c6f1df68261e54ea5f0c6 | |
parent | 772b1cc0a9fd8c6e36be08b0c98e2ad53673fb73 [diff] |
chore(deps): upgrade some dependencies that will eventually be required by Bazel 8 (#2383) This upgrades some module dependencies to versions that will be needed in order to support Bazel 8. More upgrades will be necessary, but these are some easy ones that don't cause compatibility issues. * skylib 1.7.1 * (dev) rules_shell 0.3.0 * (dev) rules_bazel_integration_test 0.26.1 Work towards https://github.com/bazelbuild/rules_python/issues/2378
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.