From 748ad70ede2bba15755b88269d7a74c4c525cf94 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 31 Jul 2025 07:29:11 +0800 Subject: [PATCH] python3-grpcio: upgrade 1.73.1 -> 1.74.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-grpcio_1.73.1.bb => python3-grpcio_1.74.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio_1.73.1.bb => python3-grpcio_1.74.0.bb} (94%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.73.1.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.74.0.bb similarity index 94% rename from meta-python/recipes-devtools/python/python3-grpcio_1.73.1.bb rename to meta-python/recipes-devtools/python/python3-grpcio_1.74.0.bb index 0edfab3101..e4cf4405f4 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.73.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.74.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] = "7fce2cd1c0c1116cf3850564ebfc3264fba75d3c74a7414373f1238ea365ef87" +SRC_URI[sha256sum] = "80d1f4fbb35b0742d3e3d3bb654b7381cd5f015f8497279a1e9c21ba623e01b1" RDEPENDS:${PN} = "python3-protobuf"