Skip to content

Commit

Permalink
Update python-google-api-python-client to rev 13 via SR 802599
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/802599
by user mcepl + dimstar_suse
- 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)
  • Loading branch information
bmwiedemann committed May 11, 2020
1 parent 3ec1200 commit 4636256
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
Binary file modified packages/p/python-google-api-python-client/.files
Binary file not shown.
13 changes: 13 additions & 0 deletions packages/p/python-google-api-python-client/.rev
Expand Up @@ -129,4 +129,17 @@ eplacement for google-api-python-client, follow our naming convention</comment>
<comment></comment>
<requestid>792353</requestid>
</revision>
<revision rev="13" vrev="1">
<srcmd5>9dbb138d7a696a0658c9dcc7a59f1940</srcmd5>
<version>1.8.2</version>
<time>1589197436</time>
<user>dimstar_suse</user>
<comment>- 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)</comment>
<requestid>802599</requestid>
</revision>
</revisionlist>

This file was deleted.

@@ -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>

Expand Down
Expand Up @@ -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
Expand All @@ -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}
Expand Down Expand Up @@ -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}/*

Expand Down

0 comments on commit 4636256

Please sign in to comment.