0.2.0 README update (#444)
diff --git a/README.md b/README.md index eefa5ac..f0f74db 100644 --- a/README.md +++ b/README.md
@@ -3,25 +3,6 @@ * Postsubmit [](https://buildkite.com/bazel/python-rules-python-postsubmit) * Postsubmit + Current Bazel Incompatible Flags [](https://buildkite.com/bazel/rules-python-plus-bazelisk-migrate) -## Recent updates - -* 2020-10-15: Release [`0.1.0` was published](https://github.com/bazelbuild/rules_python/releases/tag/0.1.0), upstreaming -the `pip_install` rule functionality from [github.com/dillon-giacoppo/rules_python_external](https://github.com/dillon-giacoppo/rules_python_external) -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)). -Note that this is a backwards-incompatible release on account of the removal of `pip_import` from `@rules_python//python:pip.bzl`. - -* 2019-11-15: Added support for `pip3_import` (and more generally, a -`python_interpreter` attribute to `pip_import`). The canonical naming for wheel -repositories has changed to accomodate loading wheels for both `pip_import` and -`pip3_import` in the same build. To avoid breakage, please use `requirement()` -instead of depending directly on wheel repo labels. - -* 2019-07-26: The canonical name of this repo has been changed from -`@io_bazel_rules_python` to just `@rules_python`, in accordance with -[convention](https://docs.bazel.build/versions/master/skylark/deploying.html#workspace). -Please update your `WORKSPACE` file and labels that reference this repo -accordingly. - ## Overview This repository is the home of the core Python rules -- `py_library`, @@ -61,8 +42,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_python", - url = "https://github.com/bazelbuild/rules_python/releases/download/0.1.0/rules_python-0.1.0.tar.gz", - sha256 = "b6d46438523a3ec0f3cead544190ee13223a52f6a6765a29eae7b7cc24cc83a0", + url = "https://github.com/bazelbuild/rules_python/releases/download/0.2.0/rules_python-0.2.0.tar.gz", + sha256 = "778197e26c5fbeb07ac2a2c5ae405b30f6cb7ad1f5510ea6fdac03bded96cc6f", ) ```