python-websocket-client: update to 1.4.1
authorJavier Marcet <javier@marcet.info>
Tue, 6 Sep 2022 21:32:25 +0000 (23:32 +0200)
committerRosen Penev <rosenp@gmail.com>
Fri, 9 Sep 2022 22:18:12 +0000 (15:18 -0700)
  - Fix stack growth bug when `run_forever` reconnects
  - Add doctest CI for sphinx docs code examples (d150099)
  - General docs improvements
  - Fix automatic reconnect with `run_forever`
  - Allow a timeout to be set when using a proxy

Signed-off-by: Javier Marcet <javier@marcet.info>
lang/python/python-websocket-client/Makefile

index cf205ebf005f9b5da0f5e231d031f9360a7a91e4..d5b6f758e918799b8215f50eab24e5bb98eb76e6 100644 (file)
@@ -1,11 +1,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-websocket-client
-PKG_VERSION:=1.3.3
+PKG_VERSION:=1.4.1
 PKG_RELEASE:=1
 
 PYPI_NAME:=websocket-client
-PKG_HASH:=d58c5f284d6a9bf8379dab423259fe8f85b70d5fa5d2916d5791a84594b122b1
+PKG_HASH:=f9611eb65c8241a67fb373bef040b3cf8ad377a9f6546a12b620b6511e8ea9ef
 
 PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
 PKG_LICENSE:=Apache-2.0