Dirk Mueller 2023-12-17 20:13:53 +00:00 committed by Git OBS Bridge
parent 3097722729
commit 4d1be8741f
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Dec 17 20:13:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
- add tests
-------------------------------------------------------------------
Wed Dec 13 12:27:57 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -24,10 +24,10 @@ 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-rpm-macros
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module google-api-core >= 1.34.0}
BuildRequires: %{python_module proto-plus >= 1.22.3}
@ -53,10 +53,13 @@ Google Cloud Compute API client library
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/google/cloud/compute*
%{python_sitelib}/google/cloud/compute
%{python_sitelib}/google_cloud_compute-%{version}.dist-info
%changelog