diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2026-06-15 18:13:15 +0300 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-15 22:43:45 -0700 |
| commit | e6679810d995d5a2edcaffc80f992367f8b0fecc (patch) | |
| tree | f2581fc403ff90a0ff64451043372979faef90ce /meta-python/recipes-devtools/python/python3-cachetools_7.1.4.bb | |
| parent | 813b3c05b0949394ef6e61c380d2bf2de468789a (diff) | |
| download | meta-openembedded-e6679810d995d5a2edcaffc80f992367f8b0fecc.tar.gz | |
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 <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cachetools_7.1.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cachetools_7.1.4.bb | 23 |
1 files changed, 23 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Extensible memoizing collections and decorators" | ||
| 2 | HOMEPAGE = "https://github.com/tkem/cachetools" | ||
| 3 | DESCRIPTION = "This module provides various memoizing \ | ||
| 4 | collections and decorators, including variants of the \ | ||
| 5 | Python 3 Standard Library @lru_cache function decorator." | ||
| 6 | SECTION = "devel/python" | ||
| 7 | |||
| 8 | LICENSE = "MIT" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=079933dfba36eb60b5e3512ca0ab61ae" | ||
| 10 | |||
| 11 | inherit pypi python_setuptools_build_meta ptest-python-pytest | ||
| 12 | |||
| 13 | DEPENDS += " \ | ||
| 14 | python3-setuptools-scm-native \ | ||
| 15 | " | ||
| 16 | |||
| 17 | RDEPENDS:${PN} += " \ | ||
| 18 | python3-math \ | ||
| 19 | " | ||
| 20 | |||
| 21 | SRC_URI[sha256sum] = "437f55a4e0c1b01a4f3077cc470e6991d47430970e36fbcb77e2be0df4fc1cd6" | ||
| 22 | |||
| 23 | BBCLASSEXTEND = "native nativesdk" | ||
