17
0

Compare commits

8 Commits

Author SHA256 Message Date
9b9a97f983 Accepting request 1327615 from devel:languages:python:google
OBS-URL: https://build.opensuse.org/request/show/1327615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-build?expand=0&rev=8
2026-01-17 13:54:39 +00:00
1adfffcd6f - Update to 3.35.0
* auto-enable mTLS when supported certificates are detected
  * check Python and dependency versions in generated GAPICs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-build?expand=0&rev=15
2026-01-16 09:34:43 +00:00
53fde60742 Accepting request 1327358 from devel:languages:python:google
OBS-URL: https://build.opensuse.org/request/show/1327358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-build?expand=0&rev=7
2026-01-15 16:02:15 +00:00
f4c1491740 - Update to 3.34.0
* Update GCB with latest proto changes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-build?expand=0&rev=13
2026-01-15 11:00:50 +00:00
a307e51207 Accepting request 1312373 from devel:languages:python:google
- 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 (forwarded request 1312335 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1312373
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-build?expand=0&rev=6
2025-10-21 09:15:52 +00:00
359278e441 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-build?expand=0&rev=11
2025-10-20 11:02:49 +00:00
f913222702 Accepting request 1301152 from devel:languages:python:google
- Add missing BuildRequires on pytest-asyncio.

OBS-URL: https://build.opensuse.org/request/show/1301152
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-cloud-build?expand=0&rev=5
2025-08-25 18:38:32 +00:00
459cc94625 - Add missing BuildRequires on pytest-asyncio.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-build?expand=0&rev=9
2025-08-25 02:36:21 +00:00
4 changed files with 46 additions and 5 deletions

View File

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

View File

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

View File

@@ -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>

View File

@@ -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