diff mbox series

[meta-python] python3-cachetools: upgrade 5.2.0 -> 5.2.1

Message ID 1673414714-13796-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-cachetools: upgrade 5.2.0 -> 5.2.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 11, 2023, 5:25 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=========
 Add support for Python 3.11.
 Correct version information in RTD documentation.
 badges/shields: Change to GitHub workflow badge routes.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-cachetools_5.2.0.bb b/meta-python/recipes-devtools/python/python3-cachetools_5.2.1.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-cachetools_5.2.0.bb
rename to meta-python/recipes-devtools/python/python3-cachetools_5.2.1.bb
index 35b338ca8..7cb4f35d8 100644
--- a/meta-python/recipes-devtools/python/python3-cachetools_5.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cachetools_5.2.1.bb
@@ -27,6 +27,6 @@  do_install_ptest() {
 	cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
 }
 
-SRC_URI[sha256sum] = "6a94c6402995a99c3970cc7e4884bb60b4a8639938157eeed436098bf9831757"
+SRC_URI[sha256sum] = "5991bc0e08a1319bb618d3195ca5b6bc76646a49c21d55962977197b301cc1fe"
 
 BBCLASSEXTEND = "native nativesdk"