diff mbox series

[meta-python,08/26] python3-google-auth: upgrade 2.27.0 -> 2.28.0

Message ID 1708419281-26047-8-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Headers show
Series [meta-networking,01/26] unbound: upgrade 1.19.0 -> 1.19.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 20, 2024, 8:54 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} (87%)

Comments

Khem Raj Feb. 20, 2024, 4:45 p.m. UTC | #1
please rebase this patch on current master-next branch and resend.

On Tue, Feb 20, 2024 at 12:55 AM wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> 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} (87%)
>
> 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 87%
> 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 45098e662..468cae5bf 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} += "\
>      ${PYTHON_PN}-asyncio \
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#108928): https://lists.openembedded.org/g/openembedded-devel/message/108928
> Mute This Topic: https://lists.openembedded.org/mt/104464216/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
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 87%
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 45098e662..468cae5bf 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} += "\
     ${PYTHON_PN}-asyncio \