From ee3c61f8168a09dd6afa25722e13fd93af42d3da Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Wed, 24 Nov 2021 13:51:25 +0800 Subject: [PATCH] python3-socketio: upgrade 5.4.1 -> 5.5.0 Option to disable the SIGINT handler in the client Do not invoke reserved events on a catch-all handler Use correct binary packet types in the msgpack packet encoder Add missing call() method to namespace classes Add missing to argument to namespace emit() and send() methods Configure Redis pubsub to skip subscription message Migrate async Redis client manager to aioredis 2 Update Python supported versions in docs Document how to get the connection state in the client Improved documentation of start_background_task() function Improved documentation of call() method Fixed intermittent test failures Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-socketio_5.4.1.bb => python3-socketio_5.5.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-socketio_5.4.1.bb => python3-socketio_5.5.0.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-socketio_5.4.1.bb b/meta-python/recipes-devtools/python/python3-socketio_5.5.0.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-socketio_5.4.1.bb rename to meta-python/recipes-devtools/python/python3-socketio_5.5.0.bb index bf8ce4c7b..425dadc4f 100644 --- a/meta-python/recipes-devtools/python/python3-socketio_5.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-socketio_5.5.0.bb @@ -9,7 +9,7 @@ inherit pypi setuptools3 PYPI_PACKAGE = "python-socketio" -SRC_URI[sha256sum] = "ef4e273ddfebb421144a228cbab1e7e27ffe8d372514fa561e57d590ea6627b0" +SRC_URI[sha256sum] = "ce972ea1b82aa1811fa10d30cf0d5c251b9a1558c3d66829b6fe70854bcccf0b" PACKAGECONFIG ?= "asyncio_client client" PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp ${PYTHON_PN}-websockets"