Accepting request 284743 from home:rjschwei:branches:devel:languages:python

- 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)

OBS-URL: https://build.opensuse.org/request/show/284743
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websocket-client?expand=0&rev=3
This commit is contained in:
Denisart Benjamin 2015-02-08 13:39:06 +00:00 committed by Git OBS Bridge
parent 655e71ad2d
commit 98379f4522
4 changed files with 27 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3bc6c2eb9d154432408d664f1289be0d58473daa4086ac61dcee1ba523f4d610
size 192122

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce2519c674a318f1ab0b3db44a5f743615cba1b43708d7abe4741a5f087ea038
size 195191