Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-grpcio for openSUSE:Factory checked in at 2025-11-13 18:24:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-grpcio (Old) and /work/SRC/openSUSE:Factory/.python-grpcio.new.2061 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-grpcio" Thu Nov 13 18:24:06 2025 rev:52 rq:1317622 version:1.76.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-grpcio/python-grpcio.changes 2025-10-24 17:24:20.989722991 +0200 +++ /work/SRC/openSUSE:Factory/.python-grpcio.new.2061/python-grpcio.changes 2025-11-13 18:24:07.895059010 +0100 @@ -1,0 +2,10 @@ +Sun Nov 9 09:25:23 UTC 2025 - Atri Bhattacharya <[email protected]> + +- Update to version 1.76.0: + * gRPC AsyncIO: Improve CompletionQueue polling performance + (gh#grpc/grpc#39993). +- Minor rebase of fix-return-values.patch to apply cleanly. +- Drop setting _default_patch_fuzz to 2 as all patches have been + rebased to apply cleanly. + +------------------------------------------------------------------- Old: ---- grpcio-1.75.1.tar.gz New: ---- grpcio-1.76.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-grpcio.spec ++++++ --- /var/tmp/diff_new_pack.JsUhKc/_old 2025-11-13 18:24:08.823098207 +0100 +++ /var/tmp/diff_new_pack.JsUhKc/_new 2025-11-13 18:24:08.823098207 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-grpcio # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,12 +15,11 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%global _default_patch_fuzz 2 %global modname grpcio %{?sle15_python_module_pythons} Name: python-grpcio -Version: 1.75.1 +Version: 1.76.0 Release: 0 Summary: HTTP/2-based Remote Procedure Call implementation License: Apache-2.0 ++++++ fix-return-values.patch ++++++ --- /var/tmp/diff_new_pack.JsUhKc/_old 2025-11-13 18:24:08.855099559 +0100 +++ /var/tmp/diff_new_pack.JsUhKc/_new 2025-11-13 18:24:08.863099897 +0100 @@ -10,10 +10,10 @@ src/core/lib/promise/inter_activity_mutex.h | 2 ++ 3 files changed, 8 insertions(+) -Index: grpc-1.74.0/src/core/call/call_state.h +Index: grpcio-1.76.0/src/core/call/call_state.h =================================================================== ---- grpc-1.74.0.orig/src/core/call/call_state.h -+++ grpc-1.74.0/src/core/call/call_state.h +--- grpcio-1.76.0.orig/src/core/call/call_state.h ++++ grpcio-1.76.0/src/core/call/call_state.h @@ -155,6 +155,7 @@ class CallState { case ClientToServerPullState::kTerminated: return "Terminated"; @@ -54,22 +54,22 @@ } template <typename Sink> friend void AbslStringify(Sink& out, ServerTrailingMetadataState state) { -Index: grpc-1.74.0/src/core/channelz/channelz.h +Index: grpcio-1.76.0/src/core/channelz/channelz.h =================================================================== ---- grpc-1.74.0.orig/src/core/channelz/channelz.h -+++ grpc-1.74.0/src/core/channelz/channelz.h -@@ -144,6 +144,7 @@ class BaseNode : public DualRefCounted<B - case EntityType::kCall: - return "call"; +--- grpcio-1.76.0.orig/src/core/channelz/channelz.h ++++ grpcio-1.76.0/src/core/channelz/channelz.h +@@ -173,6 +173,7 @@ class BaseNode : public DualRefCounted<B + case EntityType::kResourceQuota: + return "resource_quota"; } + return "unknown"; } static std::optional<EntityType> KindToEntityType(absl::string_view kind) { -Index: grpc-1.74.0/src/core/lib/promise/inter_activity_mutex.h +Index: grpcio-1.76.0/src/core/lib/promise/inter_activity_mutex.h =================================================================== ---- grpc-1.74.0.orig/src/core/lib/promise/inter_activity_mutex.h -+++ grpc-1.74.0/src/core/lib/promise/inter_activity_mutex.h +--- grpcio-1.76.0.orig/src/core/lib/promise/inter_activity_mutex.h ++++ grpcio-1.76.0/src/core/lib/promise/inter_activity_mutex.h @@ -307,6 +307,8 @@ class InterActivityMutex { case State::kMovedFrom: LOG(FATAL) << "Mutex acquirer already moved from"; ++++++ grpcio-1.75.1.tar.gz -> grpcio-1.76.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-grpcio/grpcio-1.75.1.tar.gz /work/SRC/openSUSE:Factory/.python-grpcio.new.2061/grpcio-1.76.0.tar.gz differ: char 5, line 1
