Merge lp:~xnox/lazr.restfulclient/wsgi-intercept-0.6.x into lp:lazr.restfulclient

Proposed by Dimitri John Ledkov
Status: Rejected
Rejected by: Dimitri John Ledkov
Proposed branch: lp:~xnox/lazr.restfulclient/wsgi-intercept-0.6.x
Merge into: lp:lazr.restfulclient
Prerequisite: lp:~xnox/lazr.restfulclient/py3
Diff against target: 43 lines (+4/-4)
3 files modified
src/lazr/restfulclient/docs/caching.txt (+2/-2)
src/lazr/restfulclient/docs/operations.txt (+1/-1)
versions.cfg (+1/-1)
To merge this branch: bzr merge lp:~xnox/lazr.restfulclient/wsgi-intercept-0.6.x
Reviewer Review Type Date Requested Status
Barry Warsaw Pending
LAZR Developers Pending
Review via email: mp+224292@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

We've discussed on IRC and agreed that this is a wsgi_intercept regression to not follow upstream RFC recommendation w.r.t. not preceeding header values with a single space.

Submitted upstream at https://github.com/cdent/python3-wsgi-intercept/pull/20

And uploaded into unstable (to migrate into utopic).

Once new upstream point release is available, it would be ok to be freely bumped without any changes required.

Unmerged revisions

140. By Dimitri John Ledkov

Fix compat with wsgi-intercept 0.6.x

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/lazr/restfulclient/docs/caching.txt'
--- src/lazr/restfulclient/docs/caching.txt 2010-05-10 11:09:46 +0000
+++ src/lazr/restfulclient/docs/caching.txt 2014-06-24 13:14:09 +0000
@@ -13,11 +13,11 @@
13 send: 'GET /1.0/ ...13 send: 'GET /1.0/ ...
14 reply: ...200...14 reply: ...200...
15 ...15 ...
16 header: Content-Type: application/vnd.sun.wadl+xml16 header: Content-Type:application/vnd.sun.wadl+xml
17 send: 'GET /1.0/ ...17 send: 'GET /1.0/ ...
18 reply: ...200...18 reply: ...200...
19 ...19 ...
20 header: Content-Type: application/json20 header: Content-Type:application/json
2121
22 >>> print service_with_cache.recipes[4].instructions22 >>> print service_with_cache.recipes[4].instructions
23 send: 'GET /1.0/recipes/4 ...23 send: 'GET /1.0/recipes/4 ...
2424
=== modified file 'src/lazr/restfulclient/docs/operations.txt'
--- src/lazr/restfulclient/docs/operations.txt 2012-09-26 11:08:51 +0000
+++ src/lazr/restfulclient/docs/operations.txt 2014-06-24 13:14:09 +0000
@@ -84,7 +84,7 @@
84 >>> print webservice.named_post(url, 'make_more_interesting')84 >>> print webservice.named_post(url, 'make_more_interesting')
85 HTTP/1.1 301 Moved Permanently85 HTTP/1.1 301 Moved Permanently
86 ...86 ...
87 Location: http://cookbooks.dev/devel/cookbooks/The%20New%20New%20cookbook87 Location:http://cookbooks.dev/devel/cookbooks/The%20New%20New%20cookbook
88 ...88 ...
8989
90JSON-encoding90JSON-encoding
9191
=== modified file 'versions.cfg'
--- versions.cfg 2012-09-26 11:08:51 +0000
+++ versions.cfg 2014-06-24 13:14:09 +0000
@@ -37,7 +37,7 @@
37transaction = 1.0.037transaction = 1.0.0
38van.testing = 3.0.038van.testing = 3.0.0
39wadllib = 1.2.039wadllib = 1.2.0
40wsgi-intercept = 0.5.140wsgi-intercept = 0.6.4
41wsgiref = 0.1.241wsgiref = 0.1.2
42z3c.recipe.scripts = 1.0.142z3c.recipe.scripts = 1.0.1
43z3c.recipe.sphinxdoc = 0.0.843z3c.recipe.sphinxdoc = 0.0.8

Subscribers

People subscribed via source and target branches