summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-06-20 12:03:08 +0300
committerKhem Raj <raj.khem@gmail.com>2025-06-25 06:44:51 -0700
commit7e3bab1f21a23e1d37b1651fd8acdd0a25dd09e0 (patch)
tree668a863e2c6fba62170e5bb490e90b36dd807ff7 /meta-python
parent35cba0ad0a9d8054a1c8ff0c531a7cc92c9b0393 (diff)
downloadmeta-openembedded-7e3bab1f21a23e1d37b1651fd8acdd0a25dd09e0.tar.gz
python3-cachetools: Upgrade 6.0.0 -> 6.1.0
Upgrade to release 6.1.0: - Improve LFUCache insertion performance by switching to an implementation based on the cacheing library. - Update CI environment. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-cachetools_6.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-cachetools_6.0.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cachetools_6.0.0.bb b/meta-python/recipes-devtools/python/python3-cachetools_6.1.0.bb
index 1032fc0b06..702f87f94d 100644
--- a/meta-python/recipes-devtools/python/python3-cachetools_6.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cachetools_6.1.0.bb
@@ -14,6 +14,6 @@ RDEPENDS:${PN} += " \
14 python3-math \ 14 python3-math \
15" 15"
16 16
17SRC_URI[sha256sum] = "f225782b84438f828328fc2ad74346522f27e5b1440f4e9fd18b20ebfd1aa2cf" 17SRC_URI[sha256sum] = "b4c4f404392848db3ce7aac34950d17be4d864da4b8b66911008e430bc544587"
18 18
19BBCLASSEXTEND = "native nativesdk" 19BBCLASSEXTEND = "native nativesdk"