aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim D. Smith2015-04-06 23:47:20 -0700
committerTim D. Smith2015-04-07 00:23:43 -0700
commitd51bbc0d63b457976cd7f3407c5f2a14ea620cc3 (patch)
treef3ad731d4f97edba7a2d99f7d4b0c522d2103f59
parentf40236e0fb62411891f625a3f86ef552973c0ed5 (diff)
downloadhomebrew-d51bbc0d63b457976cd7f3407c5f2a14ea620cc3.tar.bz2
python: setuptools 15.0, pip 6.1.0
-rw-r--r--Library/Formula/python.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index f0f9ca8c5..663424d04 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -32,13 +32,13 @@ 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-12.0.5.tar.gz"
- sha256 "bda326cad34921060a45004b0dd81f828d471695346e303f4ca53b8ba6f4547f"
+ url "https://pypi.python.org/packages/source/s/setuptools/setuptools-15.0.tar.gz"
+ sha256 "718d13adf87f99a45835bb20e0a1c4c036de644cd32b3f112639403aa04ebeb5"
end
resource "pip" do
- url "https://pypi.python.org/packages/source/p/pip/pip-6.0.8.tar.gz"
- sha256 "0d58487a1b7f5be2e5e965c11afbea1dc44ecec8069de03491a4d0d6c85f4551"
+ url "https://pypi.python.org/packages/source/p/pip/pip-6.1.0.tar.gz"
+ sha256 "89f120e2ab3d25ab70c36eb28ad4f280fc9ba71736e74d3055f609c1f9173768"
end
# Patch for pyport.h macro issue