From f493027cae843717a9261e445f9c175bede41544c9e3b79b92934438311901f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 28 Aug 2020 12:21:22 +0000 Subject: [PATCH] - 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 --- python-google-api-core.changes | 5 +++++ python-google-api-core.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/python-google-api-core.changes b/python-google-api-core.changes index 8b4d579..c7e64d5 100644 --- a/python-google-api-core.changes +++ b/python-google-api-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 28 12:20:45 UTC 2020 - Tomáš Chvátal + +- Fix dependency on google-auth to have proper version constrain + ------------------------------------------------------------------- Thu Aug 20 08:02:56 UTC 2020 - Tomáš Chvátal diff --git a/python-google-api-core.spec b/python-google-api-core.spec index 61dfb4a..8d2f932 100644 --- a/python-google-api-core.spec +++ b/python-google-api-core.spec @@ -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