diff mbox series

[meta-python] python3-cachetools: upgrade 5.3.0 -> 5.3.1

Message ID 1685518820-20028-8-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-cachetools: upgrade 5.3.0 -> 5.3.1 | expand

Commit Message

Mingyu Wang (Fujitsu) May 31, 2023, 7:40 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
Depend on Python >= 3.7.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-cachetools_5.3.0.bb => python3-cachetools_5.3.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-cachetools_5.3.0.bb => python3-cachetools_5.3.1.bb} (89%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-cachetools_5.3.0.bb b/meta-python/recipes-devtools/python/python3-cachetools_5.3.1.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-cachetools_5.3.0.bb
rename to meta-python/recipes-devtools/python/python3-cachetools_5.3.1.bb
index 21bb51871..739e5a826 100644
--- a/meta-python/recipes-devtools/python/python3-cachetools_5.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cachetools_5.3.1.bb
@@ -27,6 +27,6 @@  do_install_ptest() {
 	cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
 }
 
-SRC_URI[sha256sum] = "13dfddc7b8df938c21a940dfa6557ce6e94a2f1cdfa58eb90c805721d58f2c14"
+SRC_URI[sha256sum] = "dce83f2d9b4e1f732a8cd44af8e8fab2dbe46201467fc98b3ef8f269092bf62b"
 
 BBCLASSEXTEND = "native nativesdk"