From 34a5648d6bd609aad090d2b085e6588277e772c3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Mar 2024 13:45:34 +0800 Subject: python3-types-psutil: upgrade 5.9.5.20240205 -> 5.9.5.20240316 Changelog: ========== -add settable info property -Use PEP 570 syntax in third party stubs Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-types-psutil_5.9.5.20240205.bb | 10 ---------- .../python/python3-types-psutil_5.9.5.20240316.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240205.bb create mode 100644 meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240316.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240205.bb b/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240205.bb deleted file mode 100644 index 736024d45d..0000000000 --- a/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240205.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] = "51df36a361aa597bf483dcc5b58f2ab7aa87452a36d2da97c90994d6a81ef743" - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240316.bb b/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240316.bb new file mode 100644 index 0000000000..c6f15696e9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.20240316.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] = "5636f5714bb930c64bb34c4d47a59dc92f9d610b778b5364a31daa5584944848" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf