From fe45b1ab956de73c570ac393893c6bcb979aa511 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 14 May 2024 17:10:10 +0800 Subject: python3-types-psutil: upgrade 5.9.5.20240423 -> 5.9.5.20240511 Changelog: ============ - stubs: change psutil's Process.wait timeout argument to float Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-types-psutil_5.9.5.20240423.bb | 10 ---------- .../python/python3-types-psutil_5.9.5.20240511.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240423.bb create mode 100644 meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240511.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240423.bb b/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240423.bb deleted file mode 100644 index 876f93a0f7..0000000000 --- a/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240423.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] = "1b976cf86308316c5ac22cec688015b04273c84f8e691c3dfb0c12318f32a6f3" - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240511.bb b/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240511.bb new file mode 100644 index 0000000000..c4475b7556 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240511.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] = "2c0b22edab6c8775f4a8688e3f14cefda8793e26ddf99d61b654a0d600179087" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf