Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package
python-google-cloud-service-directory for openSUSE:Factory checked in at
2026-01-17 14:54:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-service-directory (Old)
and
/work/SRC/openSUSE:Factory/.python-google-cloud-service-directory.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-service-directory"
Sat Jan 17 14:54:48 2026 rev:7 rq:1327654 version:1.16.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-cloud-service-directory/python-google-cloud-service-directory.changes
2025-04-25 22:21:06.960092097 +0200
+++
/work/SRC/openSUSE:Factory/.python-google-cloud-service-directory.new.1928/python-google-cloud-service-directory.changes
2026-01-17 14:55:59.358282774 +0100
@@ -1,0 +2,11 @@
+Fri Jan 16 08:39:50 UTC 2026 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 1.16.0
+ * auto-enable mTLS when supported certificates are detected
+ * check Python and dependency versions in generated GAPICs
+- from version 1.15.0
+ * Add support for Python 3.14
+ * Deprecate credentials_file argument
+- Update BuildRequires and Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
google_cloud_service_directory-1.14.2.tar.gz
New:
----
google_cloud_service_directory-1.16.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-cloud-service-directory.spec ++++++
--- /var/tmp/diff_new_pack.CXR5Rc/_old 2026-01-17 14:55:59.810301673 +0100
+++ /var/tmp/diff_new_pack.CXR5Rc/_new 2026-01-17 14:55:59.814301840 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-google-cloud-service-directory
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,18 +18,26 @@
%{?sle15_python_module_pythons}
Name: python-google-cloud-service-directory
-Version: 1.14.2
+Version: 1.16.0
Release: 0
Summary: Google Cloud Service Directory API client library
License: Apache-2.0
URL:
https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-service-directory
Source:
https://files.pythonhosted.org/packages/source/g/google_cloud_service_directory/google_cloud_service_directory-%{version}.tar.gz
+BuildRequires: %{python_module grpcio >= 1.33.2 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}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
+%if %python_version_nodots < 314
+Requires: python-grpcio >= 1.33.2
+%else
+Requires: python-grpcio >= 1.75.1
+%endif
Requires: python-google-api-core >= 1.34.0
Requires: python-google-auth >= 2.14.1
Requires: python-grpc-google-iam-v1 >= 0.12.4
++++++ google_cloud_service_directory-1.14.2.tar.gz ->
google_cloud_service_directory-1.16.0.tar.gz ++++++
++++ 4568 lines of diff (skipped)