From e6679810d995d5a2edcaffc80f992367f8b0fecc Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 15 Jun 2026 18:13:15 +0300 Subject: python3-cachetools: Upgrade 7.0.4 -> 7.1.4 Upgrade to release 7.1.4: - Minor unit test improvements. - Update build environment. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/python3-cachetools_7.0.4.bb | 19 ------------------ .../python/python3-cachetools_7.1.4.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cachetools_7.0.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-cachetools_7.1.4.bb (limited to 'meta-python/recipes-devtools/python') 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 deleted file mode 100644 index f6d9d80454..0000000000 --- a/meta-python/recipes-devtools/python/python3-cachetools_7.0.4.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] = "7042c0e4eea87812f04744ce6ee9ed3de457875eb1f82d8a206c46d6e48b6734" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-cachetools_7.1.4.bb b/meta-python/recipes-devtools/python/python3-cachetools_7.1.4.bb new file mode 100644 index 0000000000..b8aa53b67d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cachetools_7.1.4.bb @@ -0,0 +1,23 @@ +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 + +DEPENDS += " \ + python3-setuptools-scm-native \ +" + +RDEPENDS:${PN} += " \ + python3-math \ +" + +SRC_URI[sha256sum] = "437f55a4e0c1b01a4f3077cc470e6991d47430970e36fbcb77e2be0df4fc1cd6" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf