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

Side by Side Diff: bootstrap/deps.pyl

Issue 1924833002: Roll expect_tests to 5348408 (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # See README.md, there is a section about this file. 1 # See README.md, there is a section about this file.
2 #vim: ft=python: 2 #vim: ft=python:
3 { 3 {
4 'wheel': { 4 'wheel': {
5 'version': '0.24.0', 5 'version': '0.24.0',
6 'build': '0', 6 'build': '0',
7 'gs': 'c02262299489646af253067e8136c060a93572e3.tar.gz', 7 'gs': 'c02262299489646af253067e8136c060a93572e3.tar.gz',
8 }, 8 },
9 9
10 'argcomplete': { 10 'argcomplete': {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'gs': '35b5e8932cebabc7c3a0fd41cf9e8cd30a4be8ae.tar.gz', 47 'gs': '35b5e8932cebabc7c3a0fd41cf9e8cd30a4be8ae.tar.gz',
48 }, 48 },
49 'enum34': { 49 'enum34': {
50 'version': '1.0.4', 50 'version': '1.0.4',
51 'build': '0', 51 'build': '0',
52 'gs': '10b77f1db47e54abbc4ce6f61df542590b9ad972.tar.gz', 52 'gs': '10b77f1db47e54abbc4ce6f61df542590b9ad972.tar.gz',
53 'implicit': True, # Required by cryptography 53 'implicit': True, # Required by cryptography
54 }, 54 },
55 # expect_tests is maintained by Chrome Infra 55 # expect_tests is maintained by Chrome Infra
56 'expect_tests': { 56 'expect_tests': {
57 'version': '0.3.20', 57 'version': '0.3.21',
58 'build': '0', 58 'build': '0',
59 'repo': 'infra/testing/expect_tests', 59 'repo': 'infra/testing/expect_tests',
60 'rev': '96c03ada3c6eef724c4a36402f8d4bcdc831fc91', 60 'rev': '53484081e87817dd8c9dcf0032aa547ca58607bb',
61 }, 61 },
62 'google_api_python_client': { 62 'google_api_python_client': {
63 'version': '1.4.2', 63 'version': '1.4.2',
64 'build': '0', 64 'build': '0',
65 'repo': 'external/github.com/google/google-api-python-client', 65 'repo': 'external/github.com/google/google-api-python-client',
66 'rev': 'd83246e69b22f084d1ae92da5897572a4a4eb03d', 66 'rev': 'd83246e69b22f084d1ae92da5897572a4a4eb03d',
67 }, 67 },
68 'httplib2': { 68 'httplib2': {
69 'version': '0.9', 69 'version': '0.9',
70 'build': '0', 70 'build': '0',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 'rev': '6581ebfe7e1f95b6f2e193723a9e0e1f02337851', 223 'rev': '6581ebfe7e1f95b6f2e193723a9e0e1f02337851',
224 }, 224 },
225 'WebOb': { 225 'WebOb': {
226 'version': '1.4.1dev', 226 'version': '1.4.1dev',
227 'build': '0', 227 'build': '0',
228 'repo': 'external/github.com/Pylons/webob', 228 'repo': 'external/github.com/Pylons/webob',
229 'rev': 'ec67aba9d62d0e32dc5154c940a2214441bf0a9e', 229 'rev': 'ec67aba9d62d0e32dc5154c940a2214441bf0a9e',
230 # 'implicit': True, # Required by webtest 230 # 'implicit': True, # Required by webtest
231 }, 231 },
232 } 232 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698