Dominique Leuenberger 2020-04-10 21:53:05 +00:00 committed by Git OBS Bridge
commit a66e8d4bd2
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8a88174f66d92aed7ebbd73744c2c319b4b1ce828e565f9ec721352d2e2fb8c
size 142837

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f5b42a14e2d2f7dee40f2e4514531dbe95ebde9c2173b1c4040a65c427e7900
size 145457

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 8 07:30:19 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 1.8.0
* Add api endpoint override. (https://github.com/googleapis/google-api-python-client/pull/829)
* Various small bugfixes.
-------------------------------------------------------------------
Thu Sep 12 11:34:29 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -18,13 +18,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-google-api-python-client
Version: 1.7.11
Version: 1.8.0
Release: 0
Summary: Google APIs Python Client
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/google/google-api-python-client
Source: https://files.pythonhosted.org/packages/source/g/google-api-python-client/google-api-python-client-%{version}.tar.gz
BuildRequires: %{python_module google-api-core >= 1.13.0}
BuildRequires: %{python_module google-auth >= 1.4.1}
BuildRequires: %{python_module google-auth-httplib2 >= 0.0.3}
BuildRequires: %{python_module httplib2 >= 0.9.2}
@ -36,6 +37,7 @@ BuildRequires: %{python_module unittest2}
BuildRequires: %{python_module uritemplate >= 3.0.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-google-api-core >= 1.13.0
Requires: python-google-auth >= 1.4.1
Requires: python-google-auth-httplib2 >= 0.0.3
Requires: python-httplib2 >= 0.9.2
@ -62,7 +64,9 @@ Google APIs Client Library for Python
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
# DiscoveryFromDocument::test_api_endpoint_override_from_client_options and
# DiscoveryFromDocument::test_api_endpoint_override_from_client_options_dict fail with "server unavailable"
%pytest -k "not (test_api_endpoint_override_from_client_options and Document)"
%files %{python_files}
%doc CHANGELOG