From 0fc29a4e283ac4ca9b6f353d55b261833823304d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 25 Jun 2026 17:01:00 +0800 Subject: [PATCH] python3-engineio: upgrade 4.13.2 -> 4.13.3 Changelog: ============ - Make sure client disconnects when write loop exits - Address flaky unit test - Stop using codecov service, since it has been failing for a long time Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-engineio_4.13.2.bb => python3-engineio_4.13.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-engineio_4.13.2.bb => python3-engineio_4.13.3.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.13.2.bb b/meta-python/recipes-devtools/python/python3-engineio_4.13.3.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-engineio_4.13.2.bb rename to meta-python/recipes-devtools/python/python3-engineio_4.13.3.bb index 06518229a8..262715a6bc 100644 --- a/meta-python/recipes-devtools/python/python3-engineio_4.13.2.bb +++ b/meta-python/recipes-devtools/python/python3-engineio_4.13.3.bb @@ -17,4 +17,4 @@ RDEPENDS:${PN} += " \ python3-asyncio \ " -SRC_URI[sha256sum] = "a7732e99cfb7db6ed1aee31f18d7f73bbae086a92f31dee019bc646155d9684e" +SRC_URI[sha256sum] = "572b7783e341fed21edbc7cea297ccd378dad79265fdde96aa4664420a7c06c9"