summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-09-13 18:19:03 +0800
committerKhem Raj <raj.khem@gmail.com>2022-09-13 09:55:03 -0700
commit23f759ecbea112ac184a41909eecd9e3110d1d8e (patch)
treee20c90bb49a81dabddc4ae960177c07120b1676c
parentceee47f93d4237161bac7d0fbc6f990580ce3a5b (diff)
downloadmeta-openembedded-23f759ecbea112ac184a41909eecd9e3110d1d8e.tar.gz
python3-oauthlib: upgrade 3.2.0 -> 3.2.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-oauthlib_3.2.1.bb (renamed from meta-python/recipes-devtools/python/python3-oauthlib_3.2.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-oauthlib_3.2.0.bb b/meta-python/recipes-devtools/python/python3-oauthlib_3.2.1.bb
index e7f7f0b47..8cc30489b 100644
--- a/meta-python/recipes-devtools/python/python3-oauthlib_3.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-oauthlib_3.2.1.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/idan/oauthlib"
4LICENSE = "BSD-3-Clause" 4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=abd2675e944a2011aed7e505290ba482" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=abd2675e944a2011aed7e505290ba482"
6 6
7SRC_URI[sha256sum] = "23a8208d75b902797ea29fd31fa80a15ed9dc2c6c16fe73f5d346f83f6fa27a2" 7SRC_URI[sha256sum] = "1565237372795bf6ee3e5aba5e2a85bd5a65d0e2aa5c628b9a97b7d7a0da3721"
8 8
9inherit pypi setuptools3 9inherit pypi setuptools3
10 10