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
Copy file name to clipboardExpand all lines: README.md
+46-30Lines changed: 46 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,11 @@
5
5
6
6
## Recent updates
7
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
+
8
13
* 2019-11-15: Added support for `pip3_import` (and more generally, a
9
14
`python_interpreter` attribute to `pip_import`). The canonical naming for wheel
10
15
repositories has changed to accomodate loading wheels for both `pip_import` and
@@ -38,7 +43,7 @@ Once they are fully migrated to rules_python, they may evolve at a different
38
43
rate, but this repository will still follow
39
44
[semantic versioning](https://semver.org).
40
45
41
-
The packaging rules (`pip_import`, etc.) are less stable. We may make breaking
46
+
The packaging rules (`pip_install`, etc.) are less stable. We may make breaking
42
47
changes as they evolve. There are no guarantees for rules underneath the
43
48
`experimental/` directory.
44
49
@@ -56,9 +61,8 @@ To import rules_python in your project, you first need to add it to your
0 commit comments