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
=== modified file 'setup.py'
--- setup.py 2009-10-27 12:00:13 +0000
+++ setup.py 2009-11-09 21:45:20 +0000
@@ -60,7 +60,7 @@
60 license='LGPL v3',60 license='LGPL v3',
61 install_requires=[61 install_requires=[
62 'httplib2',62 'httplib2',
63 'lazr.restfulclient>=0.9.9',63 'lazr.restfulclient>=0.9.10',
64 'lazr.uri',64 'lazr.uri',
65 'oauth',65 'oauth',
66 'setuptools',66 'setuptools',
6767
=== modified file 'src/launchpadlib/docs/hosted-files.txt'
--- src/launchpadlib/docs/hosted-files.txt 2009-07-09 13:27:28 +0000
+++ src/launchpadlib/docs/hosted-files.txt 2009-11-09 21:45:20 +0000
@@ -56,7 +56,7 @@
56 Traceback (most recent call last):56 Traceback (most recent call last):
57 ...57 ...
58 HTTPError: HTTP Error 400: Bad Request58 HTTPError: HTTP Error 400: Bad Request
5959 ...
6060
61== Caching ==61== Caching ==
6262
6363
=== modified file 'src/launchpadlib/docs/introduction.txt'
--- src/launchpadlib/docs/introduction.txt 2009-10-27 15:24:36 +0000
+++ src/launchpadlib/docs/introduction.txt 2009-11-09 21:45:20 +0000
@@ -347,6 +347,7 @@
347 Traceback (most recent call last):347 Traceback (most recent call last):
348 ...348 ...
349 HTTPError: HTTP Error 401: Unauthorized349 HTTPError: HTTP Error 401: Unauthorized
350 ...
350351
351The application is not allowed to access Launchpad with a bad access token.352The application is not allowed to access Launchpad with a bad access token.
352353
@@ -358,6 +359,7 @@
358 Traceback (most recent call last):359 Traceback (most recent call last):
359 ...360 ...
360 HTTPError: HTTP Error 401: Unauthorized361 HTTPError: HTTP Error 401: Unauthorized
362 ...
361363
362The application is not allowed to access Launchpad with a bad access secret.364The application is not allowed to access Launchpad with a bad access secret.
363365
@@ -369,7 +371,7 @@
369 Traceback (most recent call last):371 Traceback (most recent call last):
370 ...372 ...
371 HTTPError: HTTP Error 401: Unauthorized373 HTTPError: HTTP Error 401: Unauthorized
372374 ...
373375
374Clean up376Clean up
375========377========
376378
=== modified file 'src/launchpadlib/docs/people.txt'
--- src/launchpadlib/docs/people.txt 2009-04-16 19:30:01 +0000
+++ src/launchpadlib/docs/people.txt 2009-11-09 21:45:20 +0000
@@ -160,6 +160,7 @@
160 Traceback (most recent call last):160 Traceback (most recent call last):
161 ...161 ...
162 HTTPError: HTTP Error 400: Bad Request162 HTTPError: HTTP Error 400: Bad Request
163 ...
163164
164Actually, the exception contains other useful information.165Actually, the exception contains other useful information.
165166

Subscribers

People subscribed via source and target branches