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 2026-02-13 16:39:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-grpcio (Old)
 and      /work/SRC/openSUSE:Factory/.python-grpcio.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-grpcio"

Fri Feb 13 16:39:57 2026 rev:54 rq:1332856 version:1.78.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-grpcio/python-grpcio.changes      
2026-01-26 15:19:28.015594956 +0100
+++ /work/SRC/openSUSE:Factory/.python-grpcio.new.1977/python-grpcio.changes    
2026-02-13 16:40:33.585145957 +0100
@@ -1,0 +2,12 @@
+Fri Feb 13 09:36:11 UTC 2026 - Atri Bhattacharya <[email protected]>
+
+- Update to version 1.78.0:
+  * aio: fix race condition causing asyncio.run() to hang forever
+    during the shutdown process (gh#grpc/grpc#40989).
+  * Migrate to pyproject.toml build system from setup.py builds
+    (gh#grpc/grpc#40833).
+  * Log error details when ExecuteBatchError occurs (at DEBUG
+    level) (gh#grpc/grpc#40921).
+- Drop missing-includes.patch: included upstream.
+
+-------------------------------------------------------------------

Old:
----
  grpcio-1.76.0.tar.gz
  missing-includes.patch

New:
----
  grpcio-1.78.0.tar.gz

----------(Old B)----------
  Old:    level) (gh#grpc/grpc#40921).
- Drop missing-includes.patch: included upstream.
----------(Old E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-grpcio.spec ++++++
--- /var/tmp/diff_new_pack.gaaewd/_old  2026-02-13 16:40:34.361178564 +0100
+++ /var/tmp/diff_new_pack.gaaewd/_new  2026-02-13 16:40:34.361178564 +0100
@@ -1,8 +1,7 @@
 #
 # spec file for package python-grpcio
 #
-# Copyright (c) 2026 SUSE LLC
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 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
@@ -20,7 +19,7 @@
 %global modname grpcio
 %{?sle15_python_module_pythons}
 Name:           python-grpcio
-Version:        1.76.0
+Version:        1.78.0
 Release:        0
 Summary:        HTTP/2-based Remote Procedure Call implementation
 License:        Apache-2.0
@@ -32,8 +31,6 @@
 # PATCH-FIX-SLE xxhash-ppc64le-gcc7.patch boo#1208794 [email protected] -- fix 
build failure on ppc64le when using gcc 7
 Patch2:         xxhash-ppc64le-gcc7.patch
 Patch3:         fix-return-values.patch
-# PATCH-FIX-UPSTREAM missing-includes.patch gh#grpc/grpc#41305 
[email protected] -- add missing header files previously included via absl
-Patch4:         
https://github.com/grpc/grpc/commit/d54219b508423f0a2ff6a0b98c16fb6dafd44b84.patch#/missing-includes.patch
 BuildRequires:  %{python_module Cython >= 3.0.0}
 BuildRequires:  %{python_module devel >= 3.9}
 BuildRequires:  %{python_module pip}

++++++ fix-return-values.patch ++++++
--- /var/tmp/diff_new_pack.gaaewd/_old  2026-02-13 16:40:34.385179573 +0100
+++ /var/tmp/diff_new_pack.gaaewd/_new  2026-02-13 16:40:34.389179740 +0100
@@ -10,10 +10,10 @@
  src/core/lib/promise/inter_activity_mutex.h |    2 ++
  3 files changed, 8 insertions(+)
 
-Index: grpcio-1.76.0/src/core/call/call_state.h
+Index: grpcio-1.78.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
+--- grpcio-1.78.0.orig/src/core/call/call_state.h
++++ grpcio-1.78.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: grpcio-1.76.0/src/core/channelz/channelz.h
+Index: grpcio-1.78.0/src/core/channelz/channelz.h
 ===================================================================
---- 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";
+--- grpcio-1.78.0.orig/src/core/channelz/channelz.h
++++ grpcio-1.78.0/src/core/channelz/channelz.h
+@@ -183,6 +183,7 @@ class BaseNode : public DualRefCounted<B
+       case EntityType::kMetricsDomainStorage:
+         return "metrics_domain_storage";
      }
 +    return "unknown";
    }
  
    static std::optional<EntityType> KindToEntityType(absl::string_view kind) {
-Index: grpcio-1.76.0/src/core/lib/promise/inter_activity_mutex.h
+Index: grpcio-1.78.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
+--- grpcio-1.78.0.orig/src/core/lib/promise/inter_activity_mutex.h
++++ grpcio-1.78.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.76.0.tar.gz -> grpcio-1.78.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-grpcio/grpcio-1.76.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-grpcio.new.1977/grpcio-1.78.0.tar.gz differ: 
char 5, line 1

Reply via email to