From d89d25f2d44e06775ddd1ccdba775c35eb4987bf Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 14 Oct 2024 16:55:06 +0800 Subject: python3-types-psutil: upgrade 6.0.0.20240901 -> 6.0.0.20241011 Changelog: =========== - update psutil.Process.parent() return type - per psutil.Process.parent()'s docstring, it may return None. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-types-psutil_6.0.0.20240901.bb | 10 ---------- .../python/python3-types-psutil_6.0.0.20241011.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240901.bb create mode 100644 meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20241011.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240901.bb b/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240901.bb deleted file mode 100644 index 331756e461..0000000000 --- a/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20240901.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=c2d9643b4523fdf462545aeb1356ad23" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "437affa76670363db9ffecfa4f153cc6900bf8a7072b3420f3bc07a593f92226" - -BBCLASSEXTEND = "native" 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.0.0.20241011.bb new file mode 100644 index 0000000000..c04c14bf46 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-types-psutil_6.0.0.20241011.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=c2d9643b4523fdf462545aeb1356ad23" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "5f5c71d02f7a018249d457e080f85966a31a8200644c5459f63cf02be1d85c04" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf