17
0

Accepting request 509218 from home:TheBlackCat:branches:devel:languages:python

- Implement single-spec version.
- Update source URL.
- Update to Version 1.6.2

OBS-URL: https://build.opensuse.org/request/show/509218
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-python-client?expand=0&rev=11
This commit is contained in:
Todd R
2017-07-10 14:29:42 +00:00
committed by Git OBS Bridge
parent 57af50c656
commit b17c67f6ee
4 changed files with 69 additions and 37 deletions

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Mon Jul 10 14:25:33 UTC 2017 - toddrme2178@gmail.com
- Implement single-spec version.
- Update source URL.
- Update to Version 1.6.2
* Fixed a bug where application default credentials would still be used even
when a developerKey was specified. (#347)
* Official support for Python 3.5 and 3.6. (#341)
- Update to Version 1.6.1
* Fixed a bug where using google-auth with scoped credentials would fail. (#328)
- Update to Version 1.6.0
* Support for Python 2.6 has been dropped. (#319)
* The credentials argument to discovery.build and discovery.build_from_document
can be either oauth2client credentials or google-auth credentials. (#319)
* discovery.build and discovery.build_from_document now unambiguously use the
http argument to make all requests, including the request for the discovery
document. (#319)
* The http and credentials arguments to discovery.build and
discovery.build_from_document are now mutually exclusive, eliminating a
buggy edge case. (#319)
* If neither http or credentials is specified to discovery.build and
discovery.build_from_document, then Application Default Credentials will
be used. The library prefers google-auth for this if it is available, but
can also use oauth2client's implementation. (#319)
* Fixed resumable upload failure when receiving a 308 response. (#312)
* Clarified the support versions of Python 3. (#316)
- Update to Version 1.5.5
* Allow explicit MIME type specification with media_mime_type keyword argument.
* Fix unprintable representation of BatchError with default constructor. (#165)
* Refresh all discovery docs, not just the preferred ones. (#298)
* Update minimum httplib2 dependency to >=0.9.2.
-------------------------------------------------------------------
Thu Nov 3 22:50:37 UTC 2016 - rjschwei@suse.com