1
0

Accepting request 685062 from devel:languages:python

- Update to 1.8.1:
  * Protect the creation of a background thread in BackgroundConsumer and wait on it starting. (#7499)
  * Add support to unwrap Anys into wrapped pb2 objects. (#7430)
  * Add Operation.deserialize. (#7427)

OBS-URL: https://build.opensuse.org/request/show/685062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-api-core?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2019-03-14 21:43:01 +00:00 committed by Git OBS Bridge
commit 7c6cc27452
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:85693e163a1a6faea69a74f8feaf35d54dfa2559fbdbbe389c93ffb3bb4c9a79
size 68086

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Mar 14 16:21:46 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.8.1:
* Protect the creation of a background thread in BackgroundConsumer and wait on it starting. (#7499)
* Add support to unwrap Anys into wrapped pb2 objects. (#7430)
* Add Operation.deserialize. (#7427)
-------------------------------------------------------------------
Mon Feb 18 05:48:46 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

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