From 6131308eee370f8042faa29ddb09220dcdd16b52 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 22 Apr 2024 17:15:38 +0800 Subject: [PATCH] python3-grpcio: upgrade 1.62.1 -> 1.62.2 Changelog: [Fix Python Deadlock] Guard grpc_google_default_credentials_create with nogil Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-grpcio_1.62.1.bb => python3-grpcio_1.62.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio_1.62.1.bb => python3-grpcio_1.62.2.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.62.1.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-grpcio_1.62.1.bb rename to meta-python/recipes-devtools/python/python3-grpcio_1.62.2.bb index 8405ebed02..3148f63761 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.62.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.62.2.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] = "6c455e008fa86d9e9a9d85bb76da4277c0d7d9668a3bfa70dbe86e9f3c759947" +SRC_URI[sha256sum] = "c77618071d96b7a8be2c10701a98537823b9c65ba256c0b9067e0594cdbd954d" RDEPENDS:${PN} = "python3-protobuf"