From d476ff0792c78b1216aeec265218e524f4500526f7accaaf31463e9a19d26ca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 16 Apr 2019 11:30:42 +0000 Subject: [PATCH] - Update to 0.56.0: * Don't retry sockets with timeout set to 0(#536) * Add response headers in WebSocketBadStatusException (#501) * Manually assigning WebSocket-Version (#506) * SSL socket handling fix (#474) * Let setup.py use the same license as LICENSE file (#517) * Ensure that "timeout" is passed down, when calling WebSocket.connect() (#513) * Retry connect on "Interrupted system call" (#528) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websocket-client?expand=0&rev=33 --- python-websocket-client.changes | 12 ++++++++++++ python-websocket-client.spec | 2 +- websocket_client-0.54.0.tar.gz | 3 --- websocket_client-0.56.0.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 websocket_client-0.54.0.tar.gz create mode 100644 websocket_client-0.56.0.tar.gz diff --git a/python-websocket-client.changes b/python-websocket-client.changes index 4409234..6eac1cf 100644 --- a/python-websocket-client.changes +++ b/python-websocket-client.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Apr 16 11:14:09 UTC 2019 - Tomáš Chvátal + +- Update to 0.56.0: + * Don't retry sockets with timeout set to 0(#536) + * Add response headers in WebSocketBadStatusException (#501) + * Manually assigning WebSocket-Version (#506) + * SSL socket handling fix (#474) + * Let setup.py use the same license as LICENSE file (#517) + * Ensure that "timeout" is passed down, when calling WebSocket.connect() (#513) + * Retry connect on "Interrupted system call" (#528) + ------------------------------------------------------------------- Wed Mar 6 19:47:18 UTC 2019 - Tomáš Chvátal diff --git a/python-websocket-client.spec b/python-websocket-client.spec index 91a350a..db7c43a 100644 --- a/python-websocket-client.spec +++ b/python-websocket-client.spec @@ -24,7 +24,7 @@ %define ssl_match_hostname python-backports.ssl_match_hostname %endif Name: python-websocket-client -Version: 0.54.0 +Version: 0.56.0 Release: 0 Summary: WebSocket client implementation License: LGPL-2.1-only diff --git a/websocket_client-0.54.0.tar.gz b/websocket_client-0.54.0.tar.gz deleted file mode 100644 index d597ac8..0000000 --- a/websocket_client-0.54.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e51562c91ddb8148e791f0155fdb01325d99bb52c4cdbb291aee7a3563fd0849 -size 36413 diff --git a/websocket_client-0.56.0.tar.gz b/websocket_client-0.56.0.tar.gz new file mode 100644 index 0000000..34177d6 --- /dev/null +++ b/websocket_client-0.56.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd5520878b68b84b5748bb30e592b10d0a91529d5383f74f4964e72b297fd3a +size 36951