From 68ae46b2722e99e1957a74ed36dc059481ddfd5d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Mar 2024 13:45:30 +0800 Subject: python3-requests-oauthlib: upgrade 1.3.1 -> 1.4.0 Changelog: =========== -OAuth2Session now correctly uses the self.verify value if verify is not overridden in fetch_token and refresh_token. -OAuth2Session constructor now uses its client.scope when a client is provided and scope is not overridden. -Add refresh_token_request and access_token_request compliance hooks -Add PKCE support and Auth0 example -Add support for Python 3.8-3.12 -Remove support of Python 2.x, <3.7 -Migrated to Github Action -Updated dependencies -Cleanup some docs and examples Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-requests-oauthlib_1.3.1.bb | 8 -------- .../recipes-devtools/python/python3-requests-oauthlib_1.4.0.bb | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-requests-oauthlib_1.4.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.1.bb b/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.1.bb deleted file mode 100644 index 8c2f891c1e..0000000000 --- a/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.1.bb +++ /dev/null @@ -1,8 +0,0 @@ -LICENSE = "ISC" -LIC_FILES_CHKSUM = "file://LICENSE;md5=22d117a849df10d047ed9b792838e863" - -SRC_URI[sha256sum] = "75beac4a47881eeb94d5ea5d6ad31ef88856affe2332b9aafb52c6452ccf0d7a" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "python3-requests python3-oauthlib" diff --git a/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.4.0.bb b/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.4.0.bb new file mode 100644 index 0000000000..76b14585b4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.4.0.bb @@ -0,0 +1,8 @@ +LICENSE = "ISC" +LIC_FILES_CHKSUM = "file://LICENSE;md5=22d117a849df10d047ed9b792838e863" + +SRC_URI[sha256sum] = "acee623221e4a39abcbb919312c8ff04bd44e7e417087fb4bd5e2a2f53d5e79a" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += "python3-requests python3-oauthlib" -- cgit v1.2.3-54-g00ecf