From 7256d140342fa2e84f4100fe3848657fc340f57b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 18 Jul 2023 12:25:28 +0800 Subject: [PATCH] python3-engineio: upgrade 4.4.1 -> 4.5.1 Changelog: ========== Restore support for old versions of eventlet #321 Configure eventlet's websocket max frame length #319 Remove old Python 2 syntax in super() calls Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-engineio_4.4.1.bb => python3-engineio_4.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-engineio_4.4.1.bb => python3-engineio_4.5.1.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.4.1.bb b/meta-python/recipes-devtools/python/python3-engineio_4.5.1.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-engineio_4.4.1.bb rename to meta-python/recipes-devtools/python/python3-engineio_4.5.1.bb index b20a6413f6..d97248891c 100644 --- a/meta-python/recipes-devtools/python/python3-engineio_4.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-engineio_4.5.1.bb @@ -17,4 +17,4 @@ RDEPENDS:${PN} += " \ python3-asyncio \ " -SRC_URI[sha256sum] = "eb3663ecb300195926b526386f712dff84cd092c818fb7b62eeeda9160120c29" +SRC_URI[sha256sum] = "b167a1b208fcdce5dbe96a61a6ca22391cfa6715d796c22de93e3adf9c07ae0c"