From d1b630342e8c1a81e0fda6ff5de2b8febd9634e5 Mon Sep 17 00:00:00 2001 From: alperak Date: Sun, 3 Mar 2024 22:27:15 +0300 Subject: python3-google-auth: upgrade 2.28.0 -> 2.28.1 Changelog: ========== Bug Fixes: Typo when setting the state for the pickle deserializer Signed-off-by: alperak Signed-off-by: Khem Raj --- .../python/python3-google-auth_2.28.0.bb | 26 ---------------------- .../python/python3-google-auth_2.28.1.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-google-auth_2.28.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb deleted file mode 100644 index 5799db43b..000000000 --- a/meta-python/recipes-devtools/python/python3-google-auth_2.28.0.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Google Authentication Library" -HOMEPAGE = "https://github.com/googleapis/google-auth-library-python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "3cfc1b6e4e64797584fb53fc9bd0b7afa9b7c0dba2004fa7dcc9349e58cc3195" - -RDEPENDS:${PN} += "\ - python3-asyncio \ - python3-datetime \ - python3-io \ - python3-json \ - python3-logging \ - python3-netclient \ - python3-numbers \ -" - -RDEPENDS:${PN} += "\ - python3-aiohttp \ - python3-cachetools \ - python3-pyasn1-modules \ - python3-rsa \ - python3-six \ -" diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.28.1.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.28.1.bb new file mode 100644 index 000000000..4524cca48 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-google-auth_2.28.1.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "Google Authentication Library" +HOMEPAGE = "https://github.com/googleapis/google-auth-library-python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "34fc3046c257cedcf1622fc4b31fc2be7923d9b4d44973d481125ecc50d83885" + +RDEPENDS:${PN} += "\ + python3-asyncio \ + python3-datetime \ + python3-io \ + python3-json \ + python3-logging \ + python3-netclient \ + python3-numbers \ +" + +RDEPENDS:${PN} += "\ + python3-aiohttp \ + python3-cachetools \ + python3-pyasn1-modules \ + python3-rsa \ + python3-six \ +" -- cgit v1.2.3-54-g00ecf