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-01-26 15:19:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-grpcio (Old)
 and      /work/SRC/openSUSE:Factory/.python-grpcio.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-grpcio"

Mon Jan 26 15:19:26 2026 rev:53 rq:1329282 version:1.76.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-grpcio/python-grpcio.changes      
2025-11-13 18:24:07.895059010 +0100
+++ /work/SRC/openSUSE:Factory/.python-grpcio.new.1928/python-grpcio.changes    
2026-01-26 15:19:28.015594956 +0100
@@ -1,0 +2,6 @@
+Sun Jan 25 02:23:41 UTC 2026 - Atri Bhattacharya <[email protected]>
+
+- Add missing-includes.patch: add missed headers previously
+  included via absl (gh#grpc/grpc#41305); upstream commit.
+
+-------------------------------------------------------------------

New:
----
  missing-includes.patch

----------(New B)----------
  New:
- Add missing-includes.patch: add missed headers previously
  included via absl (gh#grpc/grpc#41305); upstream commit.
----------(New E)----------

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

Other differences:
------------------
++++++ python-grpcio.spec ++++++
--- /var/tmp/diff_new_pack.KSu0kd/_old  2026-01-26 15:19:29.731666781 +0100
+++ /var/tmp/diff_new_pack.KSu0kd/_new  2026-01-26 15:19:29.735666949 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package python-grpcio
 #
+# Copyright (c) 2026 SUSE LLC
 # Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
@@ -31,6 +32,8 @@
 # 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}

++++++ missing-includes.patch ++++++
>From d54219b508423f0a2ff6a0b98c16fb6dafd44b84 Mon Sep 17 00:00:00 2001
From: "Mark D. Roth" <[email protected]>
Date: Tue, 6 Jan 2026 10:09:45 -0800
Subject: [PATCH] [build] add missing includes (#41351)

Fixes #41305.

Closes #41351

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/41351 from 
markdroth:add_missing_includes 223be6932adb00d085149c53167c1b0318745f6c
PiperOrigin-RevId: 852829597
---
 include/grpc/event_engine/memory_request.h | 2 ++
 src/core/channelz/v2tov1/property_list.cc  | 1 +
 src/core/util/glob.cc                      | 2 ++
 3 files changed, 5 insertions(+)

diff --git a/include/grpc/event_engine/memory_request.h 
b/include/grpc/event_engine/memory_request.h
index 76bcbb2036113..ad8cab842ed5e 100644
--- a/include/grpc/event_engine/memory_request.h
+++ b/include/grpc/event_engine/memory_request.h
@@ -17,6 +17,8 @@
 #include <grpc/support/port_platform.h>
 #include <stddef.h>
 
+#include <string>
+
 #include "absl/strings/string_view.h"
 
 namespace grpc_event_engine {
diff --git a/src/core/channelz/v2tov1/property_list.cc 
b/src/core/channelz/v2tov1/property_list.cc
index e38320e35be87..371084395cb5a 100644
--- a/src/core/channelz/v2tov1/property_list.cc
+++ b/src/core/channelz/v2tov1/property_list.cc
@@ -15,6 +15,7 @@
 #include "src/core/channelz/v2tov1/property_list.h"
 
 #include <cstdint>
+#include <limits>
 #include <optional>
 #include <string>
 
diff --git a/src/core/util/glob.cc b/src/core/util/glob.cc
index 1b1c16e23d360..22e54259f06e7 100644
--- a/src/core/util/glob.cc
+++ b/src/core/util/glob.cc
@@ -12,6 +12,8 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+#include <algorithm>
+
 #include "absl/strings/string_view.h"
 
 namespace grpc_core {

Reply via email to