forked from pool/python-google-api-core
395f2c5d08
to make leap buildable OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=27
129 lines
4.8 KiB
Plaintext
129 lines
4.8 KiB
Plaintext
-------------------------------------------------------------------
|
||
Thu Aug 20 08:02:56 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||
|
||
- Disable test test___call___and_execute_retry_hitting_deadline
|
||
to make leap buildable
|
||
|
||
-------------------------------------------------------------------
|
||
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 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)
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Apr 20 11:56:55 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||
|
||
- Fix condition for py2 only packages
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Apr 8 07:20:04 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||
|
||
- Update to 1.16.0
|
||
* feat(storage): support optionsRequestedPolicyVersion
|
||
* feat(api_core): support version 3 policy bindings
|
||
* Make the last retry happen at deadline.
|
||
* Add a repr method for ClientOptions.
|
||
* Provide a raw_page field for page_iterator.Page.
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Aug 12 14:15:35 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||
|
||
- Update to 1.14.2
|
||
* Forward ‘timeout’ arg from ‘exception’ to _blocking_poll.
|
||
* Update intersphinx mapping for requests.
|
||
* Firestore: Add should_terminate predicate for clean BiDi shutdown.
|
||
* Update pins of ‘googleapis-common-protos.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jul 2 14:51:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||
|
||
- Update to 1.13.0:
|
||
* Various fixes for new updated dependencies
|
||
|
||
-------------------------------------------------------------------
|
||
Thu May 16 17:48:16 UTC 2019 - kwu@suse.com
|
||
|
||
- Update to 1.11.0:
|
||
* Refactor ‘client_info’ support. (#7849)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Mar 26 13:51:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||
|
||
- Update to 1.8.2:
|
||
* Remove classifier for Python 3.4 for end-of-life. (#7535)
|
||
|
||
-------------------------------------------------------------------
|
||
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>
|
||
|
||
- 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>
|
||
|
||
- Remove superfluous devel dependency for noarch package
|
||
|
||
-------------------------------------------------------------------
|
||
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
|
||
|
||
- update to 1.2.0:
|
||
* Add close method to grpc Channel (#5333)
|
||
* Fix tests after grpcio update (#5333)
|
||
* Add Test runs for Python 3.7 and remove 3.4 (#5295)
|
||
- use %license
|
||
|
||
-------------------------------------------------------------------
|
||
Fri May 18 04:44:09 UTC 2018 - tbechtold@suse.com
|
||
|
||
- Initial packaging (version 1.1.2)
|