17
0

Accepting request 970435 from home:mcepl:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/970435
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-core?expand=0&rev=19
This commit is contained in:
2022-04-16 10:44:23 +00:00
committed by Git OBS Bridge
parent d79587e1fd
commit 76d2e291ef
4 changed files with 23 additions and 9 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Apr 16 08:53:50 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 2.3.0:
- allow extra_api_info to be passed to api request
- deps: require google-api-core>=1.31.5, >=2.3.2
- deps: require google-auth 1.25.0
- correct param type of
_ClientFactoryMixin.from_service_account_info method
- correct Client and Connection type annotations
- add mypy checking + 'py.typed' files
- add support for Python 3.10
- drop python 2.7 support
-------------------------------------------------------------------
Thu Sep 30 09:03:28 UTC 2021 - Matej Cepl <mcepl@suse.com>