rules_python
rules_python copied to clipboard
Bazel Python Rules
# π bug report ### Affected Rule https://github.com/bazel-contrib/rules_python/blob/b40d96aba36d675c60b03424aa22f31c09e0ea4f/MODULE.bazel#L63-L75 ### Is this a regression? Yes, after https://github.com/bazel-contrib/rules_python/commit/b9b0948234216cf43bb898eec078b1c71a37c1f9, moving from `pip_internal` to `pip`. ### Description The `rules_python_publish_deps` python hub uses the same...
# π bug report ### Affected Rule The `all_requirements` constant in the generated requirements.bzl file in the PyPI hub repo. ### Is this a regression? Not really. ### Description When...
Bumps [nh3](https://github.com/messense/nh3) from 0.2.18 to 0.2.21. Release notes Sourced from nh3's releases. v0.2.21 What's Changed Add two additional examples for the documentation by @βHelgeKrueger in messense/nh3#72 Bump pyo3 from 0.23.3...
# π feature request ### Relevant Rules `py_binary` ### Description With a similar motivation as #691, we would like to package a `py_binary` (including runfiles) into an `oci_image` and run...
# π bug report ### Affected Rule + `py_wheel` ### Is this a regression? Nope, not that I can tell at least. ### Description Adding a `py_binary` target as a...
I believe the missing requirement logging is over reporting when a requirement has multiple SHAS and not all match. * This PR addresses that logging. * This PR also improves...
# π bug report ### Affected Rule The issue is caused by the rule: rules_python_gazelle_plugin (version 1.1.0) when running with gazelle 0.38+ ### Is this a regression? Maybe, the issue...
# π bug report ### Affected Rule This seems to be an "issue" when you using py_library and add a dependency to it that is in a pip repo not...
PR Instructions/requirements * Title uses `type: description` format. See CONTRIBUTING.md for types. * Common types are: build, docs, feat, fix, refactor, revert, test * Update `CHANGELOG.md` as applicable * Breaking...
This is a list of renames that we should do: - [ ] `host_toolchain` -> `host_compatible_python_repo` - [ ] `whl_library` -> `whl_file_repo`