diff options
| author | Donald Stufft | 2014-12-18 21:56:32 -0500 | 
|---|---|---|
| committer | Tim D. Smith | 2014-12-19 07:26:24 -0500 | 
| commit | 95e50818a0ae7c9b0be257e23e7a7e29b832ec21 (patch) | |
| tree | 77838c1d6d54f4ec98dd0669ef0e762f5a97fff1 /Library/Formula/python.rb | |
| parent | 6e2238a579e1b8962c482e5796a246318187f774 (diff) | |
| download | homebrew-95e50818a0ae7c9b0be257e23e7a7e29b832ec21.tar.bz2 | |
Upgrade Python 2, PyPy, and PyPy3 to setuptools 8.2.1
Closes #35118.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 3206b2344..afe655a93 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -33,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-8.0.2.tar.gz" -    sha1 "bacdf139b210ea6c16ffa98eefa2eb8074dc7869" +    url "https://pypi.python.org/packages/source/s/setuptools/setuptools-8.2.1.tar.gz" +    sha1 "ddb4454303142be3446437e4fafb13bbd4570133"    end    resource "pip" do | 
