python-engineio: bump to 4.13.1

Changes since 4.5.1:
- v4.6+: Add support for WebTransport protocol
- v4.9+: Improved async task handling and cancellation
- v4.11.0: Required minimum for python-socketio 5.12+
- Various fixes for connection lifecycle and error handling

Also add test.sh to verify WSGI/ASGI app wrappers and server creation.

Link: https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
Alexandru Ardelean
2026-03-29 13:35:57 +00:00
committed by Alexandru Ardelean
parent d0100cef45
commit 62f7b05b68
2 changed files with 35 additions and 3 deletions
+5 -3
View File
@@ -8,11 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-engineio
PKG_VERSION:=4.5.1
PKG_VERSION:=4.13.1
PKG_RELEASE:=1
PYPI_NAME:=python-engineio
PKG_HASH:=b167a1b208fcdce5dbe96a61a6ca22391cfa6715d796c22de93e3adf9c07ae0c
PYPI_SOURCE_NAME:=python_engineio
PKG_HASH:=0a853fcef52f5b345425d8c2b921ac85023a04dfcf75d7b74696c61e940fd066
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE:=MIT
@@ -36,7 +37,8 @@ define Package/python3-engineio
+python3-asyncio \
+python3-logging \
+python3-openssl \
+python3-urllib
+python3-urllib \
+python3-simple-websocket
endef
define Package/python3-engineio/description