Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(696)

Unified Diff: utils/external_packages.py

Issue 3554003: Merge remote branch 'cros/upstream' into tempbranch3 (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tko/parsers/version_1.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/external_packages.py
diff --git a/utils/external_packages.py b/utils/external_packages.py
index 9f746556488544d31f3f63951e7086ef02fd336a..d505eef83eb3d38e8f1a54cc597d5d435fbd2c1f 100644
--- a/utils/external_packages.py
+++ b/utils/external_packages.py
@@ -478,11 +478,11 @@ class SetuptoolsPackage(ExternalPackage):
# For all known setuptools releases a string compare works for the
# version string. Hopefully they never release a 0.10. (Their own
# version comparison code would break if they did.)
- version = '0.6c9'
+ version = '0.6c11'
urls = ('http://pypi.python.org/packages/source/s/setuptools/'
'setuptools-%s.tar.gz' % (version,),)
local_filename = 'setuptools-%s.tar.gz' % version
- hex_sum = '79086433b341f0c1df45e10d586a7d3cc25089f1'
+ hex_sum = '8d1ad6384d358c547c50c60f1bfdb3362c6c4a7d'
SUDO_SLEEP_DELAY = 15
« no previous file with comments | « tko/parsers/version_1.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698