Merge lp:~leonardr/launchpadlib/restfulclient-0.9.10 into lp:launchpadlib

Proposed by Leonard Richardson
Status: Merged
Approved by: Gary Poster
Approved revision: 73
Merge reported by: Leonard Richardson
Merged at revision: not available
Proposed branch: lp:~leonardr/launchpadlib/restfulclient-0.9.10
Merge into: lp:launchpadlib
Diff against target: 65 lines (+6/-3)
4 files modified
setup.py (+1/-1)
src/launchpadlib/docs/hosted-files.txt (+1/-1)
src/launchpadlib/docs/introduction.txt (+3/-1)
src/launchpadlib/docs/people.txt (+1/-0)
To merge this branch: bzr merge lp:~leonardr/launchpadlib/restfulclient-0.9.10
Reviewer Review Type Date Requested Status
Gary Poster Approve
Review via email: mp+14666@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Leonard Richardson (leonardr) wrote :

This branch upgrades the version of lazr.restfulclient used to 0.9.10, and changes the tests slightly so they'll pass when run under 0.9.10.

Revision history for this message
Gary Poster (gary) wrote :

Thank you.

Gary

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2009-10-27 12:00:13 +0000
3+++ setup.py 2009-11-09 21:45:20 +0000
4@@ -60,7 +60,7 @@
5 license='LGPL v3',
6 install_requires=[
7 'httplib2',
8- 'lazr.restfulclient>=0.9.9',
9+ 'lazr.restfulclient>=0.9.10',
10 'lazr.uri',
11 'oauth',
12 'setuptools',
13
14=== modified file 'src/launchpadlib/docs/hosted-files.txt'
15--- src/launchpadlib/docs/hosted-files.txt 2009-07-09 13:27:28 +0000
16+++ src/launchpadlib/docs/hosted-files.txt 2009-11-09 21:45:20 +0000
17@@ -56,7 +56,7 @@
18 Traceback (most recent call last):
19 ...
20 HTTPError: HTTP Error 400: Bad Request
21-
22+ ...
23
24 == Caching ==
25
26
27=== modified file 'src/launchpadlib/docs/introduction.txt'
28--- src/launchpadlib/docs/introduction.txt 2009-10-27 15:24:36 +0000
29+++ src/launchpadlib/docs/introduction.txt 2009-11-09 21:45:20 +0000
30@@ -347,6 +347,7 @@
31 Traceback (most recent call last):
32 ...
33 HTTPError: HTTP Error 401: Unauthorized
34+ ...
35
36 The application is not allowed to access Launchpad with a bad access token.
37
38@@ -358,6 +359,7 @@
39 Traceback (most recent call last):
40 ...
41 HTTPError: HTTP Error 401: Unauthorized
42+ ...
43
44 The application is not allowed to access Launchpad with a bad access secret.
45
46@@ -369,7 +371,7 @@
47 Traceback (most recent call last):
48 ...
49 HTTPError: HTTP Error 401: Unauthorized
50-
51+ ...
52
53 Clean up
54 ========
55
56=== modified file 'src/launchpadlib/docs/people.txt'
57--- src/launchpadlib/docs/people.txt 2009-04-16 19:30:01 +0000
58+++ src/launchpadlib/docs/people.txt 2009-11-09 21:45:20 +0000
59@@ -160,6 +160,7 @@
60 Traceback (most recent call last):
61 ...
62 HTTPError: HTTP Error 400: Bad Request
63+ ...
64
65 Actually, the exception contains other useful information.
66

Subscribers

People subscribed via source and target branches