summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-09-06 10:03:19 +0800
committerKhem Raj <raj.khem@gmail.com>2023-09-07 08:22:44 -0700
commit469852855009371d82a9449e9312bde844320b65 (patch)
treed0cf688689fe025f03e5588545171809afa114e3
parentb3381eb3ae12f580615f0a5aea77441af8946124 (diff)
downloadmeta-openembedded-469852855009371d82a9449e9312bde844320b65.tar.gz
python3-socketio: upgrade 5.8.0 -> 5.9.0
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-socketio_5.9.0.bb (renamed from meta-python/recipes-devtools/python/python3-socketio_5.8.0.bb)2
1 files changed, 1 insertions, 1 deletions
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
index 5de749081..9064ee4b8 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
9 9
10PYPI_PACKAGE = "python-socketio" 10PYPI_PACKAGE = "python-socketio"
11 11
12SRC_URI[sha256sum] = "e714f4dddfaaa0cb0e37a1e2deef2bb60590a5b9fea9c343dd8ca5e688416fd9" 12SRC_URI[sha256sum] = "dc42735f65534187f381fde291ebf620216a4960001370f32de940229b2e7f8f"
13 13
14PACKAGECONFIG ?= "asyncio_client client" 14PACKAGECONFIG ?= "asyncio_client client"
15PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp ${PYTHON_PN}-websockets" 15PACKAGECONFIG[asyncio_client] = ",,,${PYTHON_PN}-aiohttp ${PYTHON_PN}-websockets"