From 466dfed2f20caf23da40928950a664d1e773d7f3 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Thu, 3 Aug 2023 23:44:45 +0800 Subject: [PATCH] python-engineio: Update to 4.5.1 Signed-off-by: Jeffery To --- lang/python/python-engineio/Makefile | 6 +++--- 1 file 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 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 \