17
0

- update to 1.6.0:

* add mtls support
  * infer project from explicit service account creds
  * add support for Python 3.9, drop support for Python 3.5
  * require six>=1.12.0 and google-api-core>=1.21.
  * avoid using 'pkg_resources' to determine version
  * handle query_params tuples in JSONConnection.build_api_url
  * add quota_project, credentials file, and scopes options
  * add support for Python 3.8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-core?expand=0&rev=15
This commit is contained in:
2021-04-06 07:46:32 +00:00
committed by Git OBS Bridge
parent aa03fb7ddf
commit 86971fc430
4 changed files with 24 additions and 8 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Apr 6 07:45:12 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.6.0:
* add mtls support
* infer project from explicit service account creds
* add support for Python 3.9, drop support for Python 3.5
* require six>=1.12.0 and google-api-core>=1.21.
* avoid using 'pkg_resources' to determine version
* handle query_params tuples in JSONConnection.build_api_url
* add quota_project, credentials file, and scopes options
* add support for Python 3.8
-------------------------------------------------------------------
Mon Apr 20 11:50:58 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>