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