summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-09-06 09:59:43 +0800
committerKhem Raj <raj.khem@gmail.com>2023-09-07 08:22:44 -0700
commit0ff92acf50c36ca96cd1339ac304e07f922af0ea (patch)
treef16e445a8385b46493c42e1424d1e59353c0f899 /meta-python
parentb742a8f881bd6d472ed693497e513a0476bef68c (diff)
downloadmeta-openembedded-0ff92acf50c36ca96cd1339ac304e07f922af0ea.tar.gz
python3-engineio: upgrade 4.6.0 -> 4.7.0
Changelog: =========== Added send_packet() method Fixed race condition when lots of connections are ended at the same time #328 Workaround for strange memory leak in Eventlet's Thread class #328 Use daemon threads for background tasks in threading mode Upgrade to pypy-3.9 in unit tests Fix double close of websockets in ASGI adapter #327 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-engineio_4.7.0.bb (renamed from meta-python/recipes-devtools/python/python3-engineio_4.6.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.6.0.bb b/meta-python/recipes-devtools/python/python3-engineio_4.7.0.bb
index 84db9b53b7..85f537189e 100644
--- a/meta-python/recipes-devtools/python/python3-engineio_4.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-engineio_4.7.0.bb
@@ -17,4 +17,4 @@ RDEPENDS:${PN} += " \
17 python3-asyncio \ 17 python3-asyncio \
18" 18"
19 19
20SRC_URI[sha256sum] = "dca041f0653ef092da4ce8abd4550fdc54076680b9c72d931c146492c620678b" 20SRC_URI[sha256sum] = "8b4f30ba58a5bff001801127227f44a1da0c0a22045f798c1a13ebb0d618e2a3"