aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorMatt Moore <mattmoor@google.com>2017-11-16 15:29:03 +0000
committerMatt Moore <mattmoor@google.com>2017-11-16 19:37:25 +0000
commit73dc6fb5b899df0d68ea989797ee873cd772578a (patch)
tree6c085583e6f250d7cb264a91af927b4a9eb12dd9 /WORKSPACE
parente003509e52a116f6431883f6a77115ec0d1a323f (diff)
downloadbazelbuild-rules_python-73dc6fb5b899df0d68ea989797ee873cd772578a.tar.gz
This updates WORKSPACE to the latest subpar, and ./update_tools.sh.
This also fixes a couple bugs I hit after regenerating piptool.par: - os.environ['PYTHONPATH'] may result in a KeyError - The cert expansion logic was removed, but things fail without it (after I ./update_tools.sh). I thought this was intentional (should the PAR changes have fixes this?), but I'm restoring for now to keep HEAD in a good state.
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE2
1 files changed, 1 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 2f6894b..0f205be 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -52,7 +52,7 @@ _piptool_install()
git_repository(
name = "subpar",
remote = "https://github.com/google/subpar",
- tag = "1.0.0",
+ tag = "1.1.0",
)
# Test data for WHL tool testing.