pyenv 0.4.0-20130726

Changes:

* pyenv: Fix minor issue of variable scope in `pyenv versions`
* python-build: Update base ruby-build version to v20130628
* python-build: Use brew managed OpenSSL and GNU Readline if they are available
* python-build: Fix build of CPython 3.3+ on OS X
* python-build: Fix build of native modules of CPython 2.5 on OS X
* python-build: Fix build of CPython 2.6+ on openSUSE
* python-build: Add ancient versions; 2.4.2 and 2.4.6. The build might be broken.
* python-build: Update default pip version (1.3.1 -> 1.4)
* python-build: Update default setuptools version (0.7.2 -> 0.9.7)

Closes Homebrew/homebrew#21459.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Yamashita Yuu 2013-07-26 17:13:27 +09:00 committed by Jack Nagel
parent ddd1c04259
commit bb3c734e52
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-20130613.tar.gz'
sha1 '58fab2ac96b66583299be48394b3dece2eb84155'
url 'https://github.com/yyuu/pyenv/archive/v0.4.0-20130726.tar.gz'
sha1 'e56af71947e178b8f0281cfe6bf9a3f2070fb962'
head 'https://github.com/yyuu/pyenv.git'