diff mbox series

[meta-python,21/46] python3-cachetools: upgrade 5.4.0 -> 5.5.0

Message ID 1724833525-2162-20-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-gnome,01/46] colord-gtk: upgrade 0.3.0 -> 0.3.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Aug. 28, 2024, 8:24 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- TTLCache.expire() returns iterable of expired (key, value) pairs.
- TLRUCache.expire() returns iterable of expired (key, value) pairs.
- Documentation improvements.
- Update CI environment.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-cachetools_5.4.0.bb => python3-cachetools_5.5.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-cachetools_5.4.0.bb => python3-cachetools_5.5.0.bb} (89%)
diff mbox series

Patch

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