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

Side by Side Diff: bootstrap/deps.pyl

Issue 2706193002: Update coverage to 4.3.4 (Closed)
Patch Set: trybot Created 3 years, 10 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 | recipe_modules/json/__init__.py » ('j') | 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 'coverage': { 4 'coverage': {
5 'version': '4.1', 5 'version': '4.3.4',
6 'build': '0', 6 'build': '0',
7 'repo': 'external/github.com/nedbat/coveragepy', 7 'repo': 'external/github.com/nedbat/coveragepy',
8 'rev': '4e2faeead034005cda1bcb096afde921527a748f', 8 'rev': '4dbcd5982eeb53a34bee17d9a4e539b222d1239e',
9 }, 9 },
10 'cffi': { 10 'cffi': {
11 'version': '0.9.0', 11 'version': '0.9.0',
12 'build': '1', 12 'build': '1',
13 'gs': 'cabed2c0ab329dc19ff4f089b26bf9f4faae55e4.tar.gz', 13 'gs': 'cabed2c0ab329dc19ff4f089b26bf9f4faae55e4.tar.gz',
14 'implicit': True, # Required by cryptography 14 'implicit': True, # Required by cryptography
15 }, 15 },
16 'cryptography': { 16 'cryptography': {
17 'version': '0.7.2', 17 'version': '0.7.2',
18 'build': '0', 18 'build': '0',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'rev': '496f40dca9a47c0f1dfe0cd841256485708c8442', 58 'rev': '496f40dca9a47c0f1dfe0cd841256485708c8442',
59 }, 59 },
60 'six': { 60 'six': {
61 'version': '1.7.3', 61 'version': '1.7.3',
62 'build': '0', 62 'build': '0',
63 'repo': 'external/bitbucket.org/gutworth/six', 63 'repo': 'external/bitbucket.org/gutworth/six',
64 'rev': 'e0898d97d5951af01ba56e86acaa7530762155c8', 64 'rev': 'e0898d97d5951af01ba56e86acaa7530762155c8',
65 'implicit': True, # Required by pyOpenSSL 65 'implicit': True, # Required by pyOpenSSL
66 }, 66 },
67 } 67 }
OLDNEW
« no previous file with comments | « no previous file | recipe_modules/json/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698