diff options
| author | Misty De Meo | 2014-06-14 15:04:26 -0700 |
|---|---|---|
| committer | Misty De Meo | 2014-06-14 15:17:09 -0700 |
| commit | 34f72472701587ff50dfe2247b5a8b10b465db82 (patch) | |
| tree | 104f7534b1cf4ecdf99d541c4585133bcd973762 | |
| parent | eec3d65b47163ee6ed5b967660da011758a7c498 (diff) | |
| download | homebrew-34f72472701587ff50dfe2247b5a8b10b465db82.tar.bz2 | |
python: setuptools 5.0.1
| -rw-r--r-- | Library/Formula/python.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 76a142a15..26faf1d1e 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -5,7 +5,7 @@ class Python < Formula head "http://hg.python.org/cpython", :using => :hg, :branch => "2.7" url "http://www.python.org/ftp/python/2.7.7/Python-2.7.7.tgz" sha1 "1db01d7f325d8ceaf986976800106018b82ae45a" - revision 1 + revision 2 bottle do sha1 "1e16fa963a72c3a1d4abed0bf54685bae59304de" => :mavericks @@ -31,8 +31,8 @@ class Python < Formula skip_clean "bin/easy_install", "bin/easy_install-2.7" resource "setuptools" do - url "https://pypi.python.org/packages/source/s/setuptools/setuptools-4.0.1.tar.gz" - sha1 "a43549f4a01f314bf54567628f8de7d1c03d5930" + url "https://pypi.python.org/packages/source/s/setuptools/setuptools-5.0.1.tar.gz" + sha1 "08967022405ee730c7e9605aad5b1354cc76dd67" end resource "pip" do |
