diff mbox series

[meta-python,5/5] python3-cachetools: Upgrade 5.5.0 -> 5.5.1

Message ID 20250123081349.3440231-5-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/5] python3-imageio: Upgrade 2.36.1 -> 2.37.0 | expand

Commit Message

Leon Anavi Jan. 23, 2025, 8:13 a.m. UTC
Upgrade to release 5.5.1:

- Add documentation regarding caching of exceptions.
- Officially support Python 3.13.
- Update CI environment.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...{python3-cachetools_5.5.0.bb => python3-cachetools_5.5.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-cachetools_5.5.0.bb => python3-cachetools_5.5.1.bb} (89%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-cachetools_5.5.0.bb b/meta-python/recipes-devtools/python/python3-cachetools_5.5.1.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-cachetools_5.5.0.bb
rename to meta-python/recipes-devtools/python/python3-cachetools_5.5.1.bb
index 00e208f9cf..a652d2d333 100644
--- a/meta-python/recipes-devtools/python/python3-cachetools_5.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cachetools_5.5.1.bb
@@ -28,6 +28,6 @@  do_install_ptest() {
 	cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
 }
 
-SRC_URI[sha256sum] = "2cc24fb4cbe39633fb7badd9db9ca6295d766d9c2995f245725a46715d050f2a"
+SRC_URI[sha256sum] = "70f238fbba50383ef62e55c6aff6d9673175fe59f7c6782c7a0b9e38f4a9df95"
 
 BBCLASSEXTEND = "native nativesdk"