From 3e156ee399ade8f84e2c287483cc3528874582d7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Mar 2024 13:45:21 +0800 Subject: [PATCH] python3-grpcio: upgrade 1.62.0 -> 1.62.1 Changelog: ============ -Enable affinity_session_drain_test for cpp -rm invalid assert -Make C++ xDS Interop Client and Server Responsive to SIGTERM -Fix readme -Backport #35973: Make Bazel requirements installable directly via pip Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-grpcio_1.62.0.bb => python3-grpcio_1.62.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio_1.62.0.bb => python3-grpcio_1.62.1.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.62.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.62.1.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-grpcio_1.62.0.bb rename to meta-python/recipes-devtools/python/python3-grpcio_1.62.1.bb index ceb22f0e29..6efde8da5e 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.62.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.62.1.bb @@ -10,7 +10,7 @@ SRC_URI += "file://0001-Include-missing-cstdint-header.patch \ file://abseil-ppc-fixes.patch \ file://0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch \ " -SRC_URI[sha256sum] = "748496af9238ac78dcd98cce65421f1adce28c3979393e3609683fcd7f3880d7" +SRC_URI[sha256sum] = "6c455e008fa86d9e9a9d85bb76da4277c0d7d9668a3bfa70dbe86e9f3c759947" RDEPENDS:${PN} = "python3-protobuf \ python3-setuptools \