Skip to content

Commit 5d6c0a2

Browse files
author
Jonathon Belotti
authored
0.2.0 README update (#444)
1 parent bc256ef commit 5d6c0a2

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

README.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,6 @@
33
* Postsubmit [![Build status](https://badge.buildkite.com/0bcfe58b6f5741aacb09b12485969ba7a1205955a45b53e854.svg?branch=master)](https://buildkite.com/bazel/python-rules-python-postsubmit)
44
* Postsubmit + Current Bazel Incompatible Flags [![Build status](https://badge.buildkite.com/219007166ab6a7798b22758e7ae3f3223001398ffb56a5ad2a.svg?branch=master)](https://buildkite.com/bazel/rules-python-plus-bazelisk-migrate)
55

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
21-
[convention](https://docs.bazel.build/versions/master/skylark/deploying.html#workspace).
22-
Please update your `WORKSPACE` file and labels that reference this repo
23-
accordingly.
24-
256
## Overview
267

278
This repository is the home of the core Python rules -- `py_library`,
@@ -61,8 +42,8 @@ To import rules_python in your project, you first need to add it to your
6142
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
6243
http_archive(
6344
name = "rules_python",
64-
url = "https://github.com/bazelbuild/rules_python/releases/download/0.1.0/rules_python-0.1.0.tar.gz",
65-
sha256 = "b6d46438523a3ec0f3cead544190ee13223a52f6a6765a29eae7b7cc24cc83a0",
45+
url = "https://github.com/bazelbuild/rules_python/releases/download/0.2.0/rules_python-0.2.0.tar.gz",
46+
sha256 = "778197e26c5fbeb07ac2a2c5ae405b30f6cb7ad1f5510ea6fdac03bded96cc6f",
6647
)
6748
```
6849

0 commit comments

Comments
 (0)