rules_python
rules_python copied to clipboard
Bazel Python Rules
# 🐞 bug report ### Affected Rule `rules_python 0.35.0` ### Is this a regression? Yes ### Description The latest version of `rules_python` is not caching the Python toolchain correctly on...
This is documenting the current state and closing the last remaining TODO items for 1.0 release. Work towards #1361.
CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4205#019298ab-9bbe-4ef2-b7ec-e35a9a8fd69f Platform: MacOS Logs: ``` ERROR: Error computing the main repository mapping: at /private/var/tmp/_bazel_buildkite/9f47f6beb72f15412af12490e86ed0ba/external/bazel_tools/tools/cpp/cc_configure.bzl:18:6: Label '@@rules_cc//cc/toolchains:toolchain_config_utils.bzl' is invalid because 'cc/toolchains' is not a package; perhaps you meant to put...
Migration to [Automatic Exec Groups](https://bazel.build/extending/auto-exec-groups) (AEGs) is needed since its incompatible flag (--incompatible_auto_exec_groups) will be enabled for Bazel@Head by default next week (week of 14th of October), thus it will...
I went through all of the invocations of `ctx.actions.run` and `ctx.actions.run_shell` and it seems that we are setting the `toolchain` args correctly where toolchains are used in the execution of...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.19 to 2.2.3. Release notes Sourced from urllib3's releases. 2.2.3 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
# 🐞 bug report ### Affected Rule https://github.com/bazelbuild/rules_python/blob/main/docs/pypi-dependencies.md Specifically `py_library` with `name = "pkg"` generated by ``` pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip") pip.parse( hub_name = "my_deps", python_version = "3.11", requirements_lock =...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...
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...
With this PR we are introducing a new extension for managing PyPI dependencies and it seems that we would fix #2268 in doing so. The code has been sitting around...