From 2803df401ecc88ca09ffab965d76e9c360d6c718 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Fri, 4 Apr 2014 17:13:38 +0900 Subject: pyenv 0.4.0-20140404 Changes: * pyenv: Reads only the first word from version file. This is as same behavior as rbenv. * python-build: Fix build of Tkinter with Tcl/Tk 8.6 * python-build: Fix build problem with Readline 6.3 * python-build: Do not exit with errors even if some of modules are absent * python-build: MacOSX was mispelled as MaxOSX in `anaconda_architecture` * python-build: Use default `cc` as the C Compiler to build CPython * python-build: Display value from `pypy_architecture` and `anaconda_architecture` on errors * python-build: Remove old development version; 2.6-dev * python-build: Update default setuptools version (3.3 -> 3.4.1) Closes #28133. Signed-off-by: Mike McQuaid --- Library/Formula/pyenv.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/pyenv.rb b/Library/Formula/pyenv.rb index b88003b92..50334b01e 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-20140317.tar.gz' - sha1 '70ef9a1528ef497f4500ae3ab225ceec5322ebb6' + url 'https://github.com/yyuu/pyenv/archive/v0.4.0-20140404.tar.gz' + sha1 '7b9e2cd26ac195d9849b1311a94fbdd0c97c2dc2' head 'https://github.com/yyuu/pyenv.git' -- cgit v1.2.3