diff mbox series

[meta-python,08/15] python3-grpcio: upgrade 1.62.1 -> 1.62.2

Message ID 1713777345-29264-8-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/15] asio: upgrade 1.28.0 -> 1.30.2 | expand

Commit Message

Mingyu Wang (Fujitsu) April 22, 2024, 9:15 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 [Fix Python Deadlock] Guard grpc_google_default_credentials_create with nogil

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{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 mbox series

Patch

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 8405ebed0..3148f6376 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"