From 19da1ac62a30b946dd0ea53bc66ac501009f8b0d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 12 Mar 2026 18:51:44 +0800 Subject: python3-cachetools: upgrade 7.0.0 -> 7.0.4 Changelog: =========== - Fix and properly document @cachedmethod.cache_key behavior. - Minor documentation improvements. - Fix DeprecationWarning when creating an autospec mock with @cachedmethod decorations. - Provide more efficient clear() implementation for all support Cache classes - Various test improvements. - Update Copilot Instructions. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-cachetools_7.0.0.bb | 19 ------------------- .../python/python3-cachetools_7.0.4.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cachetools_7.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-cachetools_7.0.4.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-cachetools_7.0.0.bb b/meta-python/recipes-devtools/python/python3-cachetools_7.0.0.bb deleted file mode 100644 index a018bb389d..0000000000 --- a/meta-python/recipes-devtools/python/python3-cachetools_7.0.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Extensible memoizing collections and decorators" -HOMEPAGE = "https://github.com/tkem/cachetools" -DESCRIPTION = "This module provides various memoizing \ -collections and decorators, including variants of the \ -Python 3 Standard Library @lru_cache function decorator." -SECTION = "devel/python" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=079933dfba36eb60b5e3512ca0ab61ae" - -inherit pypi python_setuptools_build_meta ptest-python-pytest - -RDEPENDS:${PN} += " \ - python3-math \ -" - -SRC_URI[sha256sum] = "a9abf18ff3b86c7d05b27ead412e235e16ae045925e531fae38d5fada5ed5b08" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-cachetools_7.0.4.bb b/meta-python/recipes-devtools/python/python3-cachetools_7.0.4.bb new file mode 100644 index 0000000000..f6d9d80454 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cachetools_7.0.4.bb @@ -0,0 +1,19 @@ +SUMMARY = "Extensible memoizing collections and decorators" +HOMEPAGE = "https://github.com/tkem/cachetools" +DESCRIPTION = "This module provides various memoizing \ +collections and decorators, including variants of the \ +Python 3 Standard Library @lru_cache function decorator." +SECTION = "devel/python" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=079933dfba36eb60b5e3512ca0ab61ae" + +inherit pypi python_setuptools_build_meta ptest-python-pytest + +RDEPENDS:${PN} += " \ + python3-math \ +" + +SRC_URI[sha256sum] = "7042c0e4eea87812f04744ce6ee9ed3de457875eb1f82d8a206c46d6e48b6734" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf