From f67a317b5a4bc5d90d70af34942c56d9b848cc52 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 1 Aug 2023 15:41:46 +0800 Subject: [PATCH] python3-grpcio: upgrade 1.56.0 -> 1.56.2 Changelog: ========== [WRR] backport (#33694) to 1.56 [backport][iomgr][EventEngine] Improve server handling of file descriptor exhaustion Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-grpcio_1.56.0.bb => python3-grpcio_1.56.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio_1.56.0.bb => python3-grpcio_1.56.2.bb} (95%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.56.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.56.2.bb similarity index 95% rename from meta-python/recipes-devtools/python/python3-grpcio_1.56.0.bb rename to meta-python/recipes-devtools/python/python3-grpcio_1.56.2.bb index fc871adec4..c34391dd67 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.56.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.56.2.bb @@ -14,7 +14,7 @@ SRC_URI:append:class-target = " file://ppc-boringssl-support.patch \ file://0001-direct_mmap-Use-off_t-on-linux.patch;patchdir=third_party/abseil-cpp \ file://0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch \ " -SRC_URI[sha256sum] = "4c08ee21b3d10315b8dc26f6c13917b20ed574cdbed2d2d80c53d5508fdcc0f2" +SRC_URI[sha256sum] = "0ff789ae7d8ddd76d2ac02e7d13bfef6fc4928ac01e1dcaa182be51b6bcc0aaa" RDEPENDS:${PN} = "${PYTHON_PN}-protobuf \ ${PYTHON_PN}-setuptools \