diff --git a/python-websocket-client.changes b/python-websocket-client.changes index fb655ae..b4ed92f 100644 --- a/python-websocket-client.changes +++ b/python-websocket-client.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Feb 8 13:24:49 UTC 2015 - rjschwei@suse.com + +- Update to version 0.23.0 + - Remove spurious print statement. (#135) + - Fix not thread-safe of Websocket.close() (#120) + - Try to get proxy info from environment if not explicitly provided (#124) + - support proxy basic authenticaiton. (#125) + - Fix NoneType exception at WebsocketApp.send (#126) + - not use proxy for localhost (#132) + - Check for socket before attempting to close (#115) + - Enable turning off SSL verification in wsdump.py(#116) + - Enable to set subprotocol(#118) + - Better support for Autobahn test suite (http://autobahn.ws/testsuite) (#117) - suppress close event message(#107) + - detect socket connection state(#109) + - support for code and reason in on_close callback(#111) + - continuation frame handling seems suspicious(#113) + ------------------------------------------------------------------- Thu Oct 2 15:56:51 UTC 2014 - toddrme2178@gmail.com diff --git a/python-websocket-client.spec b/python-websocket-client.spec index d3a2dd6..02fc46b 100644 --- a/python-websocket-client.spec +++ b/python-websocket-client.spec @@ -1,7 +1,7 @@ # # spec file for package python-websocket-client # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-websocket-client -Version: 0.18.0 +Version: 0.23.0 Release: 0 Summary: WebSocket client implementation License: LGPL-2.1 @@ -63,7 +63,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} rm %{buildroot}/%{python_sitelib}/websocket/cacert.pem %check -python tests/test_websocket.py +python websocket/tests/test_websocket.py %files %defattr(-,root,root,-) @@ -71,12 +71,13 @@ python tests/test_websocket.py %dir %{python_sitelib}/websocket %dir %{python_sitelib}/websocket_client-%{version}-py*.egg-info %{_bindir}/wsdump.py +%exclude %{python_sitelib}/websocket/tests/ %{python_sitelib}/websocket/* %{python_sitelib}/*egg-info/* %files test %defattr(-,root,root,-) -%dir %{python_sitelib}/tests -%{python_sitelib}/tests/* +%dir %{python_sitelib}/websocket/tests +%{python_sitelib}/websocket/tests/* %changelog diff --git a/websocket-client-0.18.0.tar.gz b/websocket-client-0.18.0.tar.gz deleted file mode 100644 index 349b26f..0000000 --- a/websocket-client-0.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bc6c2eb9d154432408d664f1289be0d58473daa4086ac61dcee1ba523f4d610 -size 192122 diff --git a/websocket-client-0.23.0.tar.gz b/websocket-client-0.23.0.tar.gz new file mode 100644 index 0000000..d949544 --- /dev/null +++ b/websocket-client-0.23.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2519c674a318f1ab0b3db44a5f743615cba1b43708d7abe4741a5f087ea038 +size 195191