diff options
| author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-05-27 09:15:27 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-05-29 06:39:14 -0700 |
| commit | 8563c476ee3bdc71e3232e380a7d711657c34968 (patch) | |
| tree | d6bc2cbaae89ed79ef8cbd5020b934b61fd1a441 /meta-python | |
| parent | 51faef2f34fa40eaa2b9fdcf6f79df5ff51eb7b6 (diff) | |
| download | meta-openembedded-8563c476ee3bdc71e3232e380a7d711657c34968.tar.gz | |
python3-cachetools: upgrade 5.0.0 -> 5.1.0
License-Update: Copyright year updated to 2022.
Changelog:
Add cache decorator parameters as wrapper function attributes.
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cachetools_5.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-cachetools_5.0.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cachetools_5.0.0.bb b/meta-python/recipes-devtools/python/python3-cachetools_5.1.0.bb index f2974f7e34..98a7f3d8ff 100644 --- a/meta-python/recipes-devtools/python/python3-cachetools_5.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-cachetools_5.1.0.bb | |||
| @@ -6,7 +6,7 @@ Python 3 Standard Library @lru_cache function decorator." | |||
| 6 | SECTION = "devel/python" | 6 | SECTION = "devel/python" |
| 7 | 7 | ||
| 8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=439a07e400525964c3c82684146e46eb" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ec55353c80c662e4255f8889a0ca558" |
| 10 | 10 | ||
| 11 | inherit pypi python_setuptools_build_meta ptest | 11 | inherit pypi python_setuptools_build_meta ptest |
| 12 | 12 | ||
| @@ -27,6 +27,6 @@ do_install_ptest() { | |||
| 27 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 27 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
| 28 | } | 28 | } |
| 29 | 29 | ||
| 30 | SRC_URI[sha256sum] = "486471dfa8799eb7ec503a8059e263db000cdda20075ce5e48903087f79d5fd6" | 30 | SRC_URI[sha256sum] = "8b3b8fa53f564762e5b221e9896798951e7f915513abf2ba072ce0f07f3f5a98" |
| 31 | 31 | ||
| 32 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |
