summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cachetools_6.2.4.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-12-24 17:12:49 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-24 13:18:27 -0800
commit0cc847b8f7cdea42a521760327cc2f05c22bacb9 (patch)
tree974906d0c246d7c6aefc62e816ab20bf0524ae80 /meta-python/recipes-devtools/python/python3-cachetools_6.2.4.bb
parent71bc6204deafad1ccce4e845f0117104a28a1c88 (diff)
downloadmeta-openembedded-0cc847b8f7cdea42a521760327cc2f05c22bacb9.tar.gz
python3-cachetools: upgrade 6.2.3 -> 6.2.4
Changelog: Fix license information displayed on PyPI be using an updated version of twine for uploading. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cachetools_6.2.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-cachetools_6.2.4.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cachetools_6.2.4.bb b/meta-python/recipes-devtools/python/python3-cachetools_6.2.4.bb
new file mode 100644
index 0000000000..51a9f29ff5
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-cachetools_6.2.4.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Extensible memoizing collections and decorators"
2HOMEPAGE = "https://github.com/tkem/cachetools"
3DESCRIPTION = "This module provides various memoizing \
4collections and decorators, including variants of the \
5Python 3 Standard Library @lru_cache function decorator."
6SECTION = "devel/python"
7
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=e21bbe53b2730bfe1911cf381b81821e"
10
11inherit pypi python_setuptools_build_meta ptest-python-pytest
12
13RDEPENDS:${PN} += " \
14 python3-math \
15"
16
17SRC_URI[sha256sum] = "82c5c05585e70b6ba2d3ae09ea60b79548872185d2f24ae1f2709d37299fd607"
18
19BBCLASSEXTEND = "native nativesdk"