Package: python-ws4py / 0.5.1+dfsg1-4

Metadata

Package Version Patches format
python-ws4py 0.5.1+dfsg1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix tests.patch | (download)

test/test_manager.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix tests

Based on upstream commits:
- b5d47f7b3497f1b713a20fe6306b7d9afdd8c408
- b2a76a33960040d7d3d27c68bf17c12f169f81c7

fix unittest failing on 1 CPU machines

0002 Make intersphinx use object.inv from python doc.patch | (download)

docs/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 make intersphinx use object.inv from python-doc


0003 Fix compatibility with Python 3.7.patch | (download)

test/autobahn_test_servers.py | 4 2 + 2 - 0 !
ws4py/async_websocket.py | 9 7 + 2 - 0 !
ws4py/server/tulipserver.py | 7 6 + 1 - 0 !
3 files changed, 15 insertions(+), 5 deletions(-)

 fix compatibility with python 3.7.

0004 Remove Mock.patch | (download)

test/test_cherrypy.py | 2 1 + 1 - 0 !
test/test_client.py | 2 1 + 1 - 0 !
test/test_manager.py | 2 1 + 1 - 0 !
test/test_utils.py | 2 1 + 1 - 0 !
test/test_websocket.py | 2 1 + 1 - 0 !
5 files changed, 5 insertions(+), 5 deletions(-)

---