summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2023-01-25 15:30:44 +0200
committerKhem Raj <raj.khem@gmail.com>2023-01-25 08:57:42 -0800
commitb79af021102064cb6673a9da7289a6f26321aa4c (patch)
treee6fa652a77bc9741524f4e3a7ae8b7c3ee77b4c5 /meta-python/recipes-devtools/python
parent9229fde5e27e8c4c9f81545dbf3714517aab3563 (diff)
downloadmeta-openembedded-b79af021102064cb6673a9da7289a6f26321aa4c.tar.gz
python3-cachetools: Upgrade 5.2.1 -> 5.3.0
Upgrade to release 5.3.0: - Add cache_info() function to @cached decorator. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-cachetools_5.3.0.bb (renamed from meta-python/recipes-devtools/python/python3-cachetools_5.2.1.bb)2
1 files changed, 1 insertions, 1 deletions
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
index 7cb4f35d89..21bb518719 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() {
27 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ 27 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
28} 28}
29 29
30SRC_URI[sha256sum] = "5991bc0e08a1319bb618d3195ca5b6bc76646a49c21d55962977197b301cc1fe" 30SRC_URI[sha256sum] = "13dfddc7b8df938c21a940dfa6557ce6e94a2f1cdfa58eb90c805721d58f2c14"
31 31
32BBCLASSEXTEND = "native nativesdk" 32BBCLASSEXTEND = "native nativesdk"