forked from pool/python-google-cloud-compute
Compare commits
6 Commits
factory
...
public_clo
| Author | SHA256 | Date | |
|---|---|---|---|
| 2d2f2e3cf5 | |||
| 37d627d085 | |||
| 1cd2791fd3 | |||
| 6765e5a78f | |||
| afdf62ed6c | |||
| 745e4c1efa |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:412237183877eb2838aa6e08cdaa6cf17f399451a166e3a9aa33ae894cc15a1d
|
|
||||||
size 3623538
|
|
||||||
3
google_cloud_compute-1.30.0.tar.gz
Normal file
3
google_cloud_compute-1.30.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8b2d3fe37380de5859a786081d9bcc1203a0f3a205300839a27f828d59828a27
|
||||||
|
size 4270982
|
||||||
@@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 24 13:23:55 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.30.0
|
||||||
|
* Update Compute Engine API to revision 20250415 (#13800)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 14 19:51:56 UTC 2025 - Sean Marlow <sean.marlow@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.29.0
|
||||||
|
* Update Compute Engine API to revision 20250320
|
||||||
|
- Update to 1.28.0
|
||||||
|
* Update Compute Engine API to revision 20250302
|
||||||
|
- Update to 1.27.0
|
||||||
|
* Allow Protobuf 6.x
|
||||||
|
* remove setup.cfg configuration for creating universal wheels
|
||||||
|
- Update to 1.26.0
|
||||||
|
* Update Compute Engine API to revision 20250211
|
||||||
|
- Update to 1.25.0
|
||||||
|
* Add REST Interceptors which support reading metadata
|
||||||
|
* Add support for reading selective GAPIC generation methods from service YAML
|
||||||
|
- Update to 1.24.0
|
||||||
|
* Update Compute Engine API to revision 20250107
|
||||||
|
- Update to 1.23.0
|
||||||
|
* Update Compute Engine API to revision 20241201
|
||||||
|
* Add support for opt-in debug logging
|
||||||
|
* Fix typing issue with gRPC metadata when key ends in -bin
|
||||||
|
- Update to 1.22.0
|
||||||
|
* Update Compute Engine API to revision 20241105
|
||||||
|
- Update to 1.21.0 (bsc#1241310)
|
||||||
|
* Update Compute Engine API to revision 20241015
|
||||||
|
- Update to 1.20.1
|
||||||
|
* disable universe-domain validation
|
||||||
|
- Update to 1.20.0
|
||||||
|
* Add support for Python 3.13
|
||||||
|
- Update to 1.19.2
|
||||||
|
* Retry and timeout values do not propagate in requests during pagination
|
||||||
|
- Update to 1.19.1
|
||||||
|
* Allow protobuf 5.x
|
||||||
|
- Update to 1.19.0
|
||||||
|
* Update Compute Engine API to revision 20240430
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 14 07:39:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sun Apr 14 07:39:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-google-cloud-compute
|
# spec file for package python-google-cloud-compute
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,26 +18,26 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-google-cloud-compute
|
Name: python-google-cloud-compute
|
||||||
Version: 1.18.0
|
Version: 1.30.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Google Cloud Compute API client library
|
Summary: Google Cloud Compute API client library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-compute
|
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
|
Source: https://files.pythonhosted.org/packages/source/g/google-cloud-compute/google_cloud_compute-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module google-api-core >= 1.34.0}
|
BuildRequires: %{python_module google-api-core >= 1.34.1}
|
||||||
BuildRequires: %{python_module proto-plus >= 1.22.3}
|
BuildRequires: %{python_module proto-plus >= 1.22.3}
|
||||||
BuildRequires: %{python_module protobuf >= 3.19.5}
|
BuildRequires: %{python_module protobuf >= 3.20.2}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-google-api-core >= 1.34.0
|
Requires: python-google-api-core >= 1.34.1
|
||||||
Requires: python-google-auth >= 2.14.1
|
Requires: python-google-auth >= 2.14.1
|
||||||
Requires: python-proto-plus >= 1.22.3
|
Requires: python-proto-plus >= 1.22.3
|
||||||
Requires: python-protobuf >= 3.19.5
|
Requires: python-protobuf >= 3.20.2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@ BuildArch: noarch
|
|||||||
Google Cloud Compute API client library
|
Google Cloud Compute API client library
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n google-cloud-compute-%{version}
|
%autosetup -p1 -n google_cloud_compute-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|||||||
Reference in New Issue
Block a user