File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4
4
5
5
http_archive (
6
6
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" ,
10
9
)
11
10
12
11
load ("@rules_python//python:pip.bzl" , "pip_import" , "pip_repositories" )
Original file line number Diff line number Diff line change @@ -4,11 +4,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4
4
5
5
http_archive (
6
6
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" ,
12
9
)
13
10
14
11
load ("@rules_python//python:repositories.bzl" , "py_repositories" )
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
"""The version of rules_python."""
15
15
16
- version = "0.0.2 "
16
+ version = "0.0.3 "
17
17
18
18
# Currently used Bazel version. This version is what the rules here are tested
19
19
# against.
You can’t perform that action at this time.
0 commit comments