forked from pool/python-websocket-client
- 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) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websocket-client?expand=0&rev=16
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user