Compare commits
8 Commits
public_clo
...
factory
| Author | SHA256 | Date | |
|---|---|---|---|
| 9b9a97f983 | |||
| 1adfffcd6f | |||
| 53fde60742 | |||
| f4c1491740 | |||
| a307e51207 | |||
| 359278e441 | |||
| f913222702 | |||
| 459cc94625 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dba52aa4771e2bd392bea929ae26ab54b1b6df793dc7d598b11acf93b65ebdd2
|
||||
size 231400
|
||||
3
google_cloud_build-3.35.0.tar.gz
Normal file
3
google_cloud_build-3.35.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:563561a124b2f49aefadb3b3dc509417917967d0dd930b0e47db4447aa040f7e
|
||||
size 241556
|
||||
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 07:56:43 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 3.35.0
|
||||
* auto-enable mTLS when supported certificates are detected
|
||||
* check Python and dependency versions in generated GAPICs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 10:26:11 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 3.34.0
|
||||
* Update GCB with latest proto changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 08:50:52 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 3.33.0
|
||||
* Add support for Python 3.14
|
||||
* Deprecate credentials_file argument
|
||||
- from version 3.32.0
|
||||
* Add option to enable nested virtualization if available
|
||||
* Update comments for `machine_type` and `disk_size_gb`
|
||||
- from version 3.31.3
|
||||
* [google-cloud-build] Updated Private Service Connect IP
|
||||
ranges when route_all_traffic is false (#14149)
|
||||
- from version 3.31.2
|
||||
* Update import statement example in README
|
||||
- Update BuildRequires and Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 25 02:35:51 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Add missing BuildRequires on pytest-asyncio.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 12:52:56 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-google-cloud-build
|
||||
#
|
||||
# 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,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-google-cloud-build
|
||||
Version: 3.31.1
|
||||
Version: 3.35.0
|
||||
Release: 0
|
||||
Summary: Google Cloud Build API client library
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-build
|
||||
Source: https://files.pythonhosted.org/packages/source/g/google_cloud_build/google_cloud_build-%{version}.tar.gz
|
||||
BuildRequires: %{python_module grpcio}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
@@ -34,9 +35,15 @@ BuildRequires: %{python_module google-auth >= 2.14.1}
|
||||
BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.4}
|
||||
BuildRequires: %{python_module proto-plus >= 1.22.3}
|
||||
BuildRequires: %{python_module protobuf >= 3.20.2}
|
||||
BuildRequires: %{python_module pytest-asyncio}
|
||||
BuildRequires: %{python_module pytest}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
%if %python_version_nodots < 314
|
||||
Requires: python-grpcio >= 1.33.2
|
||||
%else
|
||||
Requires: python-grpcio >= 1.75.1
|
||||
%endif
|
||||
Requires: python-google-api-core >= 1.34.0
|
||||
Requires: python-google-auth >= 2.14.1
|
||||
Requires: python-grpc-google-iam-v1 >= 0.12.4
|
||||
|
||||
Reference in New Issue
Block a user