From 7e3bab1f21a23e1d37b1651fd8acdd0a25dd09e0 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 20 Jun 2025 12:03:08 +0300 Subject: 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 Signed-off-by: Khem Raj --- .../python/python3-cachetools_6.0.0.bb | 19 ------------------- .../python/python3-cachetools_6.1.0.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cachetools_6.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-cachetools_6.1.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-cachetools_6.0.0.bb b/meta-python/recipes-devtools/python/python3-cachetools_6.0.0.bb deleted file mode 100644 index 1032fc0b06..0000000000 --- a/meta-python/recipes-devtools/python/python3-cachetools_6.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=e21bbe53b2730bfe1911cf381b81821e" - -inherit pypi python_setuptools_build_meta ptest-python-pytest - -RDEPENDS:${PN} += " \ - python3-math \ -" - -SRC_URI[sha256sum] = "f225782b84438f828328fc2ad74346522f27e5b1440f4e9fd18b20ebfd1aa2cf" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-cachetools_6.1.0.bb b/meta-python/recipes-devtools/python/python3-cachetools_6.1.0.bb new file mode 100644 index 0000000000..702f87f94d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cachetools_6.1.0.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] = "b4c4f404392848db3ce7aac34950d17be4d864da4b8b66911008e430bc544587" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf