diff mbox series

[meta-python,32/50] python3-grpcio: upgrade 1.62.0 -> 1.62.1

Message ID 1710827139-30056-32-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/50] boost-sml: upgrade 1.1.9 -> 1.1.11 | expand

Commit Message

Mingyu Wang (Fujitsu) March 19, 2024, 5:45 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
-Enable affinity_session_drain_test for cpp
-rm invalid assert
-Make C++ xDS Interop Client and Server Responsive to SIGTERM
-Fix readme
-Backport #35973: Make Bazel requirements installable directly via pip

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-grpcio_1.62.0.bb => python3-grpcio_1.62.1.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-grpcio_1.62.0.bb => python3-grpcio_1.62.1.bb} (93%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.62.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.62.1.bb
similarity index 93%
rename from meta-python/recipes-devtools/python/python3-grpcio_1.62.0.bb
rename to meta-python/recipes-devtools/python/python3-grpcio_1.62.1.bb
index ceb22f0e2..6efde8da5 100644
--- a/meta-python/recipes-devtools/python/python3-grpcio_1.62.0.bb
+++ b/meta-python/recipes-devtools/python/python3-grpcio_1.62.1.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] = "748496af9238ac78dcd98cce65421f1adce28c3979393e3609683fcd7f3880d7"
+SRC_URI[sha256sum] = "6c455e008fa86d9e9a9d85bb76da4277c0d7d9668a3bfa70dbe86e9f3c759947"
 
 RDEPENDS:${PN} = "python3-protobuf \
                   python3-setuptools \