From 99022c28b7a08d97023d7609f043ab30a396d5da Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 18 Dec 2025 17:03:36 +0800 Subject: python3-cachetools: upgrade 6.2.2 -> 6.2.3 Changelog: ========== - Improve documentation regarding @cachedmethod with condition parameter. - Minor style and readability improvements. - Modernize build environment. - Update CI environment. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-cachetools_6.2.2.bb | 19 ------------------- .../python/python3-cachetools_6.2.3.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cachetools_6.2.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-cachetools_6.2.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-cachetools_6.2.2.bb b/meta-python/recipes-devtools/python/python3-cachetools_6.2.2.bb deleted file mode 100644 index f9eb66df8b..0000000000 --- a/meta-python/recipes-devtools/python/python3-cachetools_6.2.2.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=e21bbe53b2730bfe1911cf381b81821e" - -inherit pypi python_setuptools_build_meta ptest-python-pytest - -RDEPENDS:${PN} += " \ - python3-math \ -" - -SRC_URI[sha256sum] = "8e6d266b25e539df852251cfd6f990b4bc3a141db73b939058d809ebd2590fc6" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-cachetools_6.2.3.bb b/meta-python/recipes-devtools/python/python3-cachetools_6.2.3.bb new file mode 100644 index 0000000000..dc66db6536 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cachetools_6.2.3.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=e21bbe53b2730bfe1911cf381b81821e" + +inherit pypi python_setuptools_build_meta ptest-python-pytest + +RDEPENDS:${PN} += " \ + python3-math \ +" + +SRC_URI[sha256sum] = "64e0a4ddf275041dd01f5b873efa87c91ea49022b844b8c5d1ad3407c0f42f1f" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf