From da961f26bb377166c5cd2d64700f4ebb7d92ba7b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 23 Mar 2023 12:22:31 +0800 Subject: [PATCH] python3-engineio: upgrade 4.3.4 -> 4.4.0 Changelog: ========== Allow configuring underlying websocket connection with custom options Cancel all running tasks in async SIGINT handler Handle unexpected WebSocket close frames sent by server Close aiohttp session after a failed connection Catch IOErrors from uWSGI and explicitly close the driver Recommend ASGI integration for Sanic in Documentation Fix documentation for max_http_buffer_size Add Python 3.11 to builds Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-engineio_4.3.4.bb => python3-engineio_4.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-engineio_4.3.4.bb => python3-engineio_4.4.0.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.3.4.bb b/meta-python/recipes-devtools/python/python3-engineio_4.4.0.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-engineio_4.3.4.bb rename to meta-python/recipes-devtools/python/python3-engineio_4.4.0.bb index d89a54dc3d..03a7d480d2 100644 --- a/meta-python/recipes-devtools/python/python3-engineio_4.3.4.bb +++ b/meta-python/recipes-devtools/python/python3-engineio_4.4.0.bb @@ -17,4 +17,4 @@ RDEPENDS:${PN} += " \ python3-asyncio \ " -SRC_URI[sha256sum] = "d8d8b072799c36cadcdcc2b40d2a560ce09797ab3d2d596b2ad519a5e4df19ae" +SRC_URI[sha256sum] = "bcc035c70ecc30acc3cfd49ef19aca6c51fa6caaadd0fa58c2d7480f50d04cf2"