forked from pool/python-google-api-core
- Fix dependency on google-auth to have proper version constrain
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=29
This commit is contained in:
parent
395f2c5d08
commit
f493027cae
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 12:20:45 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Fix dependency on google-auth to have proper version constrain
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 08:02:56 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -26,7 +26,7 @@ License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/GoogleCloudPlatform/google-cloud-python
|
||||
Source: https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-%{version}.tar.gz
|
||||
BuildRequires: %{python_module google-auth >= 0.4.0}
|
||||
BuildRequires: %{python_module google-auth >= 1.14.0}
|
||||
BuildRequires: %{python_module googleapis-common-protos >= 1.6.0}
|
||||
BuildRequires: %{python_module grpcio >= 1.8.2}
|
||||
BuildRequires: %{python_module grpcio-gcp >= 0.2.2}
|
||||
@ -39,7 +39,7 @@ BuildRequires: %{python_module setuptools >= 34.0.0}
|
||||
BuildRequires: %{python_module six >= 1.10.0}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-google-auth >= 0.4.0
|
||||
Requires: python-google-auth >= 1.14.0
|
||||
Requires: python-googleapis-common-protos >= 1.6.0
|
||||
Requires: python-grpcio >= 1.8.2
|
||||
Requires: python-protobuf >= 3.4.0
|
||||
@ -73,8 +73,7 @@ Core Library for Google Client Libraries
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
# test___call___and_execute_retry_hitting_deadline - broken on Leap with old mock
|
||||
%pytest -k 'not test___call___and_execute_retry_hitting_deadline'
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
Loading…
x
Reference in New Issue
Block a user