rules_python
rules_python copied to clipboard
Bazel Python Rules
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...
A recurring source of issues in rules_python is the underlying support for how wheels are handled, mainly that support for multiple platforms and versions doesn't work very well because a...
This issue is for tracking the effort to release a version 1.0 of rules_python. There are several reasons for wanting to have a major version release: * Better communicates when...
# 🐞 bug report ### Affected Rule The issue is caused by the rule: `pip_parse` ### Is this a regression? Not certain. ### Description I am getting compilation error when...
# 🐞 bug report py_binary ### Is this a regression? Yes. 0.30.0 good 0.31.0 bad The commit causing the issue is https://github.com/bazelbuild/rules_python/commit/5cd32ad47b0383147f84578b5c8880fc26647540 ### Description py_binary fails to build when cross...
Removes the `site-packages` path segment in unpacked external dependency installs. This additional path segment causes issues when dealing with very large dependency trees, so much so that the value of...
# 🐞 bug report ### Affected Rule The issue is caused by the rule: `compile_pip_requirements` ### Is this a regression? Not as far as I can tell. I'm not aware...
This allows the code outside to decide what is default and what is not. This is needed when we have the same version but different constraint values as the logic...