aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-engineio
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2023-08-03 23:44:45 +0800
committerTianling Shen <cnsztl@gmail.com>2023-08-10 05:07:59 +0800
commit466dfed2f20caf23da40928950a664d1e773d7f3 (patch)
tree6119b1d47e4022cb649c6a8da8fa9ab9b99fdcc3 /lang/python/python-engineio
parent40a680ffd7d155798123a9eadcc3411f7a201259 (diff)
python-engineio: Update to 4.5.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-engineio')
-rw-r--r--lang/python/python-engineio/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-engineio/Makefile b/lang/python/python-engineio/Makefile
index ab4b44908..4a2f51ff5 100644
--- a/lang/python/python-engineio/Makefile
+++ b/lang/python/python-engineio/Makefile
@@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-engineio
-PKG_VERSION:=4.1.0
+PKG_VERSION:=4.5.1
PKG_RELEASE:=1
PYPI_NAME:=python-engineio
-PKG_HASH:=21e1bcc62f5573a4bb1c805e69915c5a4c5aa953005dde6c2f707c24554c1020
+PKG_HASH:=b167a1b208fcdce5dbe96a61a6ca22391cfa6715d796c22de93e3adf9c07ae0c
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
PKG_LICENSE:=MIT
@@ -26,7 +26,7 @@ define Package/python3-engineio
SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
- TITLE:=Engine.IO server
+ TITLE:=Engine.IO server and client
URL:=https://github.com/miguelgrinberg/python-engineio
DEPENDS:= \
+python3-light \