diff options
Diffstat (limited to 'Library/Formula')
| -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  | 
