aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorXu Huan <xuhuan.fnst@fujitsu.com>2021-11-24 13:51:25 +0800
committerKhem Raj <raj.khem@gmail.com>2021-11-29 08:42:08 -0800
commitee3c61f8168a09dd6afa25722e13fd93af42d3da (patch)
treeee327b7edf0ae721179cd34c4419573490d3f312 /meta-python
parentce7ee830167387556707152f85f5fd5f84853c60 (diff)
downloadmeta-openembedded-ee3c61f8168a09dd6afa25722e13fd93af42d3da.tar.gz
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 <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-socketio_5.5.0.bb (renamed from meta-python/recipes-devtools/python/python3-socketio_5.4.1.bb)2
1 files changed, 1 insertions, 1 deletions
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
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"