Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-google-cloud-kms-inventory
for openSUSE:Factory checked in at 2026-08-19 18:00:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-kms-inventory (Old)
and
/work/SRC/openSUSE:Factory/.python-google-cloud-kms-inventory.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-kms-inventory"
Wed Aug 19 18:00:30 2026 rev:8 rq:1372011 version:0.6.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-cloud-kms-inventory/python-google-cloud-kms-inventory.changes
2026-08-09 21:35:32.834606548 +0200
+++
/work/SRC/openSUSE:Factory/.python-google-cloud-kms-inventory.new.1258/python-google-cloud-kms-inventory.changes
2026-08-19 18:02:54.267867139 +0200
@@ -1,0 +2,5 @@
+Wed Aug 19 14:27:04 UTC 2026 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Fix Python version constraints for python-grpcio in BuildRequires
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-cloud-kms-inventory.spec ++++++
--- /var/tmp/diff_new_pack.Cby3iu/_old 2026-08-19 18:02:54.848887978 +0200
+++ /var/tmp/diff_new_pack.Cby3iu/_new 2026-08-19 18:02:54.850888049 +0200
@@ -24,11 +24,8 @@
License: Apache-2.0
URL:
https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-kms-inventory
Source:
https://files.pythonhosted.org/packages/source/g/google_cloud-kms_inventory/google_cloud_kms_inventory-%{version}.tar.gz
-%if %python_version_nodots < 314
-BuildRequires: %{python_module grpcio >= 1.59.0}
-%else
-BuildRequires: %{python_module grpcio >= 1.75.1}
-%endif
+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 pip}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}