diff options
author | Javier Marcet <javier@marcet.info> | 2023-10-12 21:44:22 +0200 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-10-14 11:21:09 +0800 |
commit | 5340e9d7d837fc6169206a3af1e2c684c55c1bf7 (patch) | |
tree | 7a4fc7d74da4c93d9525f998c2f52d84b604cb5b /lang/python | |
parent | 37142e1475ceb73c4363412b0654c83150c2c9bd (diff) |
python-websocket-client: update to 1.6.4
- 1.6.4
- Add support for HTTP 307 and 308 redirect codes
- 1.6.3
- Fix type hints issues
- Add support for Python beta release 3.12 in CI
- Add maintainer email in setup.py
Signed-off-by: Javier Marcet <javier@marcet.info>
Diffstat (limited to 'lang/python')
-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 3044b2eb5..c3173ce1e 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.6.2 +PKG_VERSION:=1.6.4 PKG_RELEASE:=1 PYPI_NAME:=websocket-client -PKG_HASH:=53e95c826bf800c4c465f50093a8c4ff091c7327023b10bfaff40cf1ef170eaa +PKG_HASH:=b3324019b3c28572086c4a319f91d1dcd44e6e11cd340232978c684a7650d0df PKG_MAINTAINER:=Javier Marcet <javier@marcet.info> PKG_LICENSE:=Apache-2.0 |