diff options
| author | Yamashita Yuu | 2014-02-11 12:21:47 +0900 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-10 19:40:05 -0800 |
| commit | 529b065d8f78bbe7eabb174d5f1d61900840b50b (patch) | |
| tree | 4fdcafe40f8832e15915de4cc1e95d039eea33cc /Library/Formula/pyenv.rb | |
| parent | 2ff6ebd89f524530d1823501291f0a9aa7a799ff (diff) | |
| download | homebrew-529b065d8f78bbe7eabb174d5f1d61900840b50b.tar.bz2 | |
pyenv 0.4.0-20140211
Changes:
* pyenv: Always append the directory at the top of the `$PATH` to return proper value for `sys.executable`
* pyenv: Unset `GREP_OPTIONS` to avoid issues of conflicting options
* python-build: Install `pip` with using `ensurepip` if available
* python-build: Add support for framework installation (`--enable-framework`) of CPython
* python-build: Import `bats` tests from ruby-build v20140110.1
* python-build: Add new CPython release candidates; 3.3.4, 3.4.0b3
* python-build: Add [Anaconda](https://store.continuum.io/cshop/anaconda/) and [Miniconda](http://repo.continuum.io/miniconda/) binary distributions
* python-build: Display error if the wget does not support Server Name Indication (SNI) to avoid SSL verification error when downloading from https://pypi.python.org.
* python-build: Update default setuptools version (2.1 -> 2.2)
* python-build: Update default pip version (1.5.1 -> 1.5.2)
* python-build: Import recent changes from ruby-build v20140204
Closes #26605.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/pyenv.rb')
| -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 c2e7da3ed..a4983f8e7 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-20140110.1.tar.gz' - sha1 '40204db80537741edbed87a6eefcbf823433ddc2' + url 'https://github.com/yyuu/pyenv/archive/v0.4.0-20140211.tar.gz' + sha1 'f7c8a5baa9a6f857344935bec3f280a5fe1c6408' head 'https://github.com/yyuu/pyenv.git' |
