diff mbox series

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

Message ID 1693965799-14846-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-python] python3-socketio: upgrade 5.8.0 -> 5.9.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 6, 2023, 2:03 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
Optimized performance and memory usage for broadcasts
Improved documentation on horizontal scaling
Corrected user session documentation example
Improved grammar in documentation
Fix docstring typo: client/server mixup
Fix typos in the documentation
Upgrade dependencies in Django server example
Update reference JavaScript examples
Upgrade to pypy-3.9 in unit tests

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

Patch

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