diff --git a/python-websocket-client.changes b/python-websocket-client.changes index 1d3f286..09ed757 100644 --- a/python-websocket-client.changes +++ b/python-websocket-client.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Tue Nov 15 13:11:34 UTC 2016 - dmueller@suse.com + +- update to 0.37.0: + - fixed fialer that `websocket.create_connection` does not accept `origin` as a parameter (#246 ) + - 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) + - 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) + - Change import style (#203) + - fix attribute error on the older python. (#215) + - 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) + ------------------------------------------------------------------- Tue Apr 12 07:57:30 UTC 2016 - andrea@opensuse.org diff --git a/python-websocket-client.spec b/python-websocket-client.spec index b7dabc7..01d71fd 100644 --- a/python-websocket-client.spec +++ b/python-websocket-client.spec @@ -24,13 +24,13 @@ %endif Name: python-websocket-client -Version: 0.32.0 +Version: 0.37.0 Release: 0 Summary: WebSocket client implementation License: LGPL-2.1 Group: Development/Languages/Python Url: https://github.com/liris/websocket-client/releases -Source0: https://pypi.python.org/packages/source/w/websocket-client/websocket_client-%{version}.tar.gz +Source0: https://pypi.io/packages/source/w/websocket-client/websocket_client-%{version}.tar.gz BuildRequires: %backports BuildRequires: python-setuptools BuildRequires: python-six @@ -90,7 +90,6 @@ if [ $1 -eq 0 ] ; then update-alternatives --remove wsdump.py %{_bindir}/wsdump.py-%{py_ver} fi - %files %defattr(-,root,root,-) %doc LICENSE README.rst diff --git a/websocket_client-0.32.0.tar.gz b/websocket_client-0.32.0.tar.gz deleted file mode 100644 index 07ec2fb..0000000 --- a/websocket_client-0.32.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb3ab95617ed2098d24723e3ad04ed06c4fde661400b96daa1859af965bfe040 -size 192180 diff --git a/websocket_client-0.37.0.tar.gz b/websocket_client-0.37.0.tar.gz new file mode 100644 index 0000000..dba28ca --- /dev/null +++ b/websocket_client-0.37.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:678b246d816b94018af5297e72915160e2feb042e0cde1a9397f502ac3a52f41 +size 194246