Merge lp:~gary/launchpad/bug752282 into lp:launchpad

Proposed by Gary Poster
Status: Merged
Approved by: Robert Collins
Approved revision: no longer in the source branch.
Merged at revision: 13635
Proposed branch: lp:~gary/launchpad/bug752282
Merge into: lp:launchpad
Diff against target: 12 lines (+1/-1)
1 file modified
versions.cfg (+1/-1)
To merge this branch: bzr merge lp:~gary/launchpad/bug752282
Reviewer Review Type Date Requested Status
Robert Collins (community) Approve
Review via email: mp+70787@code.launchpad.net

Commit message

[incr] [r=lifeless] update Launchpad to use the newest python-keyring library.

Description of the change

This updates Launchpad to use the newest python-keyring library.

To post a comment you must log in.
Revision history for this message
Robert Collins (lifeless) wrote :

FWIW this is something I would totally self review.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'versions.cfg'
--- versions.cfg 2011-08-08 19:25:38 +0000
+++ versions.cfg 2011-08-08 20:37:28 +0000
@@ -26,7 +26,7 @@
26httplib2 = 0.6.026httplib2 = 0.6.0
27ipython = 0.9.127ipython = 0.9.1
28Jinja2 = 2.228Jinja2 = 2.2
29keyring = 0.5.129keyring = 0.6.2
30launchpadlib = 1.9.930launchpadlib = 1.9.9
31lazr.amqp = 0.131lazr.amqp = 0.1
32lazr.authentication = 0.1.132lazr.authentication = 0.1.1