forked from pool/python-websocket-client
- update to 1.5.1:
* Fix logic bug that can cause disconnects
* Refactor and improve ping/pong logic to resolve several
issues, including an infinite loop issue during reconnect
* Fix issue where `skip_utf8_validation = True` is ignored
* Fix issue where sslopt `is_ssl` is ignored
* Downgrade "websocket connected" message from logging.warning
to logging.info
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websocket-client?expand=0&rev=51
This commit is contained in:
@@ -22,11 +22,9 @@
|
||||
%bcond_with libalternatives
|
||||
%endif
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-websocket-client
|
||||
Version: 1.4.2
|
||||
Version: 1.5.1
|
||||
Release: 0
|
||||
Summary: WebSocket client implementation
|
||||
License: LGPL-2.1-only
|
||||
|
||||
Reference in New Issue
Block a user