From d897aa1e1f0729ceadc26533a4193177aae200de Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 25 Nov 2025 17:17:11 +0800 Subject: python3-types-psutil: upgrade 7.0.0.20250601 -> 7.1.1.20251122 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-types-psutil_7.0.0.20250601.bb | 17 ----------------- .../python/python3-types-psutil_7.1.1.20251122.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-types-psutil_7.0.0.20250601.bb create mode 100644 meta-python/recipes-devtools/python/python3-types-psutil_7.1.1.20251122.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_7.0.0.20250601.bb b/meta-python/recipes-devtools/python/python3-types-psutil_7.0.0.20250601.bb deleted file mode 100644 index fedc14f9df..0000000000 --- a/meta-python/recipes-devtools/python/python3-types-psutil_7.0.0.20250601.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] = "71fe9c4477a7e3d4f1233862f0877af87bff057ff398f04f4e5c0ca60aded197" - -BBCLASSEXTEND = "native" - -RDEPENDS:${PN} += "\ - python3-psutil \ -" diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_7.1.1.20251122.bb b/meta-python/recipes-devtools/python/python3-types-psutil_7.1.1.20251122.bb new file mode 100644 index 0000000000..a771e7b897 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-types-psutil_7.1.1.20251122.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] = "cdb39c30a81ce6e433aa672922d59b78c4c6a9c64cd9936f1f6894d26c82ae0f" + +BBCLASSEXTEND = "native" + +RDEPENDS:${PN} += "\ + python3-psutil \ +" -- cgit v1.2.3-54-g00ecf