17
0

Accepting request 530185 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/530185
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-python-client?expand=0&rev=14
This commit is contained in:
Jan Matejek
2017-10-02 12:25:19 +00:00
committed by Git OBS Bridge
parent b195ce0bf7
commit d75e3cf605
4 changed files with 30 additions and 7 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Sep 30 16:36:20 UTC 2017 - arun@gmx.de
- update to version 1.6.4:
* Warn when google-auth credentials are used but
google-auth-httplib2 isn't available. (#443)
- changes from version 1.6.3:
* Add notification of maintenance mode to README. (#410)
* Fix generation of methods with abnormal page token
conventions. (#338)
* Raise ValueError is credentials and developerKey are both
specified. (#358)
* Re-generate documentation. (#364, #373, #401)
* Fix method signature documentation for multiline required
parameters. (#374)
* Fix ZeroDivisionError in MediaDownloadProgress.progress. (#377)
* Fix dead link to WebTest in README. (#378)
* Fix details missing in googleapiclient.errors.HttpError. (#412)
* Don't treat httplib2.Credentials as oauth credentials. (#425)
* Various fixes to the Django sample. (#413)
-------------------------------------------------------------------
Mon Jul 10 14:25:33 UTC 2017 - toddrme2178@gmail.com