From b0457789777ae8b1c1d24a09381a184ff94d60b7 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 2 Jan 2020 15:35:17 +0800 Subject: python-pyperf: upgrade 1.6.1 -> 1.7.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyperf.inc | 4 ++-- meta-python/recipes-devtools/python/python-pyperf_1.6.1.bb | 4 ---- meta-python/recipes-devtools/python/python-pyperf_1.7.0.bb | 4 ++++ meta-python/recipes-devtools/python/python3-pyperf_1.6.1.bb | 4 ---- meta-python/recipes-devtools/python/python3-pyperf_1.7.0.bb | 4 ++++ 5 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyperf_1.6.1.bb create mode 100644 meta-python/recipes-devtools/python/python-pyperf_1.7.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyperf_1.6.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyperf_1.7.0.bb diff --git a/meta-python/recipes-devtools/python/python-pyperf.inc b/meta-python/recipes-devtools/python/python-pyperf.inc index 81837f3005..2e6304b99a 100644 --- a/meta-python/recipes-devtools/python/python-pyperf.inc +++ b/meta-python/recipes-devtools/python/python-pyperf.inc @@ -13,8 +13,8 @@ Features: \ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=78bc2e6e87c8c61272937b879e6dc2f8" -SRC_URI[md5sum] = "d67fe5f447963da8873f3e9923f76de1" -SRC_URI[sha256sum] = "8d0143a22a13ee10c997a648f30b82cdc40175d5a20b11055ae058a82e45d371" +SRC_URI[md5sum] = "e30b67b62a4e30e4504352d0778c622c" +SRC_URI[sha256sum] = "0d214aa65e085d3e4108a36152cb12f7cd0f4e7fda93b5134b43a9687c975786" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-pyperf_1.6.1.bb b/meta-python/recipes-devtools/python/python-pyperf_1.6.1.bb deleted file mode 100644 index a9d5c74883..0000000000 --- a/meta-python/recipes-devtools/python/python-pyperf_1.6.1.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit setuptools -require python-pyperf.inc - -RDEPENDS_${PN} += "${PYTHON_PN}-statistics" diff --git a/meta-python/recipes-devtools/python/python-pyperf_1.7.0.bb b/meta-python/recipes-devtools/python/python-pyperf_1.7.0.bb new file mode 100644 index 0000000000..a9d5c74883 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyperf_1.7.0.bb @@ -0,0 +1,4 @@ +inherit setuptools +require python-pyperf.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-statistics" diff --git a/meta-python/recipes-devtools/python/python3-pyperf_1.6.1.bb b/meta-python/recipes-devtools/python/python3-pyperf_1.6.1.bb deleted file mode 100644 index 5ba5efb05d..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyperf_1.6.1.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit setuptools3 -require python-pyperf.inc - -RDEPENDS_${PN} += "${PYTHON_PN}-misc" diff --git a/meta-python/recipes-devtools/python/python3-pyperf_1.7.0.bb b/meta-python/recipes-devtools/python/python3-pyperf_1.7.0.bb new file mode 100644 index 0000000000..5ba5efb05d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyperf_1.7.0.bb @@ -0,0 +1,4 @@ +inherit setuptools3 +require python-pyperf.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-misc" -- cgit 1.2.3-korg