14
0

Accepting request 1112803 from home:mimi_vx:branches:devel:languages:python

- refresh python-google-auth-no-mock.patch
- update to 2.23.0
 * Expose universe domain in credentials
 * Make external_account resistant to string type 'expires_in' responses from non-compliant services
 * Missing ssj for impersonate cred ()
 * Skip checking projectid on cred if env var is set
 * Add get_bq_config_path() to _cloud_sdk.py

OBS-URL: https://build.opensuse.org/request/show/1112803
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=71
This commit is contained in:
2023-09-21 16:51:37 +00:00
committed by Git OBS Bridge
parent ff1f53c804
commit a9aa213e58
5 changed files with 216 additions and 176 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Sep 21 12:09:25 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- refresh python-google-auth-no-mock.patch
- update to 2.23.0
* Expose universe domain in credentials
* Make external_account resistant to string type 'expires_in' responses from non-compliant services
* Missing ssj for impersonate cred ()
* Skip checking projectid on cred if env var is set
* Add get_bq_config_path() to _cloud_sdk.py
-------------------------------------------------------------------
Mon Aug 14 09:05:07 UTC 2023 - Dirk Müller <dmueller@suse.com>