File tree Expand file tree Collapse file tree 5 files changed +9
-11
lines changed
Filter options
Expand file tree Collapse file tree 5 files changed +9
-11
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 = "778197e26c5fbeb07ac2a2c5ae405b30f6cb7ad1f5510ea6fdac03bded96cc6f " ,
8
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.2 .0/rules_python-0.2 .0.tar.gz" ,
7
+ sha256 = "934c9ceb552e84577b0faf1e5a2f0450314985b4d8712b2b70717dc679fdc01b " ,
8
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.3 .0/rules_python-0.3 .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 = "778197e26c5fbeb07ac2a2c5ae405b30f6cb7ad1f5510ea6fdac03bded96cc6f " ,
8
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.2 .0/rules_python-0.2 .0.tar.gz" ,
7
+ sha256 = "934c9ceb552e84577b0faf1e5a2f0450314985b4d8712b2b70717dc679fdc01b " ,
8
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.3 .0/rules_python-0.3 .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 = "778197e26c5fbeb07ac2a2c5ae405b30f6cb7ad1f5510ea6fdac03bded96cc6f " ,
8
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.2 .0/rules_python-0.2 .0.tar.gz" ,
7
+ sha256 = "934c9ceb552e84577b0faf1e5a2f0450314985b4d8712b2b70717dc679fdc01b " ,
8
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.3 .0/rules_python-0.3 .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 @@ -2,12 +2,10 @@ workspace(name = "py_import")
2
2
3
3
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
4
4
5
- # Note, this relies on a pre-release of 0.3.0, and doesn't actually work with 0.2.0
6
- # Use --override_repository=rules_python=$HOME/Projects/rules_python to test for now
7
5
http_archive (
8
6
name = "rules_python" ,
9
- sha256 = "778197e26c5fbeb07ac2a2c5ae405b30f6cb7ad1f5510ea6fdac03bded96cc6f " ,
10
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.2 .0/rules_python-0.2 .0.tar.gz" ,
7
+ sha256 = "934c9ceb552e84577b0faf1e5a2f0450314985b4d8712b2b70717dc679fdc01b " ,
8
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.3 .0/rules_python-0.3 .0.tar.gz" ,
11
9
)
12
10
13
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.2 .0"
16
+ version = "0.3 .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