Results 44 comments of bgermann

I submitted a PR based on @jreiser's existing fork.

... which just arrived in a release candidate.

This works only for rar5. (Edit: wrong; that was for v3.4.3; now also rar4 works)

The message is actually triggered by the SFX support code. Current master still fails on that particular file.

Would you please reopen the issue? I do not see how to do it myself.

See https://bugs.debian.org/1000008

It is caused by the newer msgpack version 1.0.0 in sid. There are no patches involved but that version has some breaking changes. I think you can work around that...

sure, I will give it a try. should take ~15min

``` TestMessagePackServer.test_roundtrip _______________________________________________________________________________________ self = def test_roundtrip(self): v = "yaaay!" class SomeService(Service): @rpc(Unicode, _returns=Unicode) def yay(ctx, u): return u app = Application([SomeService], 'tns', in_protocol=MessagePackDocument(), out_protocol=MessagePackDocument()) prot = self.gen_prot(app) request =...

The error that I posted is from a Debian sid which has all of the spyne package's [Build-Dependencies](https://packages.debian.org/source/sid/spyne) installed. Tests are then run via `python3 -m pytest --ignore=spyne/test/interop --ignore=examples`