diff mbox series

[meta-python,1/4] python3-google-auth: upgrade 2.27.0 -> 2.28.0

Message ID 1708503559-1895-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-python,1/4] python3-google-auth: upgrade 2.27.0 -> 2.28.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 21, 2024, 8:19 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-Adding universe domain support for downscroped credentials
-Change log level to debug for return_none_for_not_found_error
-Make requests import conditional for gce universe domain

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...hon3-google-auth_2.27.0.bb => python3-google-auth_2.28.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-google-auth_2.27.0.bb => python3-google-auth_2.28.0.bb} (86%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.27.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-google-auth_2.27.0.bb
rename to meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb
index 79c9291a1..5799db43b 100644
--- a/meta-python/recipes-devtools/python/python3-google-auth_2.27.0.bb
+++ b/meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "e863a56ccc2d8efa83df7a80272601e43487fa9a728a376205c86c26aaefa821"
+SRC_URI[sha256sum] = "3cfc1b6e4e64797584fb53fc9bd0b7afa9b7c0dba2004fa7dcc9349e58cc3195"
 
 RDEPENDS:${PN} += "\
     python3-asyncio \