From ea019ccde897e835947e64f3cf801bb695583116 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 24 Oct 2023 07:38:09 +0800 Subject: python3-types-psutil: upgrade 5.9.5.16 -> 5.9.5.17 Changelog: psutil: updates Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj (cherry picked from commit ae98b864ead8dc1febf18bb2b1111e06a685518e) Signed-off-by: Armin Kuster --- .../recipes-devtools/python/python3-types-psutil_5.9.5.16.bb | 10 ---------- .../recipes-devtools/python/python3-types-psutil_5.9.5.17.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.16.bb create mode 100644 meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.17.bb diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.16.bb b/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.16.bb deleted file mode 100644 index 02245be622..0000000000 --- a/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.16.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] = "4e9b219efb625d3d04f6bf106934f87cab49aa41a94b0a3b3089403f47a79228" - -BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.17.bb b/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.17.bb new file mode 100644 index 0000000000..055cecd640 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-types-psutil_5.9.5.17.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] = "f7d8769812d72a4b513d7ec9eb5580fe2f6013fc270394a603cb6534811f3e4d" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf