From 4764cd259fc8781144e8ed5ecd83251ab1e6bd55 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 29 Oct 2025 08:14:51 +0800 Subject: [PATCH] python3-grpcio: upgrade 1.75.1 -> 1.76.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-grpcio_1.75.1.bb => python3-grpcio_1.76.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio_1.75.1.bb => python3-grpcio_1.76.0.bb} (94%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.75.1.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.76.0.bb similarity index 94% rename from meta-python/recipes-devtools/python/python3-grpcio_1.75.1.bb rename to meta-python/recipes-devtools/python/python3-grpcio_1.76.0.bb index ef0bf126d5..c4282502e1 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.75.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.76.0.bb @@ -13,7 +13,7 @@ DEPENDS += "c-ares openssl python3-protobuf re2 zlib" SRC_URI += "file://0001-python-enable-unbundled-cross-compilation.patch \ file://abseil-ppc-fixes.patch \ " -SRC_URI[sha256sum] = "3e81d89ece99b9ace23a6916880baca613c03a799925afb2857887efa8b1b3d2" +SRC_URI[sha256sum] = "7be78388d6da1a25c0d5ec506523db58b18be22d9c37d8d3a32c08be4987bd73" RDEPENDS:${PN} = "python3-protobuf"