summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-07-22 10:10:49 +0800
committerKhem Raj <raj.khem@gmail.com>2022-07-24 06:28:56 -0700
commite4e0eacc8be2da0d5d77402d1f14c02e8c4efa9e (patch)
tree9a667aa784f898e9274202e5397541afa5b58518 /meta-python/recipes-devtools/python
parent68a9fc5f75a773c9ea3112adaa8955712374f1e5 (diff)
downloadmeta-openembedded-e4e0eacc8be2da0d5d77402d1f14c02e8c4efa9e.tar.gz
python3-socketio: upgrade 5.7.0 -> 5.7.1
Changelog: =========== Add namespaces argument to Server and AsyncServer #822 Add missing await in asyncio server #952 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-socketio_5.7.1.bb (renamed from meta-python/recipes-devtools/python/python3-socketio_5.7.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-socketio_5.7.0.bb b/meta-python/recipes-devtools/python/python3-socketio_5.7.1.bb
index 54ea3c2a1b..f71d4dad64 100644
--- a/meta-python/recipes-devtools/python/python3-socketio_5.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-socketio_5.7.1.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] = "82e3c45baa51f2180f176e5e1c4232a4452f7545a3fe3156d093fa7e5890e816" 12SRC_URI[sha256sum] = "5011a0cd2545c954d7df09eef7489ec424c93b001cc146599cd72f1dd20f0d46"
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"