diff mbox series

[meta-python] python3-google-auth: upgrade 2.22.0 -> 2.23.0

Message ID 1695109746-7892-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-google-auth: upgrade 2.22.0 -> 2.23.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 19, 2023, 7:49 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 ...hon3-google-auth_2.22.0.bb => python3-google-auth_2.23.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-google-auth_2.22.0.bb => python3-google-auth_2.23.0.bb} (87%)
diff mbox series

Patch

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
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-google-auth_2.22.0.bb
rename to 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"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "164cba9af4e6e4e40c3a4f90a1a6c12ee56f14c0b4868d1ca91b32826ab334ce"
+SRC_URI[sha256sum] = "753a26312e6f1eaeec20bc6f2644a10926697da93446e1f8e24d6d32d45a922a"
 
 RDEPENDS:${PN} += "\
     ${PYTHON_PN}-asyncio \