From 5849fd76a6c6751cb2ca60b5a23e62453056358a Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Sat, 27 Sep 2014 09:35:49 +0200 Subject: [PATCH] Fix POST requests to the HTTP/RPC+JSON webservice Upstream Spyne crashes on POST requests to the HTTP/RPC+JSON webservice. We patched it in a rather hacky way. This was a regression from the old codebase, where we installed Spyne separately from our LUMC GitHub mirror. This is now also referenced in the requirements.txt file. Thanks to Ken Doig for reporting the issue. --- CHANGES.rst | 3 +++ requirements.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index f3f1e2fc..60fe604c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,9 @@ Version 2.0.1 Release date to be decided. +- Fix POST requests to the HTTP/RPC+JSON webservice. This was a regression + from version 2.0.beta-33. Thanks to Ken Doig for reporting the issue. + Version 2.0.0 ------------- diff --git a/requirements.txt b/requirements.txt index dc3e7ac8..8913dd85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pyparsing==2.0.1 pytz==2013.9 requests==2.2.1 simplejson==3.3.3 -spyne==2.10.10 +-e git+https://github.com/LUMC/spyne.git@spyne-2.10.10-mutalyzer#egg=spyne suds==0.4 wsgiref==0.1.2 xlrd==0.9.2 -- GitLab