diff --git a/python-websocket-client.changes b/python-websocket-client.changes index 2a291c2..cf5c72c 100644 --- a/python-websocket-client.changes +++ b/python-websocket-client.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Nov 9 19:43:22 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 1.4.2 + - create_dispatcher is determined by URL ws/wss, NOT by presence of sslopt args, to maintain consistency (#875) + - Remove redundant key generation line (#864) + - Updated docs to fix old links and updated CI to include Python 3.11 + ------------------------------------------------------------------- Tue Oct 11 17:11:02 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-websocket-client.spec b/python-websocket-client.spec index cd0caad..2e3dfe3 100644 --- a/python-websocket-client.spec +++ b/python-websocket-client.spec @@ -25,7 +25,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-websocket-client -Version: 1.4.1 +Version: 1.4.2 Release: 0 Summary: WebSocket client implementation License: LGPL-2.1-only diff --git a/websocket-client-1.4.1.tar.gz b/websocket-client-1.4.1.tar.gz deleted file mode 100644 index 86d84ad..0000000 --- a/websocket-client-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9611eb65c8241a67fb373bef040b3cf8ad377a9f6546a12b620b6511e8ea9ef -size 50883 diff --git a/websocket-client-1.4.2.tar.gz b/websocket-client-1.4.2.tar.gz new file mode 100644 index 0000000..a5d4869 --- /dev/null +++ b/websocket-client-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e8f90ca8e2dd4e8027c4561adeb9456b54044312dba655e7cae652ceb9ae59 +size 49113