diff mbox series

[meta-python,18/30] python3-oauthlib: upgrade 3.2.2 -> 3.3.1

Message ID 20250623071138.402-18-wangmy@fujitsu.com
State New
Headers show
Series [meta-filesystems,01/30] bindfs: upgrade 1.18.0 -> 1.18.1 | expand

Commit Message

Wang Mingyu June 23, 2025, 7:11 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update:
 - Removed year from license
 - Refresh wording of license to not confuse tools between BSD-3 & BSD

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-oauthlib_3.2.2.bb => python3-oauthlib_3.3.1.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-oauthlib_3.2.2.bb => python3-oauthlib_3.3.1.bb} (85%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-oauthlib_3.2.2.bb b/meta-python/recipes-devtools/python/python3-oauthlib_3.3.1.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-oauthlib_3.2.2.bb
rename to meta-python/recipes-devtools/python/python3-oauthlib_3.3.1.bb
index 833fdbcc58..80b87c1aa8 100644
--- a/meta-python/recipes-devtools/python/python3-oauthlib_3.2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-oauthlib_3.3.1.bb
@@ -2,9 +2,9 @@  SUMMARY = "A generic, spec-compliant, thorough implementation of the OAuth reque
 HOMEPAGE = "https://github.com/idan/oauthlib"
 
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=abd2675e944a2011aed7e505290ba482"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2699a9fb0d71d5eafd75d8d7c302f7df"
 
-SRC_URI[sha256sum] = "9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918"
+SRC_URI[sha256sum] = "0f0f8aa759826a193cf66c12ea1af1637f87b9b4622d46e866952bb022e538c9"
 
 inherit pypi setuptools3