Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-google-cloud-build for
openSUSE:Factory checked in at 2025-04-24 18:28:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-build (Old)
and /work/SRC/openSUSE:Factory/.python-google-cloud-build.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-build"
Thu Apr 24 18:28:42 2025 rev:4 rq:1272443 version:3.31.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-cloud-build/python-google-cloud-build.changes
2024-07-01 11:20:45.055892382 +0200
+++
/work/SRC/openSUSE:Factory/.python-google-cloud-build.new.30101/python-google-cloud-build.changes
2025-04-24 18:28:44.292609275 +0200
@@ -1,0 +2,37 @@
+Thu Apr 24 12:52:56 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 3.31.1
+ * [Many APIs] Allow Protobuf 6.x
+ * Remove setup.cfg configuration for creating universal wheels (#13659)
+- from version 3.31.0
+ * Add option to enable fetching dependencies
+ * Support for git proxy setup
+ * **deps:** Require grpc-google-iam-v1 >= 0.14.0
+ * Updates to proto message comments
+- from version 3.30.0
+ * Add REST Interceptors which support reading metadata
+ * Add support for reading selective GAPIC generation methods from service
YAML
+- from version 3.29.0
+ * [google-cloud-build] Add GoModule to Artifact and Results messages and new
+ GO_MODULE_H1 hash type (#13416)
+ * [google-cloud-build] Add option to enable structured logging (#13430)
+- from version 3.28.0
+ * Add support for opt-in debug logging
+ * Fix typing issue with gRPC metadata when key ends in -bin
+- from version 3.27.1
+ * Disable universe-domain validation (#13242)
+- from version 3.27.0
+ * [google-cloud-build] Add PrivateServiceConnect option to WorkerPool
(#13221)
+- from version 3.26.0
+ * Add support for Python 3.13 (#13206)
+- from 3.25.0
+ * Add LEGACY_BUCKET option to DefaultLogsBucketBehavior
+ * Sanitize docs
+- from version 3.24.2
+ * Retry and timeout values do not propagate in requests during pagination
+- from version 3.24.1
+ * Allow Protobuf 5.x (#12865)
+- Adjust upstream source name in spec file
+- Update BuildRequires and Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
google-cloud-build-3.24.0.tar.gz
New:
----
google_cloud_build-3.31.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-cloud-build.spec ++++++
--- /var/tmp/diff_new_pack.oOXLtq/_old 2025-04-24 18:28:45.760670962 +0200
+++ /var/tmp/diff_new_pack.oOXLtq/_new 2025-04-24 18:28:45.764671130 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-google-cloud-build
#
-# 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,28 +18,30 @@
%{?sle15_python_module_pythons}
Name: python-google-cloud-build
-Version: 3.24.0
+Version: 3.31.1
Release: 0
Summary: Google Cloud Build API client library
License: Apache-2.0
URL:
https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-build
-Source:
https://files.pythonhosted.org/packages/source/g/google-cloud-build/google-cloud-build-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/g/google_cloud_build/google_cloud_build-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module google-api-core >= 1.34.0}
+BuildRequires: %{python_module google-auth >= 2.14.1}
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}
BuildRequires: %{python_module pytest}
# /SECTION
BuildRequires: fdupes
Requires: python-google-api-core >= 1.34.0
+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
%python_subpackages
@@ -47,7 +49,7 @@
Google Cloud Build API client library
%prep
-%autosetup -p1 -n google-cloud-build-%{version}
+%autosetup -p1 -n google_cloud_build-%{version}
%build
%pyproject_wheel