forked from pool/python-websocket-client
- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
9fb1a8dd45
commit
d476ff0792
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 16 11:14:09 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- 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 <tchvatal@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user