- 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
This commit is contained in:
Dirk Mueller 2023-12-13 10:36:49 +00:00 committed by Git OBS Bridge
parent 93152d8db5
commit 46ebb351f2
4 changed files with 17 additions and 4 deletions

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Dec 13 10:36:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3324019b3c28572086c4a319f91d1dcd44e6e11cd340232978c684a7650d0df
size 51905

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10e511ea3a8c744631d3bd77e61eb17ed09304c413ad42cf6ddfa4c7787e8fe6
size 54037