diff mbox series

[meta-python,3/3] python3-cachetools: Upgrade 5.2.1 -> 5.3.0

Message ID 20230125133044.2331059-3-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/3] python3-email-validator: Upgrade 1.3.0 -> 1.3.1 | expand

Commit Message

Leon Anavi Jan. 25, 2023, 1:30 p.m. UTC
Upgrade to release 5.3.0:

- Add cache_info() function to @cached decorator.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...{python3-cachetools_5.2.1.bb => python3-cachetools_5.3.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-cachetools_5.2.1.bb => python3-cachetools_5.3.0.bb} (89%)
diff mbox series

Patch

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