Merge lp:~leonardr/launchpad/test-launchpadlib into lp:launchpad

Proposed by Leonard Richardson
Status: Merged
Merged at revision: not available
Proposed branch: lp:~leonardr/launchpad/test-launchpadlib
Merge into: lp:launchpad
Diff against target: 30 lines
1 file modified
versions.cfg (+4/-3)
To merge this branch: bzr merge lp:~leonardr/launchpad/test-launchpadlib
Reviewer Review Type Date Requested Status
Abel Deuring (community) Approve
Review via email: mp+13834@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Leonard Richardson (leonardr) wrote :

This branch updates the version of launchpadlib tested in Launchpad, so that my changes from https://code.edge.launchpad.net/~leonardr/launchpadlib/oauth-in-restfulclient will be tested. To get this to work I had to upgrade lazr.restfulclient, wadllib, and add lazr.authentication. All of these I'll be committing to download-cache/dist once this branch is approved.

Revision history for this message
Abel Deuring (adeuring) wrote :

i trust you that these "magic version numbers" make sense ;)

Revision history for this message
Abel Deuring (adeuring) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'versions.cfg'
2--- versions.cfg 2009-10-21 12:52:27 +0000
3+++ versions.cfg 2009-10-23 12:10:28 +0000
4@@ -22,14 +22,15 @@
5 grokcore.component = 1.6
6 httplib2 = 0.4.0
7 ipython = 0.9.1
8-launchpadlib = 1.5.1
9+launchpadlib = 1.5.3
10+lazr.authentication = 0.1.1
11 lazr.batchnavigator = 1.1
12 lazr.config = 1.1.3
13 lazr.delegates = 1.1.0
14 lazr.enum = 1.1.2
15 lazr.lifecycle = 1.0
16 lazr.restful = 0.9.13
17-lazr.restfulclient = 0.9.5
18+lazr.restfulclient = 0.9.9
19 lazr.smtptest = 1.1
20 lazr.uri = 1.0.2
21 martian = 0.11
22@@ -54,7 +55,7 @@
23 transaction = 1.0a1
24 uuid = 1.30
25 van.testing = 2.0.1
26-wadllib = 1.1.3
27+wadllib = 1.1.4
28 webunit = 1.3.8
29 # r1440 of lp:~bjornt/windmill/1.3-lp. It includes our patches to make test
30 # setup and tear down more robust, which didn't make it into the 1.3 release.