diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-08-28 16:24:59 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-28 07:11:33 -0700 |
| commit | 4087c2b5d90f9356154d42622da6efa28d694689 (patch) | |
| tree | c64f85c1a667dd127b0e092a9790ba4bbb02d630 /meta-python/recipes-devtools/python | |
| parent | 83bc9b4b1080a9b9022d464cd4e20f40fd681612 (diff) | |
| download | meta-openembedded-4087c2b5d90f9356154d42622da6efa28d694689.tar.gz | |
python3-cachetools: upgrade 5.4.0 -> 5.5.0
Changelog:
===========
- TTLCache.expire() returns iterable of expired (key, value) pairs.
- TLRUCache.expire() returns iterable of expired (key, value) pairs.
- Documentation improvements.
- Update CI environment.
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')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cachetools_5.5.0.bb (renamed from meta-python/recipes-devtools/python/python3-cachetools_5.4.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cachetools_5.4.0.bb b/meta-python/recipes-devtools/python/python3-cachetools_5.5.0.bb index 94d899db15..00e208f9cf 100644 --- a/meta-python/recipes-devtools/python/python3-cachetools_5.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-cachetools_5.5.0.bb | |||
| @@ -28,6 +28,6 @@ do_install_ptest() { | |||
| 28 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 28 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | SRC_URI[sha256sum] = "b8adc2e7c07f105ced7bc56dbb6dfbe7c4a00acce20e2227b3f355be89bc6827" | 31 | SRC_URI[sha256sum] = "2cc24fb4cbe39633fb7badd9db9ca6295d766d9c2995f245725a46715d050f2a" |
| 32 | 32 | ||
| 33 | BBCLASSEXTEND = "native nativesdk" | 33 | BBCLASSEXTEND = "native nativesdk" |
