Skip to content

Commit

Permalink
workspace: Upgrade rules_python to latest release 0.1.0 (RobotLocomot…
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri authored Nov 2, 2020
1 parent ed0f6ab commit 1836507
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/install/bazel/test/drake_bazel_installed_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ def main():

# TODO(jamiesnape): Automatically keep this synchronized with the version
# used by @drake (or the nearest stable version).
rules_python_commit = "0.0.3"
rules_python_commit = "0.1.0"
rules_python_url = f"https://github.com/bazelbuild/rules_python/archive/{rules_python_commit}.tar.gz" # noqa
rules_python_sha256 = "3720faae8aed1415c3af58d241ecffccfa4d31f2bb70ffa2f6dfb68ca9729626" # noqa
rules_python_sha256 = "48f7e716f4098b85296ad93f5a133baf712968c13fbc2fdf3a6136158fe86eac" # noqa

with open(join(scratch_dir, "WORKSPACE"), "w") as f:
f.write(f"""
Expand Down
4 changes: 2 additions & 2 deletions tools/workspace/rules_python/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def rules_python_repository(
github_archive(
name = name,
repository = "bazelbuild/rules_python", # License: Apache-2.0
commit = "0.0.3",
sha256 = "3720faae8aed1415c3af58d241ecffccfa4d31f2bb70ffa2f6dfb68ca9729626", # noqa
commit = "0.1.0",
sha256 = "48f7e716f4098b85296ad93f5a133baf712968c13fbc2fdf3a6136158fe86eac", # noqa
mirrors = mirrors,
)

0 comments on commit 1836507

Please sign in to comment.