Repository: aurora Updated Branches: refs/heads/master c76cfcc5f -> 9d642dcfa
Bump virtualenv version to 14.0.6 Changelog of the new virtualev version is here: https://virtualenv.pypa.io/en/latest/changes.html Important change for us: "Fix an error where virtualenv didnât pass in a working ssl certificate for pip, causing âweirdâ errors related to ssl." We have seen this happen at least once. Reviewed at https://reviews.apache.org/r/43568/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/9d642dcf Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/9d642dcf Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/9d642dcf Branch: refs/heads/master Commit: 9d642dcfa5aca5c316bc281f3147740edf815172 Parents: c76cfcc Author: Stephan Erb <[email protected]> Authored: Mon Feb 15 19:25:28 2016 +0100 Committer: Stephan Erb <[email protected]> Committed: Mon Feb 15 19:25:28 2016 +0100 ---------------------------------------------------------------------- build-support/virtualenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/9d642dcf/build-support/virtualenv ---------------------------------------------------------------------- diff --git a/build-support/virtualenv b/build-support/virtualenv index fedf697..03c1432 100755 --- a/build-support/virtualenv +++ b/build-support/virtualenv @@ -14,7 +14,7 @@ # # Wrapper for self-bootstrapping virtualenv set -ex -VIRTUALENV_VERSION=14.0.5 +VIRTUALENV_VERSION=14.0.6 if which python2.7 >/dev/null; then PY=`which python2.7`
