summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-03-01 08:37:48 +0800
committerKhem Raj <raj.khem@gmail.com>2022-03-01 09:06:56 -0800
commit1d4bc7ffabf71936c3cbd7ac05bcc765b53f78fc (patch)
tree2290471dd3fb2fc780e67e9098fab494c51d027b /meta-python/recipes-devtools/python
parent4ad76aaaea71803a8f14b41b3494494ec17c8ebe (diff)
downloadmeta-openembedded-1d4bc7ffabf71936c3cbd7ac05bcc765b53f78fc.tar.gz
python3-socketio: upgrade 5.5.1 -> 5.5.2
Changelog: ========= Connect with an empty auth object instead of None Fix indentation in the "Rooms" docs example. Remove 3.6 and pypy-3.6 builds, add 3.10 and pypy-3.8 Signed-off-by: Wang Mingyu <wangmy@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/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-socketio_5.5.2.bb (renamed from meta-python/recipes-devtools/python/python3-socketio_5.5.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-socketio_5.5.1.bb b/meta-python/recipes-devtools/python/python3-socketio_5.5.2.bb
index ebbb5c047a..4b22a73553 100644
--- a/meta-python/recipes-devtools/python/python3-socketio_5.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-socketio_5.5.2.bb
@@ -9,7 +9,7 @@ inherit pypi setuptools3
9 9
10PYPI_PACKAGE = "python-socketio" 10PYPI_PACKAGE = "python-socketio"
11 11
12SRC_URI[sha256sum] = "ac8e64d59a15d1c31a4fe8434f4ff16d0f640c824ba517dce7ca99e95f0cd36a" 12SRC_URI[sha256sum] = "6213f7dfbb87e554472d11151f96bae9059854aa88e4a1e0fa6e97cca1c3fcf4"
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"