From 672054050a1ea537f0887b780a520e5c91e8fefb Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Sat, 5 Jul 2014 17:30:31 +0900 Subject: pyenv-virtualenv 20140705 Changes: * Display information on auto-(de)?activation * Support manual (de)?activation with auto-activation enabled * Exit as error when (de)?activation failed * Use https://bootstrap.pypa.io/ to install setuptools and pip * Create backup of original virtualenv within `$(pyenv root)/versions` when `--upgrade` Closes #30669. Signed-off-by: Jack Nagel --- Library/Formula/pyenv-virtualenv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/pyenv-virtualenv.rb b/Library/Formula/pyenv-virtualenv.rb index 421126d0f..68b1b57ec 100644 --- a/Library/Formula/pyenv-virtualenv.rb +++ b/Library/Formula/pyenv-virtualenv.rb @@ -2,8 +2,8 @@ require "formula" class PyenvVirtualenv < Formula homepage "https://github.com/yyuu/pyenv-virtualenv" - url "https://github.com/yyuu/pyenv-virtualenv/archive/v20140615.tar.gz" - sha1 "ba753592f2dcb4d2ef0d65b1622672d5defc50c0" + url "https://github.com/yyuu/pyenv-virtualenv/archive/v20140705.tar.gz" + sha1 "78e90aee72a783dfd9722c55e2271b08688fb408" head "https://github.com/yyuu/pyenv-virtualenv.git" -- cgit v1.2.3