From 227acd9950ccd85baf4774b0a2f56c1d7a78de03 Mon Sep 17 00:00:00 2001 From: Tim D. Smith Date: Wed, 28 Jan 2015 22:05:06 -0800 Subject: python3: pip 6.0.7, setuptools 12.0.5 Closes #36345. --- Library/Formula/python3.rb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Library/Formula/python3.rb') diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 689a12044..622d32b9d 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -1,5 +1,3 @@ -require "formula" - class Python3 < Formula homepage "https://www.python.org/" url "https://www.python.org/ftp/python/3.4.2/Python-3.4.2.tar.xz" @@ -34,13 +32,13 @@ class Python3 < Formula skip_clean "bin/easy_install3", "bin/easy_install-#{VER}" resource "setuptools" do - url "https://pypi.python.org/packages/source/s/setuptools/setuptools-11.3.1.tar.gz" - sha1 "88e43ad9c2c759a33c8c44d742b6d18125ccca16" + url "https://pypi.python.org/packages/source/s/setuptools/setuptools-12.0.5.tar.gz" + sha1 "cd49661e090a397d77c690f7f2d06852b7086be9" end resource "pip" do - url "https://pypi.python.org/packages/source/p/pip/pip-6.0.6.tar.gz" - sha1 "7b9eeff2e8f76098f32d32f114ea93c0ce200a3b" + url "https://pypi.python.org/packages/source/p/pip/pip-6.0.7.tar.gz" + sha1 "d2539dcd3d938863c7f6d7197d2f53066c92cf23" end patch :DATA if build.with? "brewed-tk" -- cgit v1.2.3