From 7db6f31b0fe7f639d9f838fa61cb82abc76dc6c0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 7 Jan 2026 18:28:52 +0800 Subject: python3-types-psutil: upgrade 7.1.1.20251122 -> 7.2.1.20251231 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-types-psutil_7.1.3.20251130.bb | 17 ----------------- .../python/python3-types-psutil_7.2.1.20251231.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-types-psutil_7.1.3.20251130.bb create mode 100644 meta-python/recipes-devtools/python/python3-types-psutil_7.2.1.20251231.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_7.1.3.20251130.bb b/meta-python/recipes-devtools/python/python3-types-psutil_7.1.3.20251130.bb deleted file mode 100644 index e22eb3ecd1..0000000000 --- a/meta-python/recipes-devtools/python/python3-types-psutil_7.1.3.20251130.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Typing stubs for psutil" -HOMEPAGE = "https://github.com/python/typeshed" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ec038232ab86edd7354b091c54e190e2" - -PYPI_PACKAGE = "types_psutil" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -inherit pypi python_setuptools_build_meta - -SRC_URI[sha256sum] = "7f42e7a7845a93397e430b48a8074a35410d7a436695fd3375ec9b687d8d95f8" - -BBCLASSEXTEND = "native" - -RDEPENDS:${PN} += "\ - python3-psutil \ -" diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_7.2.1.20251231.bb b/meta-python/recipes-devtools/python/python3-types-psutil_7.2.1.20251231.bb new file mode 100644 index 0000000000..90325c4db1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-types-psutil_7.2.1.20251231.bb @@ -0,0 +1,17 @@ +SUMMARY = "Typing stubs for psutil" +HOMEPAGE = "https://github.com/python/typeshed" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ec038232ab86edd7354b091c54e190e2" + +PYPI_PACKAGE = "types_psutil" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +inherit pypi python_setuptools_build_meta + +SRC_URI[sha256sum] = "dbf9df530b1130e131e4211ed8cea62c08007bfa69faf2883d296bd241d30e4a" + +BBCLASSEXTEND = "native" + +RDEPENDS:${PN} += "\ + python3-psutil \ +" -- cgit v1.2.3-54-g00ecf