From 523ff54be3efa22b8d9564e6439c818caee0ef5e Mon Sep 17 00:00:00 2001 From: Gert van Dijk Date: Fri, 4 Jan 2019 14:47:02 +0100 Subject: [PATCH] Bump httplib2 to 0.12.0 Notable improvement is the way it looks up a CA cert bundle; this version introduces support for setting a custom CA cert bundle path using the environment variable HTTPLIB2_CA_CERTS. --- def.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/def.bzl b/def.bzl index 3123efe79..d294b902b 100755 --- a/def.bzl +++ b/def.bzl @@ -20,9 +20,9 @@ def repositories(): http_archive( name = "httplib2", - url = "https://codeload.github.com/httplib2/httplib2/tar.gz/v0.11.3", - sha256 = "d9f568c183d1230f271e9c60bd99f3f2b67637c3478c9068fea29f7cca3d911f", - strip_prefix = "httplib2-0.11.3/python2/httplib2/", + url = "https://codeload.github.com/httplib2/httplib2/tar.gz/v0.12.0", + sha256 = "0ad5f1a891c71774506e17df86e0b6474287364099d9aebaf88a2b71ee074b56", + strip_prefix = "httplib2-0.12.0/python2/httplib2/", type = "tar.gz", build_file_content = """ py_library(