From 9828a6cb2fe0985f369c4bad789a67d580da9855 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Tue, 4 Aug 2026 19:00:09 +1200 Subject: [PATCH] python3-cachetools: upgrade 7.1.4 -> 7.1.7 https://github.com/tkem/cachetools/blob/v7.1.7/CHANGELOG.rst Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- ...{python3-cachetools_7.1.4.bb => python3-cachetools_7.1.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cachetools_7.1.4.bb => python3-cachetools_7.1.7.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-cachetools_7.1.4.bb b/meta-python/recipes-devtools/python/python3-cachetools_7.1.7.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-cachetools_7.1.4.bb rename to meta-python/recipes-devtools/python/python3-cachetools_7.1.7.bb index b8aa53b67d..e55fa6d0e9 100644 --- a/meta-python/recipes-devtools/python/python3-cachetools_7.1.4.bb +++ b/meta-python/recipes-devtools/python/python3-cachetools_7.1.7.bb @@ -18,6 +18,6 @@ RDEPENDS:${PN} += " \ python3-math \ " -SRC_URI[sha256sum] = "437f55a4e0c1b01a4f3077cc470e6991d47430970e36fbcb77e2be0df4fc1cd6" +SRC_URI[sha256sum] = "a3e2a00b14d8f8a6b70c1dae7b4685e7ad3bc965c5b42124a2d6ce895da6cf50" BBCLASSEXTEND = "native nativesdk"