1
0

- update to version 1.4.0

* Add support for gRPC connection management (available when using
    optional grpc_gcp dependency) (#5553) (#5904)
  * Update classifiers to drop Python 3.4 and add Python 3.7 (#5702)
  * Add protobuf_helpers.field_mask to calculate a field mask from
    two messages (#5320)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=5
This commit is contained in:
Thomas Bechtold
2018-09-12 08:13:14 +00:00
committed by Git OBS Bridge
parent 52977d8be4
commit e4e0099bea
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Sep 12 08:06:43 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
- update to version 1.4.0
* Add support for gRPC connection management (available when using
optional grpc_gcp dependency) (#5553) (#5904)
* Update classifiers to drop Python 3.4 and add Python 3.7 (#5702)
* Add protobuf_helpers.field_mask to calculate a field mask from
two messages (#5320)
-------------------------------------------------------------------
Tue May 29 15:45:49 UTC 2018 - tbechtold@suse.com