rules_python
rules_python copied to clipboard
Bazel Python Rules
# :question: question | possible 🚀 feature request ### Relevant Rules + gazelle ### Description Can Gazelle's 'resolve' directive be smarter? Or am I just using it wrong? Example: ```...
# 🐞 bug report ### Affected Rule The issue is caused by the rule: py_proto_library ### Is this a regression? No ### Description A clear and concise description of the...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 3.0.3. Release notes Sourced from werkzeug's releases. 3.0.3 This is the Werkzeug 3.0.3 security release, which fixes security issues and bugs but does not otherwise...
Will we have strict rules that check for deps and type annotations? i.e. `py_strict_library`, `py_strict_binary`, `py_strict_test`.
### Affected Rule The issue is caused by the rule: compile_pip_requirements ### Is this a regression? Yes this regressed between: https://github.com/bazelbuild/rules_python/compare/0.18.0...0.19.0 ### Description If you have a rule in a...
# 🚀 feature request ### Relevant Rules Gazelle Plugin ### Description There are two issues I'm running into: 1) Some of my binaries need to use `py_image` rather than `py_binary`...
# 🐞 bug report ### Affected Rule rules_python ### Is this a regression? Probably not. ### Description I'm trying to do `import win32api` on Windows, but got ``` ModuleNotFoundError: No...
# 🚀 feature request ### Relevant Rules `rules_python`, specifically the Gazelle capabilities: https://github.com/bazelbuild/rules_python/tree/main/gazelle ### Description I'm able to follow the README to enable Gazelle for my monorepo. However, it seems...
# Feature request It seems that the latest [standalone python release][indygreg] contains a toolchain for armv7 for Python 3.11 and Python 3.12. In #1770 a new platform definition has been...