17
0

Compare commits

4 Commits

Author SHA256 Message Date
4d32c83049 Accepting request 1327432 from devel:languages:python:google
- Update to 0.14.0
  * auto-enable mTLS when supported certificates are detected
  * check Python and dependency versions in generated GAPICs
- from version 0.13.0
  * A comment for field `custom_audiences` in message `.google.cloud.run.v2.WorkerPool` is changed
  * A comment for field `limits` in message `.google.cloud.run.v2.ResourceRequirements` is changed
  * A comment for field `etag` in message `.google.cloud.run.v2.Service` is changed
  * A comment for field `etag` in message `.google.cloud.run.v2.Job` is changed
  * A comment for field `items` in message `.google.cloud.run.v2.SecretVolumeSource` is changed
  * A comment for field `invoker_iam_disabled` in message `.google.cloud.run.v2.Service` is changed
  * A comment for field `etag` in message `.google.cloud.run.v2.WorkerPool` is changed
  * A comment for field `observed_generation` in message `.google.cloud.run.v2.WorkerPool` is changed
  * A comment for field `name` in message `.google.cloud.run.v2.Service` is changed
  * A comment for field `latest_ready_revision` in message `.google.cloud.run.v2.WorkerPool` is changed
  * A comment for field `reconciling` in message `.google.cloud.run.v2.WorkerPool` is changed
  * add SourceCode proto to Run container config
- from version 0.12.0
  * Add support for Python 3.14
  * Deprecate credentials_file argument
- Update BuildRequires and Requires from setup.py (forwarded request 1327425 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1327432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-run?expand=0&rev=5
2026-01-15 16:02:22 +00:00
4e0dd96ad6 - Update to 0.14.0
* auto-enable mTLS when supported certificates are detected
  * check Python and dependency versions in generated GAPICs
- from version 0.13.0
  * A comment for field `custom_audiences` in message `.google.cloud.run.v2.WorkerPool` is changed
  * A comment for field `limits` in message `.google.cloud.run.v2.ResourceRequirements` is changed
  * A comment for field `etag` in message `.google.cloud.run.v2.Service` is changed
  * A comment for field `etag` in message `.google.cloud.run.v2.Job` is changed
  * A comment for field `items` in message `.google.cloud.run.v2.SecretVolumeSource` is changed
  * A comment for field `invoker_iam_disabled` in message `.google.cloud.run.v2.Service` is changed
  * A comment for field `etag` in message `.google.cloud.run.v2.WorkerPool` is changed
  * A comment for field `observed_generation` in message `.google.cloud.run.v2.WorkerPool` is changed
  * A comment for field `name` in message `.google.cloud.run.v2.Service` is changed
  * A comment for field `latest_ready_revision` in message `.google.cloud.run.v2.WorkerPool` is changed
  * A comment for field `reconciling` in message `.google.cloud.run.v2.WorkerPool` is changed
  * add SourceCode proto to Run container config
- from version 0.12.0
  * Add support for Python 3.14
  * Deprecate credentials_file argument
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-run?expand=0&rev=13
2026-01-15 14:56:26 +00:00
c4da356cc9 Accepting request 1312067 from devel:languages:python:google
OBS-URL: https://build.opensuse.org/request/show/1312067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-run?expand=0&rev=4
2025-10-17 18:14:34 +00:00
1b8b912706 - Update to 0.11.0
* A type of an existing resource_reference option of the field
    `worker_pool` in message `.google.cloud.run.v2.SubmitBuildRequest`
    is changed from `cloudbuild.googleapis.com/WorkerPool` to
    `cloudbuild.googleapis.com/BuildWorkerPool`
  * A type of an existing resource_reference option of the field
    `worker_pool` in message `.google.cloud.run.v2.BuildConfig`
    is changed from `cloudbuild.googleapis.com/WorkerPool` to
    `cloudbuild.googleapis.com/BuildWorkerPool`
  * [google-cloud-run] An existing resource_definition
    `cloudbuild.googleapis.com/WorkerPool` is removed
  * Adding new resource tpye run.googleapis.com/WorkerPool. (077a8ff)
  * [google-cloud-run] An existing resource_definition
    `cloudbuild.googleapis.com/WorkerPool` is removed (077a8ff)
  * A type of an existing resource_reference option of the field
    `worker_pool` in message `.google.cloud.run.v2.BuildConfig`
    is changed from `cloudbuild.googleapis.com/WorkerPool` to
    `cloudbuild.googleapis.com/BuildWorkerPool` (077a8ff)
  * A type of an existing resource_reference option of the field
    `worker_pool` in message `.google.cloud.run.v2.SubmitBuildRequest`
    is changed from `cloudbuild.googleapis.com/WorkerPool` to
    `cloudbuild.googleapis.com/BuildWorkerPool` (077a8ff)
- from version 0.10.19
  * Add new field `term_signal` to `.google.cloud.run.v2.TaskAttemptResult`
    (078e0e2)
  * Support GPU zonal redundancy setting for Cloud Run jobs (078e0e2)
- from version 0.10.18
  * Support GPU zonal redundancy setting in Cloud Run services (2f33995)
  * Support node selector in Cloud Run jobs for GPU setting (2f33995)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-run?expand=0&rev=11
2025-10-17 14:54:01 +00:00
4 changed files with 65 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efb5413907897f50cc6cb6045f8e185b499d733d066325899a246ad954c9a518
size 356344

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e3a142c6a4d7ca8a944858cb1c142c13414e78eed48c53dd3be53f86b260ee95
size 446713

View File

@@ -1,3 +1,60 @@
-------------------------------------------------------------------
Thu Jan 15 14:43:06 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.14.0
* auto-enable mTLS when supported certificates are detected
* check Python and dependency versions in generated GAPICs
- from version 0.13.0
* A comment for field `custom_audiences` in message `.google.cloud.run.v2.WorkerPool` is changed
* A comment for field `limits` in message `.google.cloud.run.v2.ResourceRequirements` is changed
* A comment for field `etag` in message `.google.cloud.run.v2.Service` is changed
* A comment for field `etag` in message `.google.cloud.run.v2.Job` is changed
* A comment for field `items` in message `.google.cloud.run.v2.SecretVolumeSource` is changed
* A comment for field `invoker_iam_disabled` in message `.google.cloud.run.v2.Service` is changed
* A comment for field `etag` in message `.google.cloud.run.v2.WorkerPool` is changed
* A comment for field `observed_generation` in message `.google.cloud.run.v2.WorkerPool` is changed
* A comment for field `name` in message `.google.cloud.run.v2.Service` is changed
* A comment for field `latest_ready_revision` in message `.google.cloud.run.v2.WorkerPool` is changed
* A comment for field `reconciling` in message `.google.cloud.run.v2.WorkerPool` is changed
* add SourceCode proto to Run container config
- from version 0.12.0
* Add support for Python 3.14
* Deprecate credentials_file argument
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Fri Oct 17 12:33:06 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.11.0
* A type of an existing resource_reference option of the field
`worker_pool` in message `.google.cloud.run.v2.SubmitBuildRequest`
is changed from `cloudbuild.googleapis.com/WorkerPool` to
`cloudbuild.googleapis.com/BuildWorkerPool`
* A type of an existing resource_reference option of the field
`worker_pool` in message `.google.cloud.run.v2.BuildConfig`
is changed from `cloudbuild.googleapis.com/WorkerPool` to
`cloudbuild.googleapis.com/BuildWorkerPool`
* [google-cloud-run] An existing resource_definition
`cloudbuild.googleapis.com/WorkerPool` is removed
* Adding new resource tpye run.googleapis.com/WorkerPool. (077a8ff)
* [google-cloud-run] An existing resource_definition
`cloudbuild.googleapis.com/WorkerPool` is removed (077a8ff)
* A type of an existing resource_reference option of the field
`worker_pool` in message `.google.cloud.run.v2.BuildConfig`
is changed from `cloudbuild.googleapis.com/WorkerPool` to
`cloudbuild.googleapis.com/BuildWorkerPool` (077a8ff)
* A type of an existing resource_reference option of the field
`worker_pool` in message `.google.cloud.run.v2.SubmitBuildRequest`
is changed from `cloudbuild.googleapis.com/WorkerPool` to
`cloudbuild.googleapis.com/BuildWorkerPool` (077a8ff)
- from version 0.10.19
* Add new field `term_signal` to `.google.cloud.run.v2.TaskAttemptResult`
(078e0e2)
* Support GPU zonal redundancy setting for Cloud Run jobs (078e0e2)
- from version 0.10.18
* Support GPU zonal redundancy setting in Cloud Run services (2f33995)
* Support node selector in Cloud Run jobs for GPU setting (2f33995)
-------------------------------------------------------------------
Fri Apr 25 08:21:32 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-google-cloud-run
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,14 @@
%{?sle15_python_module_pythons}
Name: python-google-cloud-run
Version: 0.10.17
Version: 0.14.0
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
BuildRequires: %{python_module grpcio >= 1.33.2 if %python-base < 3.14}
BuildRequires: %{python_module grpcio >= 1.75.1 if %python-base >= 3.14}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
@@ -33,6 +35,7 @@ BuildRequires: python-rpm-macros
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-grpcio >= 1.33.2
Requires: python-proto-plus >= 1.22.3
Requires: python-protobuf >= 3.20.2
BuildArch: noarch