From 9a454cc49c62bb3a52aab366ddb6e7ad6e5bb28e Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 20 Jan 2022 15:22:23 +0800 Subject: [PATCH] python3-engineio: upgrade 4.3.0 -> 4.3.1 changelog: Fix support for Sanic v21.9.0 and up Include example code in flake8 pass Remove unused __version__ constant #262 Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-engineio_4.3.0.bb => python3-engineio_4.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-engineio_4.3.0.bb => python3-engineio_4.3.1.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.3.0.bb b/meta-python/recipes-devtools/python/python3-engineio_4.3.1.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-engineio_4.3.0.bb rename to meta-python/recipes-devtools/python/python3-engineio_4.3.1.bb index 95edb860ac..a16306effb 100644 --- a/meta-python/recipes-devtools/python/python3-engineio_4.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-engineio_4.3.1.bb @@ -17,4 +17,4 @@ RDEPENDS:${PN} += " \ python3-asyncio \ " -SRC_URI[sha256sum] = "fed35eeacfa21f53f1fc05ef0cadd65a50780364da3a2be7650eb92f928fdb11" +SRC_URI[sha256sum] = "6e1d26977ffefe3b7da1b5df7a8750aedc7686da8201cd90daf36693db122489"