1
0

Accepting request 676918 from home:jayvdb:django

- Activate tests
- Update from v1.4.0 to v1.7.0

OBS-URL: https://build.opensuse.org/request/show/676918
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=9
This commit is contained in:
2019-02-18 07:37:42 +00:00
committed by Git OBS Bridge
parent 6b8caa1148
commit fcfa83383a
4 changed files with 53 additions and 12 deletions

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Mon Feb 18 05:48:46 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Activate tests
- Update to version 1.7.0
* New Features
+ Support converting DatetimeWithNanos to / from
google.protobuf.timestamp_pb2.Timestamp
* Documentation
+ Document Python 2 deprecation. (#6910)
+ Add usage example for google.api_core.iam.Polcy. (#6855)
* Internal / Testing Changes
+ Work around pytype big for ABCMeta.register
- from version 1.6.0
(not documented)
- from version 1.5.2
* Implementation Changes
+ Retry transient errors in 'PollingFuture.result'
* Dependencies
+ Remove hyphen from named extra in api_core. (#6468)
+ Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. (#6391)
+ Avoid broken 'google-common-apis 1.5.4' release
- from version 1.5.1
* Implementation Changes
+ Don't URL-encode slashes in gRPC request headers
* Internal / Testing Changes
+ Back out changes from #6267
- from version 1.5.0
* New Features
+ Add bidi, Bidirection Streaming, to api-core
* Internal / Testing Changes
+ Use new Nox
- from version 1.4.1
* Internal / Testing Changes
+ Add type-checking via pytype to api_core
-------------------------------------------------------------------
Tue Dec 4 12:48:31 UTC 2018 - Matej Cepl <mcepl@suse.com>