Accepting request 802599 from devel:languages:python

- Update to 1.8.2:
  - Remove apiclient.__version__ gh#googleapis/googleapis#870
  - Adding ConnectionError to retry mechanism gh#googleapis/googleapis#558
  - replace '-' in method names with '_' gh#googleapis/google-api-python-client#863
- Add missing dependency on oauth2client.
- Fix filelist (no CHANGELOG anymore, missing README.md)

OBS-URL: https://build.opensuse.org/request/show/802599
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-api-python-client?expand=0&rev=13
This commit is contained in:
2020-05-11 11:43:56 +00:00
committed by Git OBS Bridge
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:0f5b42a14e2d2f7dee40f2e4514531dbe95ebde9c2173b1c4040a65c427e7900
size 145457

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon May 11 06:28:41 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Update to 1.8.2:
- Remove apiclient.__version__ gh#googleapis/googleapis#870
- Adding ConnectionError to retry mechanism gh#googleapis/googleapis#558
- replace '-' in method names with '_' gh#googleapis/google-api-python-client#863
- Add missing dependency on oauth2client.
- Fix filelist (no CHANGELOG anymore, missing README.md)
-------------------------------------------------------------------
Wed Apr 8 07:30:19 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-google-api-python-client
Version: 1.8.0
Version: 1.8.2
Release: 0
Summary: Google APIs Python Client
License: Apache-2.0
@@ -30,6 +30,7 @@ BuildRequires: %{python_module google-auth >= 1.4.1}
BuildRequires: %{python_module google-auth-httplib2 >= 0.0.3}
BuildRequires: %{python_module httplib2 >= 0.9.2}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module oauth2client}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.6.1}
@@ -69,7 +70,7 @@ Google APIs Client Library for Python
%pytest -k "not (test_api_endpoint_override_from_client_options and Document)"
%files %{python_files}
%doc CHANGELOG
%doc README.md
%license LICENSE
%{python_sitelib}/*