From 1853eb521b1b783a866355f92e6cd26e5af1bed5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 29 Apr 2025 12:15:31 +0800 Subject: [PATCH] python3-grpcio: upgrade 1.71.0 -> 1.72.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-grpcio_1.71.0.bb => python3-grpcio_1.72.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio_1.71.0.bb => python3-grpcio_1.72.0.bb} (94%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.71.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.72.0.bb similarity index 94% rename from meta-python/recipes-devtools/python/python3-grpcio_1.71.0.bb rename to meta-python/recipes-devtools/python/python3-grpcio_1.72.0.bb index 793fcf0ced..19983c9e33 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.71.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.72.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] = "2b85f7820475ad3edec209d3d89a7909ada16caab05d3f2e08a7e8ae3200a55c" +SRC_URI[sha256sum] = "05aee9be958a580e169e1aa8987387bcd8be6ed7fc5c2a3a048b6a2b911473cd" RDEPENDS:${PN} = "python3-protobuf"