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

Side by Side Diff: bootstrap/deps.pyl

Issue 508873005: Reimplemented tree_for_master, which now uses gatekeeper config files to map master URLs to the tre… (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 6 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 unified diff | Download patch
OLDNEW
1 #vim: ft=python: 1 #vim: ft=python:
2 { 2 {
3 'wheel': { 3 'wheel': {
4 'version': '0.24.0', 4 'version': '0.24.0',
5 'build': '0', 5 'build': '0',
6 'gs': 'c02262299489646af253067e8136c060a93572e3.tar.gz', 6 'gs': 'c02262299489646af253067e8136c060a93572e3.tar.gz',
7 }, 7 },
8 8
9 'argcomplete': { 9 'argcomplete': {
10 'version': '0.8.0', 10 'version': '0.8.0',
11 'build': '0', 11 'build': '0',
12 'rev': 'a88dcaae3132003ae123d39a2cd9924113b8f985', 12 'rev': 'a88dcaae3132003ae123d39a2cd9924113b8f985',
13 }, 13 },
14 'beautifulsoup4': { 14 'beautifulsoup4': {
15 'version': '4.3.2', 15 'version': '4.3.2',
16 'build': '0', 16 'build': '0',
17 'rev': '372c827cb1d38e418163d6b3fa5f550bdc5a8ec7', 17 'rev': '372c827cb1d38e418163d6b3fa5f550bdc5a8ec7',
18 }, 18 },
19 'coverage': { 19 'coverage': {
20 'version': '3.7.1', 20 'version': '3.7.1',
21 'build': '0', 21 'build': '0',
22 'rev': '8da39d5389c602bb838363563bd2e31ecbb53754', 22 'rev': '8da39d5389c602bb838363563bd2e31ecbb53754',
23 }, 23 },
24 'mock': {
25 'version': '1.0.1',
26 'build': '0',
27 'gs': 'ba2b1d5f84448497e14e25922c5e3293f0a91c7e.tar.gz',
ghost stip (do not use) 2014/09/04 23:15:40 I've copied mock to infra/third_party/mock Please
Sergiy Byelozyorov 2014/09/05 12:59:06 Done.
28 },
24 'numpy': { 29 'numpy': {
25 'version': '1.10.0.dev_7e53e9b', 30 'version': '1.10.0.dev_7e53e9b',
26 'build': '0', 31 'build': '0',
27 'rev': '7e53e9b6f50ba98aafb73147917dfc39743fffd0', 32 'rev': '7e53e9b6f50ba98aafb73147917dfc39743fffd0',
28 }, 33 },
29 'python_dateutil': { 34 'python_dateutil': {
30 'version': '1.5', 35 'version': '1.5',
31 'build': '0', 36 'build': '0',
32 'rev': '30af0028a6633dc415a6c41bf2f2a67bda9bb68a', 37 'rev': '30af0028a6633dc415a6c41bf2f2a67bda9bb68a',
33 }, 38 },
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'gs': '108bdef1b3ca7050ff93c59e7ef7225c9c1a8b07.tar.gz', 114 'gs': '108bdef1b3ca7050ff93c59e7ef7225c9c1a8b07.tar.gz',
110 'implicit': True, 115 'implicit': True,
111 }, 116 },
112 'rsa': { 117 'rsa': {
113 'version': '3.1.4', 118 'version': '3.1.4',
114 'build': '0', 119 'build': '0',
115 'gs': '208583c49489b7ab415a4455eae7618b7055feca.tar.gz', 120 'gs': '208583c49489b7ab415a4455eae7618b7055feca.tar.gz',
116 'implicit': True, 121 'implicit': True,
117 }, 122 },
118 } 123 }
OLDNEW
« no previous file with comments | « no previous file | infra/tools/builder_alerts/__main__.py » ('j') | infra/tools/builder_alerts/__main__.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698