From 32695ea7b7ca3810d67784c4532e3a9d2c6789ad Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 24 Aug 2023 16:12:41 +0800 Subject: [PATCH] python3-engineio: upgrade 4.5.1 -> 4.6.0 Changelog: ========== Improvements in the connection rejected flow Better handling of Gunicorn threaded worker shutdown() method for the Engine.IO server Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-engineio_4.5.1.bb => python3-engineio_4.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-engineio_4.5.1.bb => python3-engineio_4.6.0.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.5.1.bb b/meta-python/recipes-devtools/python/python3-engineio_4.6.0.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-engineio_4.5.1.bb rename to meta-python/recipes-devtools/python/python3-engineio_4.6.0.bb index d97248891c..84db9b53b7 100644 --- a/meta-python/recipes-devtools/python/python3-engineio_4.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-engineio_4.6.0.bb @@ -17,4 +17,4 @@ RDEPENDS:${PN} += " \ python3-asyncio \ " -SRC_URI[sha256sum] = "b167a1b208fcdce5dbe96a61a6ca22391cfa6715d796c22de93e3adf9c07ae0c" +SRC_URI[sha256sum] = "dca041f0653ef092da4ce8abd4550fdc54076680b9c72d931c146492c620678b"