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

Side by Side Diff: bootstrap/deps.pyl

Issue 2065213002: Upgrade testing_support library (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 6 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'version': '1.7.3', 188 'version': '1.7.3',
189 'build': '0', 189 'build': '0',
190 'repo': 'external/bitbucket.org/gutworth/six', 190 'repo': 'external/bitbucket.org/gutworth/six',
191 'rev': 'e0898d97d5951af01ba56e86acaa7530762155c8', 191 'rev': 'e0898d97d5951af01ba56e86acaa7530762155c8',
192 'implicit': True, # Required by python_dateutil, webtest, uritemplate. 192 'implicit': True, # Required by python_dateutil, webtest, uritemplate.
193 }, 193 },
194 'testing_support': { 194 'testing_support': {
195 'version': '0.1.8', 195 'version': '0.1.8',
196 'build': '0', 196 'build': '0',
197 'repo': 'infra/testing/testing_support', 197 'repo': 'infra/testing/testing_support',
198 'rev': '8da98d0f4a123099c4f9132a08b09055c35026dc', 198 'rev': 'ab9c80db669731ff1acdbe8f2f2a36433def4ba1',
199 }, 199 },
200 'tzlocal': { 200 'tzlocal': {
201 'version': '1.2', 201 'version': '1.2',
202 'build': '0', 202 'build': '0',
203 'gs': 'd69c0f47b56c70523e60f6cf17f1f21c00b1ba6b.tar.gz', 203 'gs': 'd69c0f47b56c70523e60f6cf17f1f21c00b1ba6b.tar.gz',
204 }, 204 },
205 'uritemplate': { 205 'uritemplate': {
206 'version': '0.6', 206 'version': '0.6',
207 'build': '0', 207 'build': '0',
208 'repo': 'external/github.com/uri-templates/uritemplate-py', 208 'repo': 'external/github.com/uri-templates/uritemplate-py',
(...skipping 14 matching lines...) Expand all
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