rules_python
rules_python copied to clipboard
Bazel Python Rules
Bumps [idna](https://github.com/kjd/idna) from 3.3 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
Bumps [idna](https://github.com/kjd/idna) from 2.10 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
Bumps [idna](https://github.com/kjd/idna) from 2.10 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
Bumps [idna](https://github.com/kjd/idna) from 2.10 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
# 🐞 bug report I'm seeing an unexpected testing failure when I import `google-cloud-storage` via pip, where there is also a subfolder called `grpc` local to the `py_library` under test....
# 🐞 bug report ### Affected Rule `py_library` ### Description With a `py_library` defined in one module using `requirement`, depending on the library from another module causes a build error....
When targeting the Python Stable ABI on Windows (by setting the Py_LIMITED_API macro to a Python minimum version hex), the unversioned python3.lib needs to be linked instead of the versioned...
Allows the user to override pip dependencies: https://github.com/bazelbuild/rules_python/issues/1791 This primarily helps solve the issue whereby if your python project `A` depends on python project `B` and python project `C` such...
We are not creating documentation for the public API for the files under https://github.com/bazelbuild/rules_python/tree/main/python/extensions. I have tried but as of stardoc 0.5.6 extension support does not appear to work.
Here are the git logs to dig through ``` commit 1c581242c25925a1bd6764608877ec170724f11d Author: Chris Love Date: Thu Jun 15 10:58:54 2023 -0600 feat(bzlmod)!: Calling pip multiple times allowing for multiple Python...