From 1c49d1a309bf360942d07b39cd1794e32e5c3da2 Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Tue, 6 Sep 2022 23:32:25 +0200 Subject: [PATCH] python-websocket-client: update to 1.4.1 - 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 --- lang/python/python-websocket-client/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-websocket-client/Makefile b/lang/python/python-websocket-client/Makefile index cf205ebf0..d5b6f758e 100644 --- a/lang/python/python-websocket-client/Makefile +++ b/lang/python/python-websocket-client/Makefile @@ -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 PKG_LICENSE:=Apache-2.0