Accepting request 1085984 from devel:languages:python

- 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/request/show/1085984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-websocket-client?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2023-05-11 10:31:35 +00:00 committed by Git OBS Bridge
commit 0fffad67b3
4 changed files with 16 additions and 6 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 10 07:00:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 21 12:38:47 UTC 2023 - Dirk Müller <dmueller@suse.com> Fri Apr 21 12:38:47 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -22,11 +22,9 @@
%bcond_with libalternatives %bcond_with libalternatives
%endif %endif
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-websocket-client Name: python-websocket-client
Version: 1.4.2 Version: 1.5.1
Release: 0 Release: 0
Summary: WebSocket client implementation Summary: WebSocket client implementation
License: LGPL-2.1-only License: LGPL-2.1-only

View File

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

BIN
websocket-client-1.5.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.