From cdb9d17de4f588e6d606b8f14882c5d2087aa80f95923a6bb29b617f527cbcca Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 10 May 2023 07:00:44 +0000 Subject: [PATCH] - 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 --- python-websocket-client.changes | 12 ++++++++++++ python-websocket-client.spec | 4 +--- websocket-client-1.4.2.tar.gz | 3 --- websocket-client-1.5.1.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 websocket-client-1.4.2.tar.gz create mode 100644 websocket-client-1.5.1.tar.gz diff --git a/python-websocket-client.changes b/python-websocket-client.changes index a92c36a..2b5fbff 100644 --- a/python-websocket-client.changes +++ b/python-websocket-client.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 10 07:00:29 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-websocket-client.spec b/python-websocket-client.spec index c931b6f..16c3965 100644 --- a/python-websocket-client.spec +++ b/python-websocket-client.spec @@ -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 diff --git a/websocket-client-1.4.2.tar.gz b/websocket-client-1.4.2.tar.gz deleted file mode 100644 index a5d4869..0000000 --- a/websocket-client-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6e8f90ca8e2dd4e8027c4561adeb9456b54044312dba655e7cae652ceb9ae59 -size 49113 diff --git a/websocket-client-1.5.1.tar.gz b/websocket-client-1.5.1.tar.gz new file mode 100644 index 0000000..a4c8ae5 --- /dev/null +++ b/websocket-client-1.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f09e6d8230892547132177f575a4e3e73cfdf06526e20cc02aa1c3b47184d40 +size 49942