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-07-17 17:18:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-grpcio (Old) and /work/SRC/openSUSE:Factory/.python-grpcio.new.8875 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-grpcio" Thu Jul 17 17:18:36 2025 rev:49 rq:1293843 version:1.73.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-grpcio/python-grpcio.changes 2025-06-20 16:50:12.854257557 +0200 +++ /work/SRC/openSUSE:Factory/.python-grpcio.new.8875/python-grpcio.changes 2025-07-17 17:19:26.913456622 +0200 @@ -1,0 +2,11 @@ +Wed Jul 16 14:36:00 UTC 2025 - Atri Bhattacharya <badshah...@gmail.com> + +- Require Cython >= 3.0.0 instead of 3.1.1 as the latest version + available on TW is 3.0.2 currently. + +------------------------------------------------------------------- +Mon Jul 14 12:20:42 UTC 2025 - ecsos <ec...@opensuse.org> + +- Fix build error for Leap 15.6. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-grpcio.spec ++++++ --- /var/tmp/diff_new_pack.FQroRI/_old 2025-07-17 17:19:28.961541797 +0200 +++ /var/tmp/diff_new_pack.FQroRI/_new 2025-07-17 17:19:28.969542129 +0200 @@ -31,15 +31,22 @@ # PATCH-FIX-SLE xxhash-ppc64le-gcc7.patch boo#1208794 alarr...@suse.com -- fix build failure on ppc64le when using gcc 7 Patch2: xxhash-ppc64le-gcc7.patch Patch3: fix-return-values.patch -BuildRequires: %{python_module Cython >= 0.29.8} -BuildRequires: %{python_module devel >= 3.7} +BuildRequires: %{python_module Cython >= 3.0.0} +BuildRequires: %{python_module devel >= 3.9} BuildRequires: %{python_module pip} +BuildRequires: %{python_module protobuf >= 6.30 } BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel >= 0.29} -BuildRequires: abseil-cpp-devel >= 20220623.0 +BuildRequires: abseil-cpp-devel >= 20250127.0 BuildRequires: ca-certificates BuildRequires: fdupes +%if 0%{?suse_version} < 1600 +BuildRequires: gcc13 +BuildRequires: gcc13-c++ +%else +BuildRequires: gcc BuildRequires: gcc-c++ +%endif BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: pkgconfig(libcares) @@ -60,6 +67,10 @@ %autosetup -p1 -n grpcio-%{version} %build +%if 0%{?suse_version} < 1600 +export CC=gcc-13 +export CXX=g++-13 +%endif export GRPC_BUILD_WITH_BORING_SSL_ASM=false export GRPC_PYTHON_BUILD_SYSTEM_ABSL=true export GRPC_PYTHON_BUILD_SYSTEM_CARES=true