- Update to version 1.12.8
* add httplib2 authorization to thread_safety (#1005), closes#808
- from version 1.12.7
* Update Webmasters API sample (#1092)
- from version 1.12.6
* Dcoumentation fixes
- from version 1.12.5
* don't raise when downloading zero byte files (#1074)
- from version 1.12.4
* don't set content-range on empty uploads (#1070)
- from version 1.12.3
* deps: update setup.py to install httplib2>=0.15.0 (#1050)
- from version 1.12.2
* add method to close httplib2 connections (#1038), closes#618
- from version 1.12.1
* deps: require six>=1.13.0 (#1030)
- from version 1.12.0
* convert print statement to function (#988), closes#987
* remove http from batch execute docs (#1003), closes#1002
OBS-URL: https://build.opensuse.org/request/show/904281
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-python-client?expand=0&rev=41
- Update to version 1.11.0
* add support for mtls env variables (#1008)
- from version 1.10.1
* discovery uses V2 when version is None (#975), closes (#971)
* fix deprecation warnings due to invalid escape sequences. (#996), closes (#995)
* fix link to service accounts documentation (#986)
* update generated docs (#981)
- from version 1.10.0
* allow to use 'six.moves.collections_abc.Mapping' in 'client_options.from_dict()' (#943)
* Build universal wheels (#948)
* discovery supports retries (#967), closes (#848)
* consolidating and updating the Contribution Guide (#964), closes (#963)
- from version 1.9.3
* update GOOGLE_API_USE_MTLS values (#940)
- from version 1.9.2
* bump api-core version (#936)
- from version 1.9.1
* fix python-api-core dependency issue (#931)
- from version 1.9.0
* add mtls feature (#917)
* add templates for python samples projects (#506), (#924)
- Refresh patches for new version
+ python-google-api-python-client-no-unittest2.patch
- Update BuildRequires and Requires from setup.py
OBS-URL: https://build.opensuse.org/request/show/833487
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-python-client?expand=0&rev=39
- Make body optional for requests with no parameters. (#446)
- Fix retying on socket.timeout. (#495)
- Match travis matrix with tox testenv. (#498)
- Remove oauth2client._helpers dependency. (#493)
- Remove unused keyring test dependency. (#496)
- discovery.py: remove unused oauth2client import. (#492)
- Update README to reference GCP API client libraries. (#490)
- Warn when constructing BatchHttpRequest using the legacy batch URI (#488)
- Increase the default media chunksize to 100MB. (#482)
- Remove unnecessary parsing of mime headers in HttpRequest.__init__ (#467)
- Proactively refresh credentials when applying and treat a missing
`access_token` as invalid. Note: This change reveals surprising behavior
between default credentials and batches. If you allow
`googleapiclient.discovery.build` to use default credentials *and* specify
different credentials by providing `batch.execut()` with an explicit `http`
argument, your individual requests will use the default credentials and
*not* the credentials specified to the batch http. To avoid this, tell
`build` explicitly not to use default credentials by specifying
`build(..., http=httplib2.Http()`. (#469)
- Remove mutual exclusivity check for developerKey and credentials (#465)
- Handle unknown media length. (#406)
- Handle variant error format gracefully. (#459)
- Avoid testing against Django >= 2.0.0 on Python 2. (#460)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-python-client?expand=0&rev=16
+ Conform with openSUSE/SUSE naming policy
- Upgrade to version 1.5.4 (bsc#1002895)
+ Properly handle errors when the API returns a mapping or sequence. (#289)
+ Upgrade to unified uritemplate 3.0.0. (#293)
+ Allow oauth2client 4.0.0, with the caveat that file-based discovery
caching is disabled.
- From 1.5.2
+ Allow using oauth2client >= 1.5.0, < 4.0.0. (#265)
+ Fix project_id argument description. (#257)
+ Retry chunk uploaded on rate limit exceeded errors. (#255)
+ Obtain access token if necessary in BatchHttpRequest.execute(). (#232)
+ Warn when running tests using HttpMock without having a cache. (#261)
- From 1.5.1
+ Allow using versions of oauth2client < 2.0.0. (#197)
+ Check both current and new API discovery URL. (#202)
+ Retry http requests on connection errors and timeouts. (#218)
+ Retry http requests on rate limit responses. (#201)
+ Import guards for ssl (for Google App Engine). (#220)
+ Use named loggers instead of the root logger. (#206)
+ New search console example. (#212)
- From 1.5.0
+ Fix file stream recognition in Python 3 (#141)
+ Fix non-resumable binary uploads in Python 3 (#147)
+ Default to 'octet-stream' if mimetype detection fails (#157)
+ Handle SSL errors with retries (#160)
+ Fix incompatibility with oauth2client v2.0.0 (#182)
- Upgrade to version 1.4.2 (bsc#954690)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-python-client?expand=0&rev=3