diff options
author | Javier Marcet <javier@marcet.info> | 2022-09-06 23:32:25 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-09-09 15:18:12 -0700 |
commit | 1c49d1a309bf360942d07b39cd1794e32e5c3da2 (patch) | |
tree | 5553b77a8cdf62fe5be173819f0bdda647b85063 /lang/python/python-websocket-client | |
parent | bb44de86343bfcecbc64084aa8aaa4173084d697 (diff) |
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 <javier@marcet.info>
Diffstat (limited to 'lang/python/python-websocket-client')
-rw-r--r-- | lang/python/python-websocket-client/Makefile | 4 |
1 files 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 <javier@marcet.info> PKG_LICENSE:=Apache-2.0 |