1
0

Accepting request 810893 from devel:languages:python

- update to 1.17.0:
  * api_core: add retry param into PollingFuture() and it’s inheritors (#9923) (14f1f34), closes #6197
  * api-core: add client_cert_source to ClientOptions (#17) (748c935)
  * consume part of StreamingResponseIterator to support failure while under a retry context (#10206) (2b103b6)

OBS-URL: https://build.opensuse.org/request/show/810893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-api-core?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2020-06-09 22:45:21 +00:00 committed by Git OBS Bridge
commit a99ca6b929
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92e962a087f1c4b8d1c5c88ade1c1dfd550047dcffb320c57ef6a534a20403e2
size 76972

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4082a0b479dc2dee2f8d7b80ea8b5d0184885b773caab15ab1836277a01d689
size 77891

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jun 2 16:14:34 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.17.0:
* api_core: add retry param into PollingFuture() and its inheritors (#9923) (14f1f34), closes #6197
* api-core: add client_cert_source to ClientOptions (#17) (748c935)
* consume part of StreamingResponseIterator to support failure while under a retry context (#10206) (2b103b6)
-------------------------------------------------------------------
Mon Apr 20 11:56:55 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-google-api-core
Version: 1.16.0
Version: 1.17.0
Release: 0
Summary: Google API client core library
License: Apache-2.0