[meta-python] python3-socketio: upgrade 5.4.1 -> 5.5.0

Message ID 1637733085-16356-1-git-send-email-xuhuan.fnst@fujitsu.com
State New
Headers show
Series [meta-python] python3-socketio: upgrade 5.4.1 -> 5.5.0 | expand

Commit Message

XU Huan Nov. 24, 2021, 5:51 a.m. UTC
From: Xu Huan <xuhuan.fnst@fujitsu.com>

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 <xuhuan.fnst@fujitsu.com>
---
 .../{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%)

Patch

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 bf8ce4c7bf..425dadc4f1 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"