File tree 6 files changed +11
-12
lines changed
Filter options
6 files changed +11
-12
lines changed
Original file line number Diff line number Diff line change @@ -4,8 +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
- sha256 = "954aa89b491be4a083304a2cb838019c8b8c3720a7abb9c4cb81ac7a24230cea " ,
8
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.4 .0/rules_python-0.4 .0.tar.gz" ,
7
+ sha256 = "cd6730ed53a002c56ce4e2f396ba3b3be262fd7cb68339f0377a45e8227fe332 " ,
8
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.5 .0/rules_python-0.5 .0.tar.gz" ,
9
9
)
10
10
11
11
load ("@rules_python//python/legacy_pip_import:pip.bzl" , "pip_import" , "pip_repositories" )
Original file line number Diff line number Diff line change @@ -13,9 +13,8 @@ http_archive(
13
13
14
14
http_archive (
15
15
name = "rules_python" ,
16
- sha256 = "4ab93d2af38ecd5b3d9e1d70aaa20448de57ac8bd78d4c5e40b9be4139eebb50" ,
17
- strip_prefix = "rules_python-8e2b6de3e7f434dd98a8d25403bd7fb45866eacc" ,
18
- url = "https://github.com/bazelbuild/rules_python/archive/8e2b6de3e7f434dd98a8d25403bd7fb45866eacc.tar.gz" ,
16
+ sha256 = "cd6730ed53a002c56ce4e2f396ba3b3be262fd7cb68339f0377a45e8227fe332" ,
17
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz" ,
19
18
)
20
19
21
20
load ("@rules_python//python:pip.bzl" , "pip_install" )
Original file line number Diff line number Diff line change @@ -4,8 +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
- sha256 = "954aa89b491be4a083304a2cb838019c8b8c3720a7abb9c4cb81ac7a24230cea " ,
8
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.4 .0/rules_python-0.4 .0.tar.gz" ,
7
+ sha256 = "cd6730ed53a002c56ce4e2f396ba3b3be262fd7cb68339f0377a45e8227fe332 " ,
8
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.5 .0/rules_python-0.5 .0.tar.gz" ,
9
9
)
10
10
11
11
load ("@rules_python//python:pip.bzl" , "pip_parse" )
Original file line number Diff line number Diff line change @@ -4,8 +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
- sha256 = "954aa89b491be4a083304a2cb838019c8b8c3720a7abb9c4cb81ac7a24230cea " ,
8
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.4 .0/rules_python-0.4 .0.tar.gz" ,
7
+ sha256 = "cd6730ed53a002c56ce4e2f396ba3b3be262fd7cb68339f0377a45e8227fe332 " ,
8
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.5 .0/rules_python-0.5 .0.tar.gz" ,
9
9
)
10
10
11
11
load ("@rules_python//python:pip.bzl" , "pip_install" )
Original file line number Diff line number Diff line change @@ -4,8 +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
- sha256 = "b6d46438523a3ec0f3cead544190ee13223a52f6a6765a29eae7b7cc24cc83a0 " ,
8
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.1 .0/rules_python-0.1 .0.tar.gz" ,
7
+ sha256 = "cd6730ed53a002c56ce4e2f396ba3b3be262fd7cb68339f0377a45e8227fe332 " ,
8
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.5 .0/rules_python-0.5 .0.tar.gz" ,
9
9
)
10
10
11
11
load ("@rules_python//python:pip.bzl" , "pip_install" )
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.4 .0"
16
+ version = "0.5 .0"
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