Accepting request 441397 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/441397 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websocket-client?expand=0&rev=7
This commit is contained in:
commit
e852255934
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb3ab95617ed2098d24723e3ad04ed06c4fde661400b96daa1859af965bfe040
|
||||
size 192180
|
3
websocket_client-0.37.0.tar.gz
Normal file
3
websocket_client-0.37.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:678b246d816b94018af5297e72915160e2feb042e0cde1a9397f502ac3a52f41
|
||||
size 194246
|
Loading…
Reference in New Issue
Block a user