summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-01-26 14:49:59 +0200
committerKhem Raj <raj.khem@gmail.com>2021-01-28 10:52:09 -0800
commit2a3f5f7de617f1ff380dc0fd1b6a6fd1ce2a4a94 (patch)
tree8429eeaf8d915fac3e9774cf9e98904780687b48 /meta-python
parente7d076556d26c6e098d1b3dd7e5c4d81aae4efc3 (diff)
downloadmeta-openembedded-2a3f5f7de617f1ff380dc0fd1b6a6fd1ce2a4a94.tar.gz
python3-cachetools: Upgrade 4.2.0 -> 4.2.1
Upgrade to release 4.2.1: - Handle __missing__() not storing cache items. - Clean up __missing__() example. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-cachetools_4.2.1.bb (renamed from meta-python/recipes-devtools/python/python3-cachetools_4.2.0.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cachetools_4.2.0.bb b/meta-python/recipes-devtools/python/python3-cachetools_4.2.1.bb
index cc697d5a9..616e88045 100644
--- a/meta-python/recipes-devtools/python/python3-cachetools_4.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cachetools_4.2.1.bb
@@ -27,7 +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[md5sum] = "9d54dacd774e2af7e9a50741386f5455" 30SRC_URI[sha256sum] = "f469e29e7aa4cff64d8de4aad95ce76de8ea1125a16c68e0d93f65c3c3dc92e9"
31SRC_URI[sha256sum] = "3796e1de094f0eaca982441c92ce96c68c89cced4cd97721ab297ea4b16db90e"
32 31
33BBCLASSEXTEND = "native nativesdk" 32BBCLASSEXTEND = "native nativesdk"