From 46ebb351f2ac76a5a7fb50924b4cabe15241bd09acabfe168434b4a82f19d87b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 13 Dec 2023 10:36:49 +0000 Subject: [PATCH] - update to 1.7.0: * Renamed `mask` variable in ABNF to prevent name collision with `mask()` function (9b51f73) * Fixed old http import of HTTPStatus in _handshake.py * Add `send_text()` and `send_bytes()` to _app.py * Improved typehint support * General readability improvements, made all string concatenations use f-strings * Applied black formatting style to code (da7f286) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websocket-client?expand=0&rev=59 --- python-websocket-client.changes | 13 +++++++++++++ python-websocket-client.spec | 2 +- websocket-client-1.6.4.tar.gz | 3 --- websocket-client-1.7.0.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 websocket-client-1.6.4.tar.gz create mode 100644 websocket-client-1.7.0.tar.gz diff --git a/python-websocket-client.changes b/python-websocket-client.changes index 3ae881f..2278aed 100644 --- a/python-websocket-client.changes +++ b/python-websocket-client.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Dec 13 10:36:07 UTC 2023 - Dirk Müller + +- update to 1.7.0: + * Renamed `mask` variable in ABNF to prevent name collision + with `mask()` function (9b51f73) + * Fixed old http import of HTTPStatus in _handshake.py + * Add `send_text()` and `send_bytes()` to _app.py + * Improved typehint support + * General readability improvements, made all string + concatenations use f-strings + * Applied black formatting style to code (da7f286) + ------------------------------------------------------------------- Mon Nov 27 20:30:23 UTC 2023 - Dirk Müller diff --git a/python-websocket-client.spec b/python-websocket-client.spec index 0a6b55c..aad2853 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.6.4 +Version: 1.7.0 Release: 0 Summary: WebSocket client implementation License: LGPL-2.1-only diff --git a/websocket-client-1.6.4.tar.gz b/websocket-client-1.6.4.tar.gz deleted file mode 100644 index a7cb2c7..0000000 --- a/websocket-client-1.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3324019b3c28572086c4a319f91d1dcd44e6e11cd340232978c684a7650d0df -size 51905 diff --git a/websocket-client-1.7.0.tar.gz b/websocket-client-1.7.0.tar.gz new file mode 100644 index 0000000..2037c4d --- /dev/null +++ b/websocket-client-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e511ea3a8c744631d3bd77e61eb17ed09304c413ad42cf6ddfa4c7787e8fe6 +size 54037