From 2adbe0650e39efb17a8a3d2015e740f377cfb4fc Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 25 Jun 2024 16:56:26 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../python/python3-types-psutil_5.9.5.20240516.bb | 10 ---------- .../python/python3-types-psutil_6.0.0.20240621.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240516.bb create mode 100644 meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240621.bb (limited to 'meta-python/recipes-devtools/python') 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_5.9.5.20240516.bb deleted file mode 100644 index d0684ba933..0000000000 --- a/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240516.bb +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "Typing stubs for psutil" -HOMEPAGE = "https://github.com/python/typeshed" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1608a4a9c7b578e" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "bb296f59fc56458891d0feb1994717e548a1bcf89936a2877df8792b822b4696" - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240621.bb b/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240621.bb new file mode 100644 index 0000000000..92acdc4fde --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240621.bb @@ -0,0 +1,10 @@ +SUMMARY = "Typing stubs for psutil" +HOMEPAGE = "https://github.com/python/typeshed" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=ef4dc1e740f5c928f1608a4a9c7b578e" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "1be027326c42ff51ebd65255a5146f9dc57e5cf8c4f9519a88b3f3f6a7fcd00e" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf