diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-01-11 13:25:10 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-01-11 08:37:58 -0800 |
| commit | 99ab322a89cca25f2884f7e256771c2d978ddfa7 (patch) | |
| tree | 580ff51293beab7d5a1b04c9cd39a728359c5df6 /meta-python/recipes-devtools | |
| parent | 0efad761bc27151c53b5fe90294b40639c237133 (diff) | |
| download | meta-openembedded-99ab322a89cca25f2884f7e256771c2d978ddfa7.tar.gz | |
python3-cachetools: upgrade 5.2.0 -> 5.2.1
Changelog:
=========
Add support for Python 3.11.
Correct version information in RTD documentation.
badges/shields: Change to GitHub workflow badge routes.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cachetools_5.2.1.bb (renamed from meta-python/recipes-devtools/python/python3-cachetools_5.2.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cachetools_5.2.0.bb b/meta-python/recipes-devtools/python/python3-cachetools_5.2.1.bb index 35b338ca8f..7cb4f35d89 100644 --- a/meta-python/recipes-devtools/python/python3-cachetools_5.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-cachetools_5.2.1.bb | |||
| @@ -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] = "6a94c6402995a99c3970cc7e4884bb60b4a8639938157eeed436098bf9831757" | 30 | SRC_URI[sha256sum] = "5991bc0e08a1319bb618d3195ca5b6bc76646a49c21d55962977197b301cc1fe" |
| 31 | 31 | ||
| 32 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |
