Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-google-cloud-compute for
openSUSE:Factory checked in at 2025-04-15 16:46:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-compute (Old)
and /work/SRC/openSUSE:Factory/.python-google-cloud-compute.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-compute"
Tue Apr 15 16:46:16 2025 rev:3 rq:1269358 version:1.29.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-cloud-compute/python-google-cloud-compute.changes
2024-04-21 20:30:13.304397081 +0200
+++
/work/SRC/openSUSE:Factory/.python-google-cloud-compute.new.1907/python-google-cloud-compute.changes
2025-04-15 16:49:14.235473409 +0200
@@ -1,0 +2,36 @@
+Mon Apr 14 19:51:56 UTC 2025 - Sean Marlow <[email protected]>
+
+- Update to 1.29.0
+ * Update Compute Engine API to revision 20250320
+- Update to 1.28.0
+ * Update Compute Engine API to revision 20250302
+- Update to 1.27.0
+ * Allow Protobuf 6.x
+ * remove setup.cfg configuration for creating universal wheels
+- Update to 1.26.0
+ * Update Compute Engine API to revision 20250211
+- Update to 1.25.0
+ * Add REST Interceptors which support reading metadata
+ * Add support for reading selective GAPIC generation methods from service
YAML
+- Update to 1.24.0
+ * Update Compute Engine API to revision 20250107
+- Update to 1.23.0
+ * Update Compute Engine API to revision 20241201
+ * Add support for opt-in debug logging
+ * Fix typing issue with gRPC metadata when key ends in -bin
+- Update to 1.22.0
+ * Update Compute Engine API to revision 20241105
+- Update to 1.21.0
+ * Update Compute Engine API to revision 20241015
+- Update to 1.20.1
+ * disable universe-domain validation
+- Update to 1.20.0
+ * Add support for Python 3.13
+- Update to 1.19.2
+ * Retry and timeout values do not propagate in requests during pagination
+- Update to 1.19.1
+ * Allow protobuf 5.x
+- Update to 1.19.0
+ * Update Compute Engine API to revision 20240430
+
+-------------------------------------------------------------------
Old:
----
google-cloud-compute-1.18.0.tar.gz
New:
----
google_cloud_compute-1.29.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-cloud-compute.spec ++++++
--- /var/tmp/diff_new_pack.zrbD6b/_old 2025-04-15 16:49:14.671491666 +0200
+++ /var/tmp/diff_new_pack.zrbD6b/_new 2025-04-15 16:49:14.671491666 +0200
@@ -18,26 +18,26 @@
%{?sle15_python_module_pythons}
Name: python-google-cloud-compute
-Version: 1.18.0
+Version: 1.29.0
Release: 0
Summary: Google Cloud Compute API client library
License: Apache-2.0
URL:
https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-compute
-Source:
https://files.pythonhosted.org/packages/source/g/google-cloud-compute/google-cloud-compute-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/g/google-cloud-compute/google_cloud_compute-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
-BuildRequires: %{python_module google-api-core >= 1.34.0}
+BuildRequires: %{python_module google-api-core >= 1.34.1}
BuildRequires: %{python_module proto-plus >= 1.22.3}
-BuildRequires: %{python_module protobuf >= 3.19.5}
+BuildRequires: %{python_module protobuf >= 3.20.2}
# /SECTION
BuildRequires: fdupes
-Requires: python-google-api-core >= 1.34.0
+Requires: python-google-api-core >= 1.34.1
Requires: python-google-auth >= 2.14.1
Requires: python-proto-plus >= 1.22.3
-Requires: python-protobuf >= 3.19.5
+Requires: python-protobuf >= 3.20.2
BuildArch: noarch
%python_subpackages
@@ -45,7 +45,7 @@
Google Cloud Compute API client library
%prep
-%autosetup -p1 -n google-cloud-compute-%{version}
+%autosetup -p1 -n google_cloud_compute-%{version}
%build
%pyproject_wheel