summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-06-25 16:56:26 +0800
committerKhem Raj <raj.khem@gmail.com>2024-06-27 09:19:04 -0700
commit2adbe0650e39efb17a8a3d2015e740f377cfb4fc (patch)
tree4875cc8e99a9c183122d1cce19eee5e52bf3d615
parent4d5ffef426e74eb0a2aeb52c69bf5a2d52d91118 (diff)
downloadmeta-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 d0684ba93..92acdc4fd 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
6inherit pypi setuptools3 6inherit pypi setuptools3
7 7
8SRC_URI[sha256sum] = "bb296f59fc56458891d0feb1994717e548a1bcf89936a2877df8792b822b4696" 8SRC_URI[sha256sum] = "1be027326c42ff51ebd65255a5146f9dc57e5cf8c4f9519a88b3f3f6a7fcd00e"
9 9
10BBCLASSEXTEND = "native" 10BBCLASSEXTEND = "native"