python-websocket-client: update to 1.7.0
authorJavier Marcet <redacted>
Mon, 1 Jan 2024 10:39:54 +0000 (11:39 +0100)
committerRosen Penev <redacted>
Tue, 2 Jan 2024 23:16:38 +0000 (15:16 -0800)
commit84658c5ea823f3f85793420d3ee08f1f1a504fb3
tree488d5e3906d5c453bbf479309213a66ecf5420cb
parent7391ca3d49ef92ca6510152bae0260fd4b0a738f
python-websocket-client: 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 (9b51f73)
  - Add `send_text()` and `send_bytes()` to _app.py
  - Improved typehint support (9b51f738b73d00)
  - General readability improvements, made all string concatenations
  use f-strings (780584f3eabc6e)
  - Applied black formatting style to code (da7f286)

Signed-off-by: Javier Marcet <redacted>
lang/python/python-websocket-client/Makefile
git clone https://git.99rst.org/PROJECT