From f667856197af78ebc358d9889ba36d0cb1d4d87f Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 14 Nov 2019 10:16:27 +0800 Subject: python-psutil: upgrade 5.6.3 -> 5.6.5 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-psutil.inc | 4 ++-- meta-python/recipes-devtools/python/python-psutil_5.6.3.bb | 6 ------ meta-python/recipes-devtools/python/python-psutil_5.6.5.bb | 6 ++++++ meta-python/recipes-devtools/python/python3-psutil_5.6.3.bb | 4 ---- meta-python/recipes-devtools/python/python3-psutil_5.6.5.bb | 4 ++++ 5 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-psutil_5.6.3.bb create mode 100644 meta-python/recipes-devtools/python/python-psutil_5.6.5.bb delete mode 100644 meta-python/recipes-devtools/python/python3-psutil_5.6.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-psutil_5.6.5.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-psutil.inc b/meta-python/recipes-devtools/python/python-psutil.inc index 380b9bc923..9312266991 100644 --- a/meta-python/recipes-devtools/python/python-psutil.inc +++ b/meta-python/recipes-devtools/python/python-psutil.inc @@ -2,8 +2,8 @@ SUMMARY = "A cross-platform process and system utilities module for Python" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b" -SRC_URI[md5sum] = "1bbc1788588cc3c2c461cd98a830ba72" -SRC_URI[sha256sum] = "863a85c1c0a5103a12c05a35e59d336e1d665747e531256e061213e2e90f63f3" +SRC_URI[md5sum] = "5561dfe61b5888fb1b3f17fbe4eeb15d" +SRC_URI[sha256sum] = "d051532ac944f1be0179e0506f6889833cf96e466262523e57a871de65a15147" PACKAGES =+ "${PN}-tests" diff --git a/meta-python/recipes-devtools/python/python-psutil_5.6.3.bb b/meta-python/recipes-devtools/python/python-psutil_5.6.3.bb deleted file mode 100644 index 9aabfb2069..0000000000 --- a/meta-python/recipes-devtools/python/python-psutil_5.6.3.bb +++ /dev/null @@ -1,6 +0,0 @@ -inherit pypi setuptools -require python-psutil.inc - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-subprocess \ -" diff --git a/meta-python/recipes-devtools/python/python-psutil_5.6.5.bb b/meta-python/recipes-devtools/python/python-psutil_5.6.5.bb new file mode 100644 index 0000000000..9aabfb2069 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-psutil_5.6.5.bb @@ -0,0 +1,6 @@ +inherit pypi setuptools +require python-psutil.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python3-psutil_5.6.3.bb b/meta-python/recipes-devtools/python/python3-psutil_5.6.3.bb deleted file mode 100644 index c1969ea657..0000000000 --- a/meta-python/recipes-devtools/python/python3-psutil_5.6.3.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit pypi setuptools3 -require python-psutil.inc - -RDEPENDS_${PN} += "${PYTHON_PN}-netclient" diff --git a/meta-python/recipes-devtools/python/python3-psutil_5.6.5.bb b/meta-python/recipes-devtools/python/python3-psutil_5.6.5.bb new file mode 100644 index 0000000000..c1969ea657 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-psutil_5.6.5.bb @@ -0,0 +1,4 @@ +inherit pypi setuptools3 +require python-psutil.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-netclient" -- cgit v1.2.3-54-g00ecf