From cdf08aa79bd21fcd7b4a5d0d9b435671de477637 Mon Sep 17 00:00:00 2001 From: Samuel John Date: Wed, 21 Aug 2013 17:29:54 +0200 Subject: python & python3: pip 1.4.1, setuptools 1.0. Yay. Bumped pip and setuptools for python and python3. I whish we had formula revisions already now. But on the other hand there is no hurry as the changes to pip/setuptools are not major. --- Library/Formula/python3.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library/Formula/python3.rb') diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index e59ca50c6..8bfea8952 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -6,13 +6,13 @@ require 'formula' # `brew install python`. class Setuptools < Formula - url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-0.9.8.tar.gz' - sha1 'a13ad9411149c52501a15c702a4f3a3c757b5ba9' + url 'https://pypi.python.org/packages/source/s/setuptools/setuptools-1.0.tar.gz' + sha1 '6ff4d37b567d54763cc55ca70ff8058286b8e2c3' end class Pip < Formula - url 'https://pypi.python.org/packages/source/p/pip/pip-1.4.tar.gz' - sha1 '3149dc77c66b77d02497205fca5df56ae9d3e753' + url 'https://pypi.python.org/packages/source/p/pip/pip-1.4.1.tar.gz' + sha1 '9766254c7909af6d04739b4a7732cc29e9a48cb0' end class Python3 < Formula -- cgit v1.2.3