forked from pool/python-google-cloud-build
Compare commits
12 Commits
devel
...
public_clo
| Author | SHA256 | Date | |
|---|---|---|---|
| 9b9a97f983 | |||
| 1adfffcd6f | |||
| 53fde60742 | |||
| f4c1491740 | |||
| a307e51207 | |||
| 359278e441 | |||
| f913222702 | |||
| 459cc94625 | |||
| 2cb44adf3e | |||
| 7fd3e853cf | |||
| 925d65c2f3 | |||
| 758c3d66fd |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbaf1c0df4bd8579a16b985332412847a3fd6f58bd2b72b38fbd791b80d0a900
|
||||
size 194208
|
||||
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,74 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to 3.31.1
|
||||
* [Many APIs] Allow Protobuf 6.x
|
||||
* Remove setup.cfg configuration for creating universal wheels (#13659)
|
||||
- from version 3.31.0
|
||||
* Add option to enable fetching dependencies
|
||||
* Support for git proxy setup
|
||||
* **deps:** Require grpc-google-iam-v1 >= 0.14.0
|
||||
* Updates to proto message comments
|
||||
- from version 3.30.0
|
||||
* Add REST Interceptors which support reading metadata
|
||||
* Add support for reading selective GAPIC generation methods from service YAML
|
||||
- from version 3.29.0
|
||||
* [google-cloud-build] Add GoModule to Artifact and Results messages and new
|
||||
GO_MODULE_H1 hash type (#13416)
|
||||
* [google-cloud-build] Add option to enable structured logging (#13430)
|
||||
- from version 3.28.0
|
||||
* Add support for opt-in debug logging
|
||||
* Fix typing issue with gRPC metadata when key ends in -bin
|
||||
- from version 3.27.1
|
||||
* Disable universe-domain validation (#13242)
|
||||
- from version 3.27.0
|
||||
* [google-cloud-build] Add PrivateServiceConnect option to WorkerPool (#13221)
|
||||
- from version 3.26.0
|
||||
* Add support for Python 3.13 (#13206)
|
||||
- from 3.25.0
|
||||
* Add LEGACY_BUCKET option to DefaultLogsBucketBehavior
|
||||
* Sanitize docs
|
||||
- from version 3.24.2
|
||||
* Retry and timeout values do not propagate in requests during pagination
|
||||
- from version 3.24.1
|
||||
* Allow Protobuf 5.x (#12865)
|
||||
- Adjust upstream source name in spec file
|
||||
- Update BuildRequires and Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 16:36:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-google-cloud-build
|
||||
#
|
||||
# Copyright (c) 2024 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,28 +18,37 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-google-cloud-build
|
||||
Version: 3.24.0
|
||||
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
|
||||
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}
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module google-api-core >= 1.34.0}
|
||||
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.19.5}
|
||||
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
|
||||
Requires: python-proto-plus >= 1.22.3
|
||||
Requires: python-protobuf >= 3.19.5
|
||||
Requires: python-protobuf >= 3.20.2
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@@ -47,7 +56,7 @@ BuildArch: noarch
|
||||
Google Cloud Build API client library
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n google-cloud-build-%{version}
|
||||
%autosetup -p1 -n google_cloud_build-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
Reference in New Issue
Block a user