From 4f1090a9985ff21838fed43fafd0a1d5a8b79479 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 5 Feb 2026 13:14:26 +0800 Subject: [PATCH] python3-cachetools: upgrade 6.2.5 -> 7.0.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...{python3-cachetools_6.2.5.bb => python3-cachetools_7.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cachetools_6.2.5.bb => python3-cachetools_7.0.0.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-cachetools_6.2.5.bb b/meta-python/recipes-devtools/python/python3-cachetools_7.0.0.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-cachetools_6.2.5.bb rename to meta-python/recipes-devtools/python/python3-cachetools_7.0.0.bb index d87b85fb89..a018bb389d 100644 --- a/meta-python/recipes-devtools/python/python3-cachetools_6.2.5.bb +++ b/meta-python/recipes-devtools/python/python3-cachetools_7.0.0.bb @@ -14,6 +14,6 @@ RDEPENDS:${PN} += " \ python3-math \ " -SRC_URI[sha256sum] = "6d8bfbba1ba94412fb9d9196c4da7a87e9d4928fffc5e93542965dca4740c77f" +SRC_URI[sha256sum] = "a9abf18ff3b86c7d05b27ead412e235e16ae045925e531fae38d5fada5ed5b08" BBCLASSEXTEND = "native nativesdk"