File python3-websocket-client.changes of Package python3-websocket-client
-------------------------------------------------------------------
Sun May 15 04:19:19 UTC 2016 - arun@gmx.de
- update to version 0.37.0:
* fixed fialer that `websocket.create_connection` does not accept
`origin` as a parameter (#246 )
-------------------------------------------------------------------
Sun May 8 07:15:39 UTC 2016 - arun@gmx.de
- specfile:
* updated source url to files.pythonhosted.org
-------------------------------------------------------------------
Tue Apr 12 04:42:10 UTC 2016 - arun@gmx.de
- update to version 0.36.0:
* added support for using custom connection class (#235)
* use Named logger (#238)
* implement ping/pong timeout (#241)
* Corrects the syntax highlight code (#243)
* fixed failure to join thread before it is started (#242)
-------------------------------------------------------------------
Sat Mar 19 11:17:39 UTC 2016 - andrea@opensuse.org
- set up update alternatives
-------------------------------------------------------------------
Sat Jan 16 20:50:37 UTC 2016 - arun@gmx.de
- update to version 0.35.0:
* Prints timings in console (#217)
* use inspect.getfullargspec with Python 3.x (#219)
* Check that exception message is actually a string before trying
for substring check (#224)
* Use pre-initialized stream socket (#226)
* fixed TypeError: cafile, capath and cadata cannot be all omitted
(#227)
- changes from version 0.34.0:
* Change import style (#203)
* fix attribute error on the older python. (#215)
- changes from version 0.33.0:
* fixed timeout+ssl error handling bug on python 2.7.10 (#190)
* add proxy support to wsdump.py (#194)
* use wsaccel if available (#193)
* add support for ssl cert chains to support client certs (#195)
* fix string formatting in exception (#196)
* fix typo in README.rst (#197)
* introduce on_data callback to pass data type. (#198)
* WebSocketBadStatusException for Handshake error (#199)
* set close timeout (#192)
* Map dict to headers list (#204)
* support client certification (#207)
* security improvement during handshake (#211)
* improve logging of error from callback (#212)
-------------------------------------------------------------------
Thu Jan 14 09:54:28 UTC 2016 - andrea@opensuse.org
- New package