From 46f53b6d0918d8c2796873c43e8dfe307519b980 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 10 Jan 2018 14:52:31 -0500 Subject: python-psutil: update to version 5.4.3 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-psutil.inc | 4 ++-- meta-python/recipes-devtools/python/python-psutil_5.4.2.bb | 2 -- meta-python/recipes-devtools/python/python-psutil_5.4.3.bb | 2 ++ meta-python/recipes-devtools/python/python3-psutil_5.4.2.bb | 4 ---- meta-python/recipes-devtools/python/python3-psutil_5.4.3.bb | 4 ++++ 5 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-psutil_5.4.2.bb create mode 100644 meta-python/recipes-devtools/python/python-psutil_5.4.3.bb delete mode 100644 meta-python/recipes-devtools/python/python3-psutil_5.4.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-psutil_5.4.3.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-psutil.inc b/meta-python/recipes-devtools/python/python-psutil.inc index a50d905dd..b96d54f3f 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] = "38aee50427a58533064491286dc2e3c5" -SRC_URI[sha256sum] = "00a1f9ff8d1e035fba7bfdd6977fa8ea7937afdb4477339e5df3dba78194fe11" +SRC_URI[md5sum] = "3b291833dbea631db9d271aa602a169a" +SRC_URI[sha256sum] = "e2467e9312c2fa191687b89ff4bc2ad8843be4af6fb4dc95a7cc5f7d7a327b18" PACKAGES =+ "${PN}-tests" diff --git a/meta-python/recipes-devtools/python/python-psutil_5.4.2.bb b/meta-python/recipes-devtools/python/python-psutil_5.4.2.bb deleted file mode 100644 index bf402aa47..000000000 --- a/meta-python/recipes-devtools/python/python-psutil_5.4.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-psutil.inc diff --git a/meta-python/recipes-devtools/python/python-psutil_5.4.3.bb b/meta-python/recipes-devtools/python/python-psutil_5.4.3.bb new file mode 100644 index 000000000..bf402aa47 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-psutil_5.4.3.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-psutil.inc diff --git a/meta-python/recipes-devtools/python/python3-psutil_5.4.2.bb b/meta-python/recipes-devtools/python/python3-psutil_5.4.2.bb deleted file mode 100644 index c1969ea65..000000000 --- a/meta-python/recipes-devtools/python/python3-psutil_5.4.2.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.4.3.bb b/meta-python/recipes-devtools/python/python3-psutil_5.4.3.bb new file mode 100644 index 000000000..c1969ea65 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-psutil_5.4.3.bb @@ -0,0 +1,4 @@ +inherit pypi setuptools3 +require python-psutil.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-netclient" -- cgit v1.2.3-54-g00ecf