diff mbox series

[meta-python] python3-socketio: upgrade 5.9.0 -> 5.10.0

Message ID 1698103998-31662-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-socketio: upgrade 5.9.0 -> 5.10.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Oct. 23, 2023, 11:33 p.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
-New SimpleClient and AsyncSimpleClient classes
-Reporting to Socket.IO Admin UI
-Support entering and leaving rooms through pubsub client managers
-Async versions of enter_room and leave_room should be coroutines
-Add a shutdown() function for the server
-Message queue optimizations
-Remove unneeded arguments from super()
-Internal code restructure (no functional changes)
-Add FastAPI and Litestar server examples
-Update Socket.IO JavaScript client to version 4.7.2 in all examples
-Update ping_timeout documented default to accord with current Engine.IO behavior
-Refactor common testing helpers into a separate module
-Migrate Python package metadata to pyproject.toml

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-socketio_5.9.0.bb => python3-socketio_5.10.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-socketio_5.9.0.bb => python3-socketio_5.10.0.bb} (89%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-socketio_5.9.0.bb b/meta-python/recipes-devtools/python/python3-socketio_5.10.0.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-socketio_5.9.0.bb
rename to meta-python/recipes-devtools/python/python3-socketio_5.10.0.bb
index 9064ee4b8d..68168bb635 100644
--- a/meta-python/recipes-devtools/python/python3-socketio_5.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-socketio_5.10.0.bb
@@ -9,7 +9,7 @@  inherit pypi python_setuptools_build_meta
 
 PYPI_PACKAGE = "python-socketio"
 
-SRC_URI[sha256sum] = "dc42735f65534187f381fde291ebf620216a4960001370f32de940229b2e7f8f"
+SRC_URI[sha256sum] = "01c616946fa9f67ed5cc3d1568e1c4940acfc64aeeb9ff621a53e80cabeb748a"
 
 PACKAGECONFIG ?= "asyncio_client client"
 PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp ${PYTHON_PN}-websockets"