Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-google-cloud-run for
openSUSE:Factory checked in at 2024-11-18 20:02:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-run (Old)
and /work/SRC/openSUSE:Factory/.python-google-cloud-run.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-run"
Mon Nov 18 20:02:40 2024 rev:2 rq:1224889 version:0.10.12
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-cloud-run/python-google-cloud-run.changes
2023-12-18 22:56:53.909711122 +0100
+++
/work/SRC/openSUSE:Factory/.python-google-cloud-run.new.2017/python-google-cloud-run.changes
2024-11-18 20:03:36.959169039 +0100
@@ -1,0 +2,17 @@
+Mon Nov 18 14:17:15 UTC 2024 - Markéta Machová <[email protected]>
+
+- Update to 0.10.12
+ * Allow users to explicitly configure universe domain
+ * Add google-auth as a direct dependency
+ * Require google-api-core>=1.34.1
+ * Support mounting NFS and GCS volumes in Cloud Run Jobs and Services
+ * add Job ExecutionReference.completion_status to show status of the
+ most recent execution
+ * add Builds API
+ * Add support for Python 3.13
+ * support advanced configurations options for cloud storage volumes
+ by setting mount_options in the GCSVolumeSource configuration
+ * add EncryptionKeyRevocationAction and shutdown duration
+ configuration to Services
+
+-------------------------------------------------------------------
Old:
----
google-cloud-run-0.10.1.tar.gz
New:
----
google_cloud_run-0.10.12.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-cloud-run.spec ++++++
--- /var/tmp/diff_new_pack.TTK3WF/_old 2024-11-18 20:03:37.487191123 +0100
+++ /var/tmp/diff_new_pack.TTK3WF/_new 2024-11-18 20:03:37.487191123 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-google-cloud-run
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,25 +18,27 @@
%{?sle15_python_module_pythons}
Name: python-google-cloud-run
-Version: 0.10.1
+Version: 0.10.12
Release: 0
Summary: Google Cloud Run API client library
License: Apache-2.0
URL:
https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-run
-Source:
https://files.pythonhosted.org/packages/source/g/google-cloud-run/google-cloud-run-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/g/google_cloud_run/google_cloud_run-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-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-grpc-google-iam-v1 >= 0.12.4
Requires: python-proto-plus >= 1.22.3
Requires: python-protobuf >= 3.19.5
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module google-api-core >= 1.34.0}
+BuildRequires: %{python_module google-auth >= 2.14.1}
+BuildRequires: %{python_module google-api-core >= 1.34.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}
@@ -47,7 +49,7 @@
Google Cloud Run API client library
%prep
-%autosetup -p1 -n google-cloud-run-%{version}
+%autosetup -p1 -n google_cloud_run-%{version}
%build
%pyproject_wheel