rules_python icon indicating copy to clipboard operation
rules_python copied to clipboard

Bazel Python Rules

Results 459 rules_python issues
Sort by recently updated
recently updated
newest added

Bumps [zipp](https://github.com/jaraco/zipp) from 3.11.0 to 3.19.1. Changelog Sourced from zipp's changelog. v3.19.1 Bugfixes Improved handling of malformed zip files. (#119) v3.19.0 Features Implement is_symlink. (#117) v3.18.2 No significant changes. v3.18.1...

dependencies
python

# 🐞 bug report ### Affected Rule py_wheel ### Is this a regression? Doubtful ### Description When building a wheel using `py_wheel`, third-party pip requirements are being installed into an...

See the log in https://github.com/bazelbuild/rules_python/pull/2126. The main problem is that the sdist is not ignored when repacking the wheel after patching the contents after building it.

type: bug
type: pip

# 🚀 feature request ### Description When you're debugging python targets that load python C extensions, it can be useful in general to run something like `lldb -- python3 -m...

WIP - this is to discuss an interface for allowing users to better customize the build process. Once this is defined, we can then implement something for allowing users to...

# 🐞 bug report ### Affected Rule `python.runfiles` ### Is this a regression? I'm not sure, I've never seen it but I rarely use windows. ### Description It seems if...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2. Release notes Sourced from urllib3's releases. 2.2.2 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

# 🐞 bug report ### Affected Rule + gazelle ### Is this a regression? No, seems like it's been present from the begining (a5a7ffbf4 / #514). ### Description Gazelle incorrectly...

help wanted
gazelle

# 🚀 feature request ### Relevant Rules `py_binary` ### Description `py_binary` sets `PYTHONSAFEPATH=1` which while being a sensible default does cause problems. Most notably, in `rules_foreign_cc` where `py_binary` is used...

When attempting to calculate the current repository, the runfiles helper used a strategy of walking up the current files directory four times, however this fails to correctly resolve the runfiles...