diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-09-19 15:49:06 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-20 15:34:03 -0700 |
commit | 528d98f59059f4d17cc23a0b187cf731121cadc3 (patch) | |
tree | da165a10f1d553fde5b5dff6ace3baf9e8ccf68b /meta-python/recipes-devtools | |
parent | c86d6a831c76c149513afc7f497f12da39484553 (diff) | |
download | meta-openembedded-528d98f59059f4d17cc23a0b187cf731121cadc3.tar.gz |
python3-google-auth: upgrade 2.22.0 -> 2.23.0
Changelog:
==========
Features
---------
Add get_bq_config_path() to _cloud_sdk.py (9f52f66)
Add get_bq_config_path() to _cloud_sdk.py (#1358) (9f52f66)
Bug Fixes
----------
Expose universe domain in credentials (#1380) (8b8fce6)
Make external_account resistant to string type 'expires_in' responses from non-compliant services (#1379) (01d3770)
Missing ssj for impersonate cred (#1377) (7d453dc)
Skip checking projectid on cred if env var is set (#1349) (a4135a3)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-google-auth_2.23.0.bb (renamed from meta-python/recipes-devtools/python/python3-google-auth_2.22.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.22.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.23.0.bb index 23def6c52c..f7fb76b3f6 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth_2.22.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-auth_2.23.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | |||
5 | 5 | ||
6 | inherit pypi setuptools3 | 6 | inherit pypi setuptools3 |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "164cba9af4e6e4e40c3a4f90a1a6c12ee56f14c0b4868d1ca91b32826ab334ce" | 8 | SRC_URI[sha256sum] = "753a26312e6f1eaeec20bc6f2644a10926697da93446e1f8e24d6d32d45a922a" |
9 | 9 | ||
10 | RDEPENDS:${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | ${PYTHON_PN}-asyncio \ | 11 | ${PYTHON_PN}-asyncio \ |