From e2b96c38026172d3fec27e12ddfb69ef64a52709 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Sun, 29 Mar 2026 13:35:58 +0000 Subject: [PATCH] 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 --- lang/python/python-socketio/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lang/python/python-socketio/Makefile b/lang/python/python-socketio/Makefile index 0da0ca0096..24b2327eec 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