From 8595104f733e136798ad1593cfa6c203ccfbbe24 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 9 May 2019 15:03:58 +0800 Subject: python-psutil: upgrade 5.6.1 -> 5.6.2 -Upgrade from python-psutil_5.6.1.bb to python-psutil_5.6.2.bb. -Upgrade from python3-psutil_5.6.1.bb to python3-psutil_5.6.2.bb 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.1.bb | 6 ------ meta-python/recipes-devtools/python/python-psutil_5.6.2.bb | 6 ++++++ meta-python/recipes-devtools/python/python3-psutil_5.6.1.bb | 4 ---- meta-python/recipes-devtools/python/python3-psutil_5.6.2.bb | 4 ++++ 5 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-psutil_5.6.1.bb create mode 100644 meta-python/recipes-devtools/python/python-psutil_5.6.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-psutil_5.6.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-psutil_5.6.2.bb diff --git a/meta-python/recipes-devtools/python/python-psutil.inc b/meta-python/recipes-devtools/python/python-psutil.inc index c70b4cf515..acf4ddd6e3 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" LIC_FILES_CHKSUM = "file://LICENSE;md5=0f02e99f7f3c9a7fe8ecfc5d44c2be62" -SRC_URI[md5sum] = "765a4179f02c149794a6e99d890dfa4b" -SRC_URI[sha256sum] = "fa0a570e0a30b9dd618bffbece590ae15726b47f9f1eaf7518dfb35f4d7dcd21" +SRC_URI[md5sum] = "571962acd249bcfbae317884af47c402" +SRC_URI[sha256sum] = "828e1c3ca6756c54ac00f1427fdac8b12e21b8a068c3bb9b631a1734cada25ed" PACKAGES =+ "${PN}-tests" diff --git a/meta-python/recipes-devtools/python/python-psutil_5.6.1.bb b/meta-python/recipes-devtools/python/python-psutil_5.6.1.bb deleted file mode 100644 index 9aabfb2069..0000000000 --- a/meta-python/recipes-devtools/python/python-psutil_5.6.1.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.2.bb b/meta-python/recipes-devtools/python/python-psutil_5.6.2.bb new file mode 100644 index 0000000000..9aabfb2069 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-psutil_5.6.2.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.1.bb b/meta-python/recipes-devtools/python/python3-psutil_5.6.1.bb deleted file mode 100644 index c1969ea657..0000000000 --- a/meta-python/recipes-devtools/python/python3-psutil_5.6.1.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.2.bb b/meta-python/recipes-devtools/python/python3-psutil_5.6.2.bb new file mode 100644 index 0000000000..c1969ea657 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-psutil_5.6.2.bb @@ -0,0 +1,4 @@ +inherit pypi setuptools3 +require python-psutil.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-netclient" -- cgit 1.2.3-korg