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
2025-04-25 22:19:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-service-directory (Old)
and
/work/SRC/openSUSE:Factory/.python-google-cloud-service-directory.new.30101
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-service-directory"
Fri Apr 25 22:19:53 2025 rev:6 rq:1272659 version:1.14.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-cloud-service-directory/python-google-cloud-service-directory.changes
2024-06-19 16:41:22.383630246 +0200
+++
/work/SRC/openSUSE:Factory/.python-google-cloud-service-directory.new.30101/python-google-cloud-service-directory.changes
2025-04-25 22:21:06.960092097 +0200
@@ -1,0 +2,25 @@
+Fri Apr 25 09:09:17 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 1.14.2
+ * [Many APIs] Allow Protobuf 6.x
+ * Remove setup.cfg configuration for creating universal wheels (#13659)
+- from version 1.14.1
+ * **deps:** Require grpc-google-iam-v1 >= 0.14.0
+- from version 1.14.0
+ * Add REST Interceptors which support reading metadata
+ * Add support for reading selective GAPIC generation methods from service
YAML
+- from version 1.13.0
+ * Add support for opt-in debug logging
+ * Fix typing issue with gRPC metadata when key ends in -bin
+- from version 1.12.1
+ * Disable universe-domain validation (#13245)
+- from version 1.12.0
+ * Add support for Python 3.13 (#13209)
+- from version 1.11.6
+ * Retry and timeout values do not propagate in requests during pagination
+- from version 1.11.5
+ * Allow Protobuf 5.x (#12869)
+- Adjust upstream source name in spec file
+- Update BuildRequires and Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
google-cloud-service-directory-1.11.4.tar.gz
New:
----
google_cloud_service_directory-1.14.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-cloud-service-directory.spec ++++++
--- /var/tmp/diff_new_pack.ULAZfQ/_old 2025-04-25 22:21:08.612161527 +0200
+++ /var/tmp/diff_new_pack.ULAZfQ/_new 2025-04-25 22:21:08.612161527 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-google-cloud-service-directory
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-google-cloud-service-directory
-Version: 1.11.4
+Version: 1.14.2
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
+Source:
https://files.pythonhosted.org/packages/source/g/google_cloud_service_directory/google_cloud_service_directory-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
@@ -34,13 +34,13 @@
Requires: python-google-auth >= 2.14.1
Requires: python-grpc-google-iam-v1 >= 0.12.4
Requires: python-proto-plus >= 1.22.3
-Requires: python-protobuf >= 3.19.5
+Requires: python-protobuf >= 3.20.2
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module google-api-core >= 1.34.0}
BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.4}
BuildRequires: %{python_module proto-plus >= 1.22.3}
-BuildRequires: %{python_module protobuf >= 3.19.5}
+BuildRequires: %{python_module protobuf >= 3.20.2}
# /SECTION
%python_subpackages
@@ -48,7 +48,7 @@
Google Cloud Service Directory API client library
%prep
-%autosetup -p1 -n google-cloud-service-directory-%{version}
+%autosetup -p1 -n google_cloud_service_directory-%{version}
%build
%pyproject_wheel