pyenv 0.4.0-20140311

Changes:

* python-build: Add new CPython releases; 3.3.5
* python-build: Add new CPython release candidates; 3.4.0rc1, 3.4.0rc2, 3.4.0rc3
* python-build: Update default setuptools version (2.2 -> 3.1)
* python-build: Update default pip version (1.5.2 -> 1.5.4)
* python-build: Import recent changes from ruby-build v20140225

Closes Homebrew/homebrew#27399.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Yamashita Yuu 2014-03-11 12:40:12 +09:00 committed by Mike McQuaid
parent b63c0d455f
commit 1ee3a4bc15
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Pyenv < Formula
homepage 'https://github.com/yyuu/pyenv'
url 'https://github.com/yyuu/pyenv/archive/v0.4.0-20140211.tar.gz'
sha1 'f7c8a5baa9a6f857344935bec3f280a5fe1c6408'
url 'https://github.com/yyuu/pyenv/archive/v0.4.0-20140311.tar.gz'
sha1 '7f3daf7f147f690d7c75ccbbbe5183d353d02e5d'
head 'https://github.com/yyuu/pyenv.git'