Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-google-api-core for
openSUSE:Factory checked in at 2026-08-18 16:38:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-api-core (Old)
and /work/SRC/openSUSE:Factory/.python-google-api-core.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-api-core"
Tue Aug 18 16:38:36 2026 rev:51 rq:1371794 version:2.34.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-api-core/python-google-api-core.changes
2026-08-14 22:07:45.042686287 +0200
+++
/work/SRC/openSUSE:Factory/.python-google-api-core.new.1258/python-google-api-core.changes
2026-08-18 16:39:16.904939691 +0200
@@ -1,0 +2,5 @@
+Tue Aug 18 13:53:02 UTC 2026 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update BuildRequires and Requires from pyproject.toml
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-api-core.spec ++++++
--- /var/tmp/diff_new_pack.bK9TN8/_old 2026-08-18 16:39:17.848973474 +0200
+++ /var/tmp/diff_new_pack.bK9TN8/_new 2026-08-18 16:39:17.852973617 +0200
@@ -32,7 +32,7 @@
License: Apache-2.0
URL:
https://github.com/googleapis/google-cloud-python/tree/main/packages/google-api-core
Source:
https://files.pythonhosted.org/packages/source/g/google_api_core/google_api_core-%{version}.tar.gz
-BuildRequires: %{python_module googleapis-common-protos >= 1.56.2}
+BuildRequires: %{python_module googleapis-common-protos >= 1.69.2}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 40.3.0}
BuildRequires: %{python_module wheel}
@@ -42,7 +42,11 @@
# START TESTING SECTION
%if %{with test}
BuildRequires: %{python_module google-api-core = %{version}}
-BuildRequires: %{python_module proto-plus}
+BuildRequires: %{python_module grpcio >= 1.59.0 if %python-base < 3.14}
+BuildRequires: %{python_module grpcio >= 1.75.1 if %python-base >= 3.14}
+BuildRequires: %{python_module grpcio-status >= 1.59.0 if %python-base < 3.14}
+BuildRequires: %{python_module grpcio-status >= 1.75.1 if %python-base >=
3.14}
+BuildRequires: %{python_module proto-plus >= 1.26.1}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
@@ -51,12 +55,20 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-google-auth >= 2.14.1
-Requires: python-googleapis-common-protos >= 1.56.2
-Requires: python-grpcio >= 1.49.1
-Requires: python-grpcio-status >= 1.49.1
-Requires: python-requests >= 2.18.0
-Requires: (python-proto-plus >= 1.25.0 with python-proto-plus < 2.0.0)
-Requires: (python-protobuf >= 4.25.8 with python-protobuf < 8.0.0)
+Requires: (python-googleapis-common-protos >= 1.69.2 with
python-googleapis-common-protos < 2.0.0)
+%if %python_version_nodots < 314
+Requires: python-grpcio >= 1.59.0
+%else
+Requires: python-grpcio >= 1.75.1
+%endif
+%if %python_version_nodots < 314
+Requires: python-grpcio-status >= 1.59.0
+%else
+Requires: python-grpcio-status >= 1.75.1
+%endif
+Requires: python-requests >= 2.33.0
+Requires: (python-proto-plus >= 1.26.1 with python-proto-plus < 2.0.0)
+Requires: (python-protobuf >= 6.33.5 with python-protobuf < 8.0.0)
BuildArch: noarch
%python_subpackages