From 16eb5705b6c13ad0b00b77f847b84d3e1a6a0df8 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 3 Sep 2025 17:02:45 +0800 Subject: python3-cachetools: upgrade 6.1.0 -> 6.2.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-cachetools_6.1.0.bb | 19 ------------------- .../python/python3-cachetools_6.2.0.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cachetools_6.1.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-cachetools_6.2.0.bb (limited to 'meta-python/recipes-devtools/python') 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 deleted file mode 100644 index 702f87f94d..0000000000 --- a/meta-python/recipes-devtools/python/python3-cachetools_6.1.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] = "b4c4f404392848db3ce7aac34950d17be4d864da4b8b66911008e430bc544587" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-cachetools_6.2.0.bb b/meta-python/recipes-devtools/python/python3-cachetools_6.2.0.bb new file mode 100644 index 0000000000..84899bd71e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cachetools_6.2.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] = "38b328c0889450f05f5e120f56ab68c8abaf424e1275522b138ffc93253f7e32" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf