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