diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-06 14:30:53 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-05 22:45:22 -0800 |
commit | fe8f63027da267f557e56f31b7a2e62c2b72959b (patch) | |
tree | c7ee542660eade7d94dc1321e6d575a3b925a981 /meta-python | |
parent | fd3d9644b80ce7751cb3394cff7a1d98a90f296b (diff) | |
download | meta-openembedded-fe8f63027da267f557e56f31b7a2e62c2b72959b.tar.gz |
python3-types-psutil: upgrade 6.0.0.20241011 -> 6.1.0.20241102
Changelog:
Update type for psutil.cpu_count
Signed-off-by: Wang Mingyu <wangmy@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-types-psutil_6.1.0.20241102.bb (renamed from meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20241011.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20241011.bb b/meta-python/recipes-devtools/python/python3-types-psutil_6.1.0.20241102.bb index c04c14bf46..a24e23be70 100644 --- a/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20241011.bb +++ b/meta-python/recipes-devtools/python/python3-types-psutil_6.1.0.20241102.bb | |||
@@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=c2d9643b4523fdf462 | |||
5 | 5 | ||
6 | inherit pypi setuptools3 | 6 | inherit pypi setuptools3 |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "5f5c71d02f7a018249d457e080f85966a31a8200644c5459f63cf02be1d85c04" | 8 | SRC_URI[sha256sum] = "8cbe086b9c29f5c0aa55c4422498c07a8e506f096205761dba088905198551dc" |
9 | 9 | ||
10 | BBCLASSEXTEND = "native" | 10 | BBCLASSEXTEND = "native" |