From ad83f5541f4a1a54a35707a4020ed814bf958d87 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 9 Apr 2026 18:32:17 +0800 Subject: python3-types-psutil: upgrade 7.2.2.20260130 -> 7.2.2.20260408 Changelog: =========== - Use dashes instead of underscores for METADATA.toml field names - Update most test/lint dependencies - Update mypy to 1.20.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-types-psutil_7.2.2.20260130.bb | 17 ----------------- .../python/python3-types-psutil_7.2.2.20260408.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-types-psutil_7.2.2.20260130.bb create mode 100644 meta-python/recipes-devtools/python/python3-types-psutil_7.2.2.20260408.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_7.2.2.20260130.bb b/meta-python/recipes-devtools/python/python3-types-psutil_7.2.2.20260130.bb deleted file mode 100644 index 78e96b3122..0000000000 --- a/meta-python/recipes-devtools/python/python3-types-psutil_7.2.2.20260130.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] = "15b0ab69c52841cf9ce3c383e8480c620a4d13d6a8e22b16978ebddac5590950" - -BBCLASSEXTEND = "native" - -RDEPENDS:${PN} += "\ - python3-psutil \ -" diff --git a/meta-python/recipes-devtools/python/python3-types-psutil_7.2.2.20260408.bb b/meta-python/recipes-devtools/python/python3-types-psutil_7.2.2.20260408.bb new file mode 100644 index 0000000000..88fff6c83d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-types-psutil_7.2.2.20260408.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] = "e8053450685965b8cd52afb62569073d00ea9967ae78bb45dff5f606847f97f2" + +BBCLASSEXTEND = "native" + +RDEPENDS:${PN} += "\ + python3-psutil \ +" -- cgit v1.2.3-54-g00ecf