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
1=== modified file 'src/lazr/restfulclient/docs/caching.txt'
2--- src/lazr/restfulclient/docs/caching.txt 2010-05-10 11:09:46 +0000
3+++ src/lazr/restfulclient/docs/caching.txt 2014-06-24 13:14:09 +0000
4@@ -13,11 +13,11 @@
5 send: 'GET /1.0/ ...
6 reply: ...200...
7 ...
8- header: Content-Type: application/vnd.sun.wadl+xml
9+ header: Content-Type:application/vnd.sun.wadl+xml
10 send: 'GET /1.0/ ...
11 reply: ...200...
12 ...
13- header: Content-Type: application/json
14+ header: Content-Type:application/json
15
16 >>> print service_with_cache.recipes[4].instructions
17 send: 'GET /1.0/recipes/4 ...
18
19=== modified file 'src/lazr/restfulclient/docs/operations.txt'
20--- src/lazr/restfulclient/docs/operations.txt 2012-09-26 11:08:51 +0000
21+++ src/lazr/restfulclient/docs/operations.txt 2014-06-24 13:14:09 +0000
22@@ -84,7 +84,7 @@
23 >>> print webservice.named_post(url, 'make_more_interesting')
24 HTTP/1.1 301 Moved Permanently
25 ...
26- Location: http://cookbooks.dev/devel/cookbooks/The%20New%20New%20cookbook
27+ Location:http://cookbooks.dev/devel/cookbooks/The%20New%20New%20cookbook
28 ...
29
30 JSON-encoding
31
32=== modified file 'versions.cfg'
33--- versions.cfg 2012-09-26 11:08:51 +0000
34+++ versions.cfg 2014-06-24 13:14:09 +0000
35@@ -37,7 +37,7 @@
36 transaction = 1.0.0
37 van.testing = 3.0.0
38 wadllib = 1.2.0
39-wsgi-intercept = 0.5.1
40+wsgi-intercept = 0.6.4
41 wsgiref = 0.1.2
42 z3c.recipe.scripts = 1.0.1
43 z3c.recipe.sphinxdoc = 0.0.8

Subscribers

People subscribed via source and target branches