From bf7de63a4f894c4b81868e1189ce93364d7c42b2 Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Mon, 9 Mar 2020 21:03:46 +0000 Subject: python3-pyperf: upgrade 1.7.0 -> 1.7.1 Signed-off-by: Pierre-Jean Texier Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyperf.inc | 4 ++-- meta-python/recipes-devtools/python/python3-pyperf_1.7.0.bb | 4 ---- meta-python/recipes-devtools/python/python3-pyperf_1.7.1.bb | 4 ++++ 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyperf_1.7.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyperf_1.7.1.bb diff --git a/meta-python/recipes-devtools/python/python-pyperf.inc b/meta-python/recipes-devtools/python/python-pyperf.inc index 2e6304b99a..d9291b5957 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] = "e30b67b62a4e30e4504352d0778c622c" -SRC_URI[sha256sum] = "0d214aa65e085d3e4108a36152cb12f7cd0f4e7fda93b5134b43a9687c975786" +SRC_URI[md5sum] = "d9e894dc843bb7f0abff109931a29895" +SRC_URI[sha256sum] = "c37690e810116a83a244dfeec47885e2f0475b4c450313904be3bc2cdaf6d50a" inherit pypi 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 deleted file mode 100644 index 5ba5efb05d..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyperf_1.7.0.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.1.bb b/meta-python/recipes-devtools/python/python3-pyperf_1.7.1.bb new file mode 100644 index 0000000000..5ba5efb05d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyperf_1.7.1.bb @@ -0,0 +1,4 @@ +inherit setuptools3 +require python-pyperf.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-misc" -- cgit v1.2.3-54-g00ecf