From f1692cde71f24ae7c606fb8b8f8508ecb6b1ae22 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Dec 2024 17:10:56 +0800 Subject: python3-psutil: upgrade 6.1.0 -> 6.1.1 (From OE-Core rev: fd6ed0afa4073c59e70da83e5734f51bdc097897) Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../python/python3-psutil_6.1.0.bb | 43 ---------------------- .../python/python3-psutil_6.1.1.bb | 43 ++++++++++++++++++++++ 2 files changed, 43 insertions(+), 43 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-psutil_6.1.0.bb create mode 100644 meta/recipes-devtools/python/python3-psutil_6.1.1.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-psutil_6.1.0.bb b/meta/recipes-devtools/python/python3-psutil_6.1.0.bb deleted file mode 100644 index bbff7f3fe5..0000000000 --- a/meta/recipes-devtools/python/python3-psutil_6.1.0.bb +++ /dev/null @@ -1,43 +0,0 @@ -SUMMARY = "A cross-platform process and system utilities module for Python" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a9c72113a843d0d732a0ac1c200d81b1" -HOMEPAGE = "https://pypi.org/project/psutil/" - -SRC_URI[sha256sum] = "353815f59a7f64cdaca1c0307ee13558a0512f6db064e92fe833784f08539c7a" - -inherit pypi python_setuptools_build_meta - -PACKAGES =+ "${PN}-tests" - -FILES:${PN}-tests += " \ - ${PYTHON_SITEPACKAGES_DIR}/psutil/test* \ - ${PYTHON_SITEPACKAGES_DIR}/psutil/__pycache__/test* \ -" - - -RDEPENDS:${PN} += " \ - python3-shell \ - python3-threading \ - python3-xml \ - python3-netclient \ - python3-ctypes \ - python3-resource \ -" - -RDEPENDS:${PN}-tests += " \ - ${PN} \ - python3 \ - coreutils \ - procps \ - binutils \ - gcc \ - gcc-symlinks \ - libstdc++ \ - libstdc++-dev \ -" - -INSANE_SKIP:${PN}-tests += "dev-deps" - -CVE_PRODUCT = "psutil" - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-devtools/python/python3-psutil_6.1.1.bb b/meta/recipes-devtools/python/python3-psutil_6.1.1.bb new file mode 100644 index 0000000000..854161830a --- /dev/null +++ b/meta/recipes-devtools/python/python3-psutil_6.1.1.bb @@ -0,0 +1,43 @@ +SUMMARY = "A cross-platform process and system utilities module for Python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a9c72113a843d0d732a0ac1c200d81b1" +HOMEPAGE = "https://pypi.org/project/psutil/" + +SRC_URI[sha256sum] = "cf8496728c18f2d0b45198f06895be52f36611711746b7f30c464b422b50e2f5" + +inherit pypi python_setuptools_build_meta + +PACKAGES =+ "${PN}-tests" + +FILES:${PN}-tests += " \ + ${PYTHON_SITEPACKAGES_DIR}/psutil/test* \ + ${PYTHON_SITEPACKAGES_DIR}/psutil/__pycache__/test* \ +" + + +RDEPENDS:${PN} += " \ + python3-shell \ + python3-threading \ + python3-xml \ + python3-netclient \ + python3-ctypes \ + python3-resource \ +" + +RDEPENDS:${PN}-tests += " \ + ${PN} \ + python3 \ + coreutils \ + procps \ + binutils \ + gcc \ + gcc-symlinks \ + libstdc++ \ + libstdc++-dev \ +" + +INSANE_SKIP:${PN}-tests += "dev-deps" + +CVE_PRODUCT = "psutil" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf