8000 release: 0.0.3 · satishhiremath/rules_python@3baa266 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3baa266

Browse files
author
Jonathon Belotti
committed
release: 0.0.3
1 parent 6ed1fe5 commit 3baa266

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

examples/pip/WORKSPACE

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44

55
http_archive(
66
name = "rules_python",
7-
url = "https://github.com/bazelbuild/rules_python/releases/download/0.0.2/rules_python-0.0.2.tar.gz",
8-
strip_prefix = "rules_python-0.0.2",
9-
sha256 = "b5668cde8bb6e3515057ef465a35ad712214962f0b3a314e551204266c7be90c",
7+
url = "https://github.com/bazelbuild/rules_python/releases/download/0.0.3/rules_python-0.0.3.tar.gz",
8+
sha256 = "e46612e9bb0dae8745de6a0643be69e8665a03f63163ac6610c210e80d14c3e4",
109
)
1110

1211
load("@rules_python//python:pip.bzl", "pip_import", "pip_repositories")

examples/rules_python_external/WORKSPACE

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44

55
http_archive(
66
name = "rules_python",
7-
# NB: this doesn't work with 0.0.2 but will work in the next release
8-
# TODO(alexeagle): ensure the example/*/WORKSPACE files get bumped as a release step
9-
url = "https://github.com/bazelbuild/rules_python/releases/download/0.0.2/rules_python-0.0.2.tar.gz",
10-
strip_prefix = "rules_python-0.0.2",
11-
sha256 = "b5668cde8bb6e3515057ef465a35ad712214962f0b3a314e551204266c7be90c",
7+
url = "https://github.com/bazelbuild/rules_python/releases/download/0.0.3/rules_python-0.0.3.tar.gz",
8+
sha256 = "e46612e9bb0dae8745de6a0643be69e8665a03f63163ac6610c210e80d14c3e4",
129
)
1310

1411
load("@rules_python//python:repositories.bzl", "py_repositories")

version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
"""The version of rules_python."""
1515

16-
version = "0.0.2"
16+
version = "0.0.3"
1717

1818
# Currently used Bazel version. This version is what the rules here are tested
1919
# against.

0 commit comments

Comments
 (0)
0