From 79a88ba08812bdd7f04c8ba6540f8ba62b1410a4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 4 Nov 2023 13:40:34 -0700 Subject: [PATCH] python3-cachetools: upgrade 5.3.1 -> 5.3.2 Signed-off-by: Khem Raj --- ...{python3-cachetools_5.3.1.bb => python3-cachetools_5.3.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cachetools_5.3.1.bb => python3-cachetools_5.3.2.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-cachetools_5.3.1.bb b/meta-python/recipes-devtools/python/python3-cachetools_5.3.2.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-cachetools_5.3.1.bb rename to meta-python/recipes-devtools/python/python3-cachetools_5.3.2.bb index 739e5a8264..5946c267aa 100644 --- a/meta-python/recipes-devtools/python/python3-cachetools_5.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-cachetools_5.3.2.bb @@ -27,6 +27,6 @@ do_install_ptest() { cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ } -SRC_URI[sha256sum] = "dce83f2d9b4e1f732a8cd44af8e8fab2dbe46201467fc98b3ef8f269092bf62b" +SRC_URI[sha256sum] = "086ee420196f7b2ab9ca2db2520aca326318b68fe5ba8bc4d49cca91add450f2" BBCLASSEXTEND = "native nativesdk"