aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSamuel John2013-08-21 17:29:54 +0200
committerSamuel John2013-08-21 17:29:54 +0200
commitcdf08aa79bd21fcd7b4a5d0d9b435671de477637 (patch)
treeb2e389d42e0c29feaf84f1f2fd9021cbbbcd626c /Library
parent955b8fa58c69b1060b83a383ddb14392bee806be (diff)
downloadhomebrew-cdf08aa79bd21fcd7b4a5d0d9b435671de477637.tar.bz2
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.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/python.rb8
-rw-r--r--Library/Formula/python3.rb8
2 files changed, 8 insertions, 8 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index 632ed4e5f..976c030ec 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -1,13 +1,13 @@
require 'formula'
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 Python < Formula
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