1
0

Accepting request 860769 from home:buschmann23:branches:devel:languages:python

- Skip build on python2 as it is not supported anymore
- Update to 1.24.1
  * support 'retry' for ops built from HTTP/gRPC responses
    (gh#googleapis/python-api-core#115)
- from version 1.24.0
  * add support for Python 3.9, drop support for Python 3.5
    (gh#googleapis/python-api-core#111)
- from version 1.23.0
  * api-core: pass retry from result() to done()
    (gh#googleapis/python-api-core#9)
  * map LRO errors to library exception types
    (gh#googleapis/python-api-core#15)

OBS-URL: https://build.opensuse.org/request/show/860769
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=33
This commit is contained in:
2021-01-06 17:05:05 +00:00
committed by Git OBS Bridge
parent 2d0d0d9981
commit fdd2469ec7
4 changed files with 30 additions and 8 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Jan 6 14:55:34 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>
- Skip build on python2 as it is not supported anymore
-------------------------------------------------------------------
Wed Jan 6 14:48:36 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>
- Update to 1.24.1
* support 'retry' for ops built from HTTP/gRPC responses
(gh#googleapis/python-api-core#115)
- from version 1.24.0
* add support for Python 3.9, drop support for Python 3.5
(gh#googleapis/python-api-core#111)
- from version 1.23.0
* api-core: pass retry from result() to done()
(gh#googleapis/python-api-core#9)
* map LRO errors to library exception types
(gh#googleapis/python-api-core#15)
-------------------------------------------------------------------
Wed Oct 7 06:13:07 UTC 2020 - John Vandenberg <jayvdb@gmail.com>