File tree 6 files changed +11
-11
lines changed
Filter options
6 files changed +11
-11
lines changed
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ To import rules_python in your project, you first need to add it to your
42
42
load(" @bazel_tools//tools/build_defs/repo:http.bzl" , " http_archive" )
43
43
http_archive(
44
44
name = " rules_python" ,
45
- url = " https://github.com/bazelbuild/rules_python/releases/download/0.3 .0/rules_python-0.3 .0.tar.gz" ,
46
- sha256 = " 934c9ceb552e84577b0faf1e5a2f0450314985b4d8712b2b70717dc679fdc01b " ,
45
+ url = " https://github.com/bazelbuild/rules_python/releases/download/0.4 .0/rules_python-0.4 .0.tar.gz" ,
46
+ sha256 = " 954aa89b491be4a083304a2cb838019c8b8c3720a7abb9c4cb81ac7a24230cea " ,
47
47
)
48
48
```
49
49
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 = "934c9ceb552e84577b0faf1e5a2f0450314985b4d8712b2b70717dc679fdc01b " ,
8
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.3 .0/rules_python-0.3 .0.tar.gz" ,
7
+ sha256 = "954aa89b491be4a083304a2cb838019c8b8c3720a7abb9c4cb81ac7a24230cea " ,
8
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.4 .0/rules_python-0.4 .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 @@ -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 = "934c9ceb552e84577b0faf1e5a2f0450314985b4d8712b2b70717dc679fdc01b " ,
8
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.3 .0/rules_python-0.3 .0.tar.gz" ,
7
+ sha256 = "954aa89b491be4a083304a2cb838019c8b8c3720a7abb9c4cb81ac7a24230cea " ,
8
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.4 .0/rules_python-0.4 .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 = "934c9ceb552e84577b0faf1e5a2f0450314985b4d8712b2b70717dc679fdc01b " ,
8
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.3 .0/rules_python-0.3 .0.tar.gz" ,
7
+ sha256 = "954aa89b491be4a083304a2cb838019c8b8c3720a7abb9c4cb81ac7a24230cea " ,
8
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.4 .0/rules_python-0.4 .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 = "934c9ceb552e84577b0faf1e5a2f0450314985b4d8712b2b70717dc679fdc01b " ,
8
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.3 .0/rules_python-0.3 .0.tar.gz" ,
7
+ sha256 = "954aa89b491be4a083304a2cb838019c8b8c3720a7abb9c4cb81ac7a24230cea " ,
8
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.4 .0/rules_python-0.4 .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.3 .0"
16
+ version = "0.4 .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