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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe7db10c5948147d4f19c379c13625d78998aaf891ff176f96e24c7c576894da
|
||||
size 246186
|
||||
3
google_cloud_run-0.10.12.tar.gz
Normal file
3
google_cloud_run-0.10.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b91bae86ab919f181014323e98c87f0645cb09bf1d8bfb641b0dd27b84c3da90
|
||||
size 322171
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 18 14:17:15 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user