pyenv 0.4.0-20131023

Changes:

* pyenv: Improved [fish shell](http://fishshell.com/) support
* python-build: Add new PyPy releases; pypy-2.1, pypy-2.1-src,
* pypy3-2.1-beta1, pypy3-2.1-beta1-src
* python-build: Add ancient versions; 2.4, 2.4.1, 2.4.3, 2.4.4 and 2.4.5
* python-build: Add alpha releases; 3.4.0a2, 3.4.0a3, 3.4.0a4
* python-build: Update default pip version (1.4 -> 1.4.1)
* python-build: Update default setuptools version (0.9.7 -> 1.1.6)

Closes Homebrew/homebrew#23462.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Yamashita Yuu 2013-10-23 15:51:25 +09:00 committed by Mike McQuaid
parent 6477937193
commit 88a85cd36c
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-20130726.tar.gz'
sha1 'e56af71947e178b8f0281cfe6bf9a3f2070fb962'
url 'https://github.com/yyuu/pyenv/archive/v0.4.0-20131023.tar.gz'
sha1 'c869a01e663e762a4ee116d12c1b36e3a3563c8f'
head 'https://github.com/yyuu/pyenv.git'