rules_python
rules_python copied to clipboard
Bazel Python Rules
With this PR we can reuse the same `hub-repo` and setup `download_only = True` closures, which use only wheels but download the right platform specific wheels independent of the host...
The PR #1743 explored the idea of creating extra config settings for each target platform that our toolchain is targetting, however that has a drawback of not being usable in...
Bumps [flask](https://github.com/pallets/flask) from 2.2.2 to 2.2.5. Release notes Sourced from flask's releases. 2.2.5 This is a security fix release for the 2.2.x release branch. Note that 2.3.x is the currently...
# 🐞 bug report ### Affected Rule The issue is caused by the macro: pip_install_dependencies ### Is this a regression? Presumably not. ### Description On a clean system that does...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.13 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...
Since [PEP 518](https://peps.python.org/pep-0518/) projects can specify their build system requirements in their pyproject.toml file. Currently this is not included in the pip-compile and therefore can lead to non-reproducible issues. This...
# 🐞 bug report ### Affected Rule The issue is caused by the rule: `python_register_multi_toolchains` ### Is this a regression? I think this has always been a bug. ### Description...
In bzlmod, the name of the `@rules_python` repo directory name in the runfiles tree changed from simply `rules_python` to `rules_python~VERSION`, where "VERSION" includes the module version number and some other...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.3.8. Release notes Sourced from werkzeug's releases. 2.3.8 This is a security release for the 2.3.x feature branch. Changes: https://werkzeug.palletsprojects.com/en/2.3.x/changes/#version-2-3-8 2.3.7 This is a fix...
This fixes wheels like ruff which want to emplace `bin/` and other dirs used as library data.