Compare commits
4 Commits
public_clo
...
factory
| Author | SHA256 | Date | |
|---|---|---|---|
| 0a6cbf6101 | |||
| e82977d44e | |||
| c40837f333 | |||
| 508e7008f9 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b2d3fe37380de5859a786081d9bcc1203a0f3a205300839a27f828d59828a27
|
||||
size 4270982
|
||||
3
google_cloud_compute-1.42.0.tar.gz
Normal file
3
google_cloud_compute-1.42.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08b1dbc5758baa5491087bcefb574e59d911520b714eda79b4ebf1cb429d8d98
|
||||
size 4858473
|
||||
@@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 16 08:10:54 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 1.42.0
|
||||
* Update Compute Engine v1 API to revision 20251210 (#1137)
|
||||
* Update Compute Engine v1 API to revision 20251031
|
||||
- from version 1.41.0
|
||||
* auto-enable mTLS when supported certificates are detected
|
||||
* check Python and dependency versions in generated GAPICs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 11:05:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 1.40.0
|
||||
* Update Compute Engine v1 API to revision 20250916 (#1107)
|
||||
* Add support for Python 3.14
|
||||
* Deprecate credentials_file argument
|
||||
- from version 1.39.0
|
||||
* [google-cloud-compute] Update Compute Engine v1 API to revision 20250909
|
||||
* [google-cloud-compute] Update Compute Engine v1 API to revision 20250902
|
||||
- from version 1.38.0
|
||||
* [google-cloud-compute] Update Compute Engine v1 API to revision 20250902 (#14434)
|
||||
- from version 1.37.0
|
||||
* [google-cloud-compute] Update Compute Engine v1 API to revision 20250810 (#1091)
|
||||
- from version 1.36.0
|
||||
* [google-cloud-compute] Update Compute Engine v1 API to revision 20250807
|
||||
- from version 1.35.0
|
||||
* [google-cloud-compute] Update Compute Engine v1 API to revision 20250728 (#1081)
|
||||
* [google-cloud-compute] Update Compute Engine v1 API to revision 20250729 (#1085)
|
||||
- from version 1.34.0
|
||||
* [google-cloud-compute] Update Compute Engine v1 API to revision 20250717 (#1074)
|
||||
- from version 1.33.0
|
||||
* [google-cloud-compute] Update Compute Engine v1 API to revision 20250708 (#1073)
|
||||
- from version 1.32.0
|
||||
* Update Compute Engine v1 API to revision 20250626 (3ad8819)
|
||||
- from version 1.31.0
|
||||
* [google-cloud-compute] Update Compute Engine v1 API to revision 20250601 (#13970)
|
||||
* Update Compute Engine v1 API to revision 20250511 (#1047)
|
||||
- Update BuildRequires and Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 13:23:55 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-google-cloud-compute
|
||||
#
|
||||
# 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-compute
|
||||
Version: 1.30.0
|
||||
Version: 1.42.0
|
||||
Release: 0
|
||||
Summary: Google Cloud Compute API client library
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-compute
|
||||
Source: https://files.pythonhosted.org/packages/source/g/google-cloud-compute/google_cloud_compute-%{version}.tar.gz
|
||||
BuildRequires: %{python_module grpcio}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module wheel}
|
||||
@@ -34,6 +35,11 @@ BuildRequires: %{python_module proto-plus >= 1.22.3}
|
||||
BuildRequires: %{python_module protobuf >= 3.20.2}
|
||||
# /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.1
|
||||
Requires: python-google-auth >= 2.14.1
|
||||
Requires: python-proto-plus >= 1.22.3
|
||||
|
||||
Reference in New Issue
Block a user