summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-03-19 13:45:30 +0800
committerKhem Raj <raj.khem@gmail.com>2024-03-20 09:28:10 -0700
commit68ae46b2722e99e1957a74ed36dc059481ddfd5d (patch)
tree5429145d5d757c9ff91163faebec894596098fa2 /meta-python
parentd38f481c801e89da310e37f60d3b39d87e17f838 (diff)
downloadmeta-openembedded-68ae46b2722e99e1957a74ed36dc059481ddfd5d.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-requests-oauthlib_1.4.0.bb (renamed from meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.1.bb)2
1 files changed, 1 insertions, 1 deletions
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.4.0.bb
index 8c2f891c1..76b14585b 100644
--- a/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-requests-oauthlib_1.4.0.bb
@@ -1,7 +1,7 @@
1LICENSE = "ISC" 1LICENSE = "ISC"
2LIC_FILES_CHKSUM = "file://LICENSE;md5=22d117a849df10d047ed9b792838e863" 2LIC_FILES_CHKSUM = "file://LICENSE;md5=22d117a849df10d047ed9b792838e863"
3 3
4SRC_URI[sha256sum] = "75beac4a47881eeb94d5ea5d6ad31ef88856affe2332b9aafb52c6452ccf0d7a" 4SRC_URI[sha256sum] = "acee623221e4a39abcbb919312c8ff04bd44e7e417087fb4bd5e2a2f53d5e79a"
5 5
6inherit pypi setuptools3 6inherit pypi setuptools3
7 7