You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Postsubmit + Current Bazel Incompatible Flags [](https://buildkite.com/bazel/rules-python-plus-bazelisk-migrate)
5
5
6
-
## Recent updates
7
-
8
-
* 2020-10-15: Release [`0.1.0` was published](https://github.com/bazelbuild/rules_python/releases/tag/0.1.0), upstreaming
9
-
the `pip_install` rule functionality from [github.com/dillon-giacoppo/rules_python_external](https://github.com/dillon-giacoppo/rules_python_external)
10
-
to address a number of long-standing issues with `pip_import` (eg. [#96](https://github.com/bazelbuild/rules_python/issues/96), [#71](https://github.com/bazelbuild/rules_python/issues/71), [#102](https://github.com/bazelbuild/rules_python/issues/102)).
11
-
Note that this is a backwards-incompatible release on account of the removal of `pip_import` from `@rules_python//python:pip.bzl`.
12
-
13
-
* 2019-11-15: Added support for `pip3_import` (and more generally, a
14
-
`python_interpreter` attribute to `pip_import`). The canonical naming for wheel
15
-
repositories has changed to accomodate loading wheels for both `pip_import` and
16
-
`pip3_import` in the same build. To avoid breakage, please use `requirement()`
17
-
instead of depending directly on wheel repo labels.
18
-
19
-
* 2019-07-26: The canonical name of this repo has been changed from
20
-
`@io_bazel_rules_python` to just `@rules_python`, in accordance with
0 commit comments