diff options
| author | Yamashita Yuu | 2013-07-26 17:13:27 +0900 |
|---|---|---|
| committer | Jack Nagel | 2013-07-26 16:22:17 -0500 |
| commit | c88d73c11547c54803e64d2748d23106702a2073 (patch) | |
| tree | 84f7278105b049ddd6c98fbd5f6ce2902fd8f0b5 /Library | |
| parent | 41f0e3655c44ea306f1c6a07238694d3242d3f0f (diff) | |
| download | homebrew-c88d73c11547c54803e64d2748d23106702a2073.tar.bz2 | |
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 #21459.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pyenv.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pyenv.rb b/Library/Formula/pyenv.rb index 5a9ef30ed..7b063570b 100644 --- a/Library/Formula/pyenv.rb +++ b/Library/Formula/pyenv.rb @@ -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' |
