Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions protobuf_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def protobuf_deps():
http_archive(
name = "six",
build_file = "@com_google_protobuf//:third_party/six.BUILD",
sha256 = "d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73",
urls = ["https://pypi.python.org/packages/source/s/six/six-1.12.0.tar.gz"],
sha256 = "30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259",
urls = ["https://pypi.python.org/packages/source/s/six/six-1.15.0.tar.gz"],
)

if not native.existing_rule("rules_cc"):
Expand Down
2 changes: 1 addition & 1 deletion third_party/six.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ load("@rules_python//python:defs.bzl", "py_library")
# https://github.com/bazelbuild/bazel/issues/10076
genrule(
name = "copy_six",
srcs = ["six-1.12.0/six.py"],
srcs = ["six-1.15.0/six.py"],
outs = ["__init__.py"],
cmd = "cp $< $(@)",
)
Expand Down