From 2a3f5f7de617f1ff380dc0fd1b6a6fd1ce2a4a94 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 26 Jan 2021 14:49:59 +0200 Subject: [PATCH] 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 Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- ...python3-cachetools_4.2.0.bb => python3-cachetools_4.2.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-cachetools_4.2.0.bb => python3-cachetools_4.2.1.bb} (83%) 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 similarity index 83% rename from meta-python/recipes-devtools/python/python3-cachetools_4.2.0.bb rename to 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() { cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ } -SRC_URI[md5sum] = "9d54dacd774e2af7e9a50741386f5455" -SRC_URI[sha256sum] = "3796e1de094f0eaca982441c92ce96c68c89cced4cd97721ab297ea4b16db90e" +SRC_URI[sha256sum] = "f469e29e7aa4cff64d8de4aad95ce76de8ea1125a16c68e0d93f65c3c3dc92e9" BBCLASSEXTEND = "native nativesdk"