python-websocket-client: update to 1.7.0
authorJavier Marcet <javier@marcet.info>
Mon, 1 Jan 2024 10:39:54 +0000 (11:39 +0100)
committerRosen Penev <rosenp@gmail.com>
Tue, 2 Jan 2024 23:16:38 +0000 (15:16 -0800)
  - 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 <javier@marcet.info>
lang/python/python-websocket-client/Makefile

index c3173ce1edf5b18925cddeff61f43454e9fd394e..d77fabd0b595ca516b87e7301998ab458ce44578 100644 (file)
@@ -1,11 +1,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-websocket-client
-PKG_VERSION:=1.6.4
+PKG_VERSION:=1.7.0
 PKG_RELEASE:=1
 
 PYPI_NAME:=websocket-client
-PKG_HASH:=b3324019b3c28572086c4a319f91d1dcd44e6e11cd340232978c684a7650d0df
+PKG_HASH:=10e511ea3a8c744631d3bd77e61eb17ed09304c413ad42cf6ddfa4c7787e8fe6
 
 PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
 PKG_LICENSE:=Apache-2.0