diff options
| author | Alex Gaynor | 2014-12-10 15:27:19 -0800 | 
|---|---|---|
| committer | Tim D. Smith | 2014-12-11 09:48:18 -0800 | 
| commit | 2748258ead6290dd601140897335fd9d4d24317b (patch) | |
| tree | 6c683fba515cfa9b34caaf02eda29c3cc1bd23d9 /Library/Formula/python.rb | |
| parent | 11bb3d4fa37b102c74a0f016735bfeea8bca6582 (diff) | |
| download | homebrew-2748258ead6290dd601140897335fd9d4d24317b.tar.bz2 | |
python 2.7.9
Closes #34869.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 9 | 
1 files changed, 4 insertions, 5 deletions
| diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index db9759d65..6e201f305 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -3,9 +3,8 @@ require "formula"  class Python < Formula    homepage "https://www.python.org"    head "https://hg.python.org/cpython", :using => :hg, :branch => "2.7" -  url "https://www.python.org/ftp/python/2.7.8/Python-2.7.8.tgz" -  sha1 "511960dd78451a06c9df76509635aeec05b2051a" -  revision 2 +  url "https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz" +  sha1 "7a191bcccb598ccbf2fa6a0edce24a97df3fc0ad"    bottle do      revision 3 @@ -34,8 +33,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-5.4.2.tar.gz" -    sha1 "a681ba56c30c0eb66528215842d3e3fcb5157614" +    url "https://pypi.python.org/packages/source/s/setuptools/setuptools-7.0.tar.gz" +    sha1 "971d3efef71872c9d420df4cff6e04255024f9ae"    end    resource "pip" do | 
