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-03-31 15:23:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-kms-inventory (Old)
and
/work/SRC/openSUSE:Factory/.python-google-cloud-kms-inventory.new.1999 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-kms-inventory"
Tue Mar 31 15:23:21 2026 rev:6 rq:1343875 version:0.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-cloud-kms-inventory/python-google-cloud-kms-inventory.changes
2026-01-15 17:02:23.888388801 +0100
+++
/work/SRC/openSUSE:Factory/.python-google-cloud-kms-inventory.new.1999/python-google-cloud-kms-inventory.changes
2026-03-31 15:24:45.106475128 +0200
@@ -1,0 +2,9 @@
+Tue Mar 31 09:42:40 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.6.0:
+ * Allow Protobuf 7.x
+ * Require Python 3.9
+ * Require google-api-core >= 2.11.0
+ * Improve type checking
+
+-------------------------------------------------------------------
Old:
----
google_cloud_kms_inventory-0.4.0.tar.gz
New:
----
google_cloud_kms_inventory-0.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-cloud-kms-inventory.spec ++++++
--- /var/tmp/diff_new_pack.kPGvhN/_old 2026-03-31 15:24:45.790503596 +0200
+++ /var/tmp/diff_new_pack.kPGvhN/_new 2026-03-31 15:24:45.794503762 +0200
@@ -18,23 +18,31 @@
%{?sle15_python_module_pythons}
Name: python-google-cloud-kms-inventory
-Version: 0.4.0
+Version: 0.6.0
Release: 0
Summary: Google Cloud Kms Inventory API client library
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
-BuildRequires: %{python_module grpcio}
+%if %python_version_nodots < 314
+BuildRequires: %{python_module grpcio >= 1.33.2}
+%else
+BuildRequires: %{python_module grpcio >= 1.75.1}
+%endif
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
-BuildRequires: %{python_module google-api-core >= 1.34.1}
-BuildRequires: %{python_module google-cloud-kms >= 2.3.0}
+BuildRequires: %{python_module google-api-core >= 2.11.0}
+BuildRequires: %{python_module google-cloud-kms >= 2.13.0}
+%if %python_version_nodots < 313
BuildRequires: %{python_module proto-plus >= 1.22.3}
-BuildRequires: %{python_module protobuf >= 3.20.2}
+%else
+BuildRequires: %{python_module proto-plus >= 1.25.0}
+%endif
+BuildRequires: %{python_module protobuf >= 4.25.8}
# /SECTION
BuildRequires: fdupes
%if %python_version_nodots < 314
@@ -42,11 +50,15 @@
%else
Requires: python-grpcio >= 1.75.1
%endif
-Requires: python-google-api-core >= 1.34.1
-Requires: python-google-auth
-Requires: python-google-cloud-kms >= 2.3.0
+Requires: python-google-api-core >= 2.11.0
+Requires: python-google-auth >= 2.14.1
+Requires: python-google-cloud-kms >= 2.13.0
+%if %python_version_nodots < 313
Requires: python-proto-plus >= 1.22.3
-Requires: python-protobuf >= 3.20.2
+%else
+Requires: python-proto-plus >= 1.25.0
+%endif
+Requires: python-protobuf >= 4.25.8
BuildArch: noarch
%python_subpackages
++++++ google_cloud_kms_inventory-0.4.0.tar.gz ->
google_cloud_kms_inventory-0.6.0.tar.gz ++++++
++++ 2450 lines of diff (skipped)