1
0

Accepting request 833478 from home:glaubitz:branches:devel:languages:python

- Update to 1.22.2
  * only add quota project id if supported (#75)
- from version 1.22.1
  * fix spelling errors for amount in retry (#69)
- from version 1.22.0
  * allow quota project to be passed to create_channel (#58)
  * _determine_timeout problem handling float type timeout (#64)
  * change the documentation for using 'six.moves.collections_abc.Mapping'
    instead of 'dict' in 'client_options.from_dict()' (#53)
- from version 1.21.0
  * allow credentials files to be passed for channel creation (#50)
- from version 1.20.1
  * **dependencies:** increase protobuf version (#49), closes (#48)
- from version 1.20.0
  * allow disabling response stream pre-fetch (#30), closes (#25)
- from version 1.19.1
  * bump up grpcio minimum version to 1.29.0 (#41)
- from version 1.19.0
  * **client_options:** add new client options 'quota_project_id', 'scopes',
    and 'credentials_file'
- from version 1.18.0
  * [CBT-6 helper] Exposing Retry._deadline as a property (#20)
  * add client_encryped_cert_source to ClientOptions (#31)
  * AsyncIO Integration [Part 2] (#28), closes (#23)
  * First batch of AIO integration (#26)
  * third batch of AsyncIO integration (#29)
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/request/show/833478
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=30
This commit is contained in:
2020-09-10 13:47:44 +00:00
committed by Git OBS Bridge
parent f493027cae
commit 9dafc36d9b
4 changed files with 41 additions and 10 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu Sep 10 11:52:56 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.22.2
* only add quota project id if supported (#75)
- from version 1.22.1
* fix spelling errors for amount in retry (#69)
- from version 1.22.0
* allow quota project to be passed to create_channel (#58)
* _determine_timeout problem handling float type timeout (#64)
* change the documentation for using 'six.moves.collections_abc.Mapping'
instead of 'dict' in 'client_options.from_dict()' (#53)
- from version 1.21.0
* allow credentials files to be passed for channel creation (#50)
- from version 1.20.1
* **dependencies:** increase protobuf version (#49), closes (#48)
- from version 1.20.0
* allow disabling response stream pre-fetch (#30), closes (#25)
- from version 1.19.1
* bump up grpcio minimum version to 1.29.0 (#41)
- from version 1.19.0
* **client_options:** add new client options 'quota_project_id', 'scopes',
and 'credentials_file'
- from version 1.18.0
* [CBT-6 helper] Exposing Retry._deadline as a property (#20)
* add client_encryped_cert_source to ClientOptions (#31)
* AsyncIO Integration [Part 2] (#28), closes (#23)
* First batch of AIO integration (#26)
* third batch of AsyncIO integration (#29)
- Update BuildRequires and Requires from setup.py
-------------------------------------------------------------------
Fri Aug 28 12:20:45 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>