From eedba5d2491297a8aeca689475fc298ec16e1d8f63f00a11dd1916baa48cde3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 18 Nov 2024 14:25:31 +0000 Subject: [PATCH] Accepting request 1224888 from home:mcalabkova:branches:devel:languages:python:google - 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 OBS-URL: https://build.opensuse.org/request/show/1224888 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-run?expand=0&rev=7 --- google-cloud-run-0.10.1.tar.gz | 3 --- google_cloud_run-0.10.12.tar.gz | 3 +++ python-google-cloud-run.changes | 17 +++++++++++++++++ python-google-cloud-run.spec | 14 ++++++++------ 4 files changed, 28 insertions(+), 9 deletions(-) delete mode 100644 google-cloud-run-0.10.1.tar.gz create mode 100644 google_cloud_run-0.10.12.tar.gz diff --git a/google-cloud-run-0.10.1.tar.gz b/google-cloud-run-0.10.1.tar.gz deleted file mode 100644 index 632326e..0000000 --- a/google-cloud-run-0.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe7db10c5948147d4f19c379c13625d78998aaf891ff176f96e24c7c576894da -size 246186 diff --git a/google_cloud_run-0.10.12.tar.gz b/google_cloud_run-0.10.12.tar.gz new file mode 100644 index 0000000..9f2d4d0 --- /dev/null +++ b/google_cloud_run-0.10.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91bae86ab919f181014323e98c87f0645cb09bf1d8bfb641b0dd27b84c3da90 +size 322171 diff --git a/python-google-cloud-run.changes b/python-google-cloud-run.changes index f4c4069..4c0a2a7 100644 --- a/python-google-cloud-run.changes +++ b/python-google-cloud-run.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Nov 18 14:17:15 UTC 2024 - Markéta Machová + +- 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 + ------------------------------------------------------------------- Sun Dec 17 20:42:09 UTC 2023 - Dirk Müller diff --git a/python-google-cloud-run.spec b/python-google-cloud-run.spec index 63ed919..5c97a92 100644 --- a/python-google-cloud-run.spec +++ b/python-google-cloud-run.spec @@ -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 @@ BuildRequires: %{python_module protobuf >= 3.19.5} Google Cloud Run API client library %prep -%autosetup -p1 -n google-cloud-run-%{version} +%autosetup -p1 -n google_cloud_run-%{version} %build %pyproject_wheel