From: Alexandru Ardelean Date: Sun, 29 Mar 2026 13:35:58 +0000 (+0000) Subject: python-socketio: bump to 5.16.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e2b96c38026172d3fec27e12ddfb69ef64a52709;p=openwrt-packages.git python-socketio: bump to 5.16.1 Changes since 5.11.2: - v5.12.0: Add Server.reason attribute for disconnect reason tracking - v5.13+: Improved namespace and room management - v5.16+: Fix compatibility with python-engineio 4.11+ Link: https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-socketio/Makefile b/lang/python/python-socketio/Makefile index 0da0ca009..24b2327ee 100644 --- a/lang/python/python-socketio/Makefile +++ b/lang/python/python-socketio/Makefile @@ -8,16 +8,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-socketio -PKG_VERSION:=5.11.2 +PKG_VERSION:=5.16.1 PKG_RELEASE:=1 PYPI_NAME:=python-socketio -PKG_HASH:=ae6a1de5c5209ca859dc574dccc8931c4be17ee003e74ce3b8d1306162bb4a37 +PYPI_SOURCE_NAME:=python_socketio +PKG_HASH:=f863f98eacce81ceea2e742f6388e10ca3cdd0764be21d30d5196470edf5ea89 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE +PKG_BUILD_DEPENDS:=python-setuptools/host + include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk