17
0

- 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/package/show/devel:languages:python/python-google-api-python-client?expand=0&rev=33
This commit is contained in:
2020-05-11 06:37:05 +00:00
committed by Git OBS Bridge
parent f22649cc95
commit 524d9fc739
4 changed files with 16 additions and 5 deletions

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>