From 4b01bced9c29d69d2981fc19b82594a83219fdf5 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 30 Jun 2020 20:11:15 +0300 Subject: [PATCH] python3-cachetools: Upgrade 4.1.0 -> 4.1.1 Upgrde to release 4.1.1: - Improve popitem() exception context handling. - Replace float('inf') with math.inf. - Improve "envkey" documentation example. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- ...ython3-cachetools_4.1.0.bb => python3-cachetools_4.1.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-cachetools_4.1.0.bb => python3-cachetools_4.1.1.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-cachetools_4.1.0.bb b/meta-python/recipes-devtools/python/python3-cachetools_4.1.1.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-cachetools_4.1.0.bb rename to meta-python/recipes-devtools/python/python3-cachetools_4.1.1.bb index 07d86cfc5..d334070cd 100644 --- a/meta-python/recipes-devtools/python/python3-cachetools_4.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-cachetools_4.1.1.bb @@ -23,7 +23,7 @@ do_install_ptest() { cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ } -SRC_URI[md5sum] = "4468da43443115a00c02c126cf601ae0" -SRC_URI[sha256sum] = "1d057645db16ca7fe1f3bd953558897603d6f0b9c51ed9d11eb4d071ec4e2aab" +SRC_URI[md5sum] = "ae41b69896f49727e1621d279cb72522" +SRC_URI[sha256sum] = "bbaa39c3dede00175df2dc2b03d0cf18dd2d32a7de7beb68072d13043c9edb20" BBCLASSEXTEND = "native nativesdk"