diff --git a/python-websocket-client.changes b/python-websocket-client.changes index 23d12b4..3ae881f 100644 --- a/python-websocket-client.changes +++ b/python-websocket-client.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon Nov 27 20:30:23 UTC 2023 - Dirk Müller + +- update to 1.6.4: + * Fix #952, add support for HTTP 307 and 308 redirect codes + * Fix type hints issues + * Add support for Python beta release 3.12 in CI + * Add maintainer email in setup.py + * Add support for SSLKEYLOGFILE environment variable + * Add support for callable header arguments + * Change handling of proxy environment variables, is_secure set + to true now prevents http_proxy from getting used + * Fix Dispatcher keyboard interrupt. Should solve reconnect + loop with rel + * Fix teardown issue when ping thread is not properly ended + * Fix double ping wait time on first ping + * Minor type hints improvements (eda6724, 54b3013) + * Add logic to avoid error in the case where content-length + header does not exist, bug introduced in 1.5.2 + * Fix wsdump.py script typing, bug introduced in 1.5.2 + * Add type hints + * Fix pytype errors + * Fix args passed to logging function + * Standardize PEP 3101 formatting (c6a445f) + * Add more verbose exception for unsuccessful handshake + ------------------------------------------------------------------- Wed May 10 07:00:29 UTC 2023 - Dirk Müller diff --git a/python-websocket-client.spec b/python-websocket-client.spec index 16c3965..0a6b55c 100644 --- a/python-websocket-client.spec +++ b/python-websocket-client.spec @@ -24,7 +24,7 @@ %{?sle15_python_module_pythons} Name: python-websocket-client -Version: 1.5.1 +Version: 1.6.4 Release: 0 Summary: WebSocket client implementation License: LGPL-2.1-only diff --git a/websocket-client-1.5.1.tar.gz b/websocket-client-1.5.1.tar.gz deleted file mode 100644 index a4c8ae5..0000000 --- a/websocket-client-1.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f09e6d8230892547132177f575a4e3e73cfdf06526e20cc02aa1c3b47184d40 -size 49942 diff --git a/websocket-client-1.6.4.tar.gz b/websocket-client-1.6.4.tar.gz new file mode 100644 index 0000000..a7cb2c7 --- /dev/null +++ b/websocket-client-1.6.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3324019b3c28572086c4a319f91d1dcd44e6e11cd340232978c684a7650d0df +size 51905