diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-25 16:56:26 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-27 09:19:04 -0700 |
commit | 2adbe0650e39efb17a8a3d2015e740f377cfb4fc (patch) | |
tree | 4875cc8e99a9c183122d1cce19eee5e52bf3d615 | |
parent | 4d5ffef426e74eb0a2aeb52c69bf5a2d52d91118 (diff) | |
download | meta-openembedded-2adbe0650e39efb17a8a3d2015e740f377cfb4fc.tar.gz |
python3-types-psutil: upgrade 5.9.5.20240516 -> 6.0.0.20240621
Changelog:
===========
- psutil: deprecate Process.connections
- Bump psutil to 6.0.*
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240621.bb (renamed from meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240516.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240516.bb b/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240621.bb index d0684ba933..92acdc4fde 100644 --- a/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240516.bb +++ b/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240621.bb | |||
@@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1 | |||
5 | 5 | ||
6 | inherit pypi setuptools3 | 6 | inherit pypi setuptools3 |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "bb296f59fc56458891d0feb1994717e548a1bcf89936a2877df8792b822b4696" | 8 | SRC_URI[sha256sum] = "1be027326c42ff51ebd65255a5146f9dc57e5cf8c4f9519a88b3f3f6a7fcd00e" |
9 | 9 | ||
10 | BBCLASSEXTEND = "native" | 10 | BBCLASSEXTEND = "native" |