From 79d5ecbc1e01167ba58ec4748106d6be49aa68d5 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Wed, 20 Nov 2019 14:41:36 +0800 Subject: python-yappi: upgrade 0.98 -> 1.0 -License-Update: Update PKG-INFO. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-yappi.inc | 6 +++--- meta-python/recipes-devtools/python/python-yappi_0.98.bb | 2 -- meta-python/recipes-devtools/python/python-yappi_1.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-yappi_0.98.bb | 2 -- meta-python/recipes-devtools/python/python3-yappi_1.0.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-yappi_0.98.bb create mode 100644 meta-python/recipes-devtools/python/python-yappi_1.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-yappi_0.98.bb create mode 100644 meta-python/recipes-devtools/python/python3-yappi_1.0.bb diff --git a/meta-python/recipes-devtools/python/python-yappi.inc b/meta-python/recipes-devtools/python/python-yappi.inc index 651ce7731b..54d4087427 100644 --- a/meta-python/recipes-devtools/python/python-yappi.inc +++ b/meta-python/recipes-devtools/python/python-yappi.inc @@ -2,10 +2,10 @@ SUMMARY = "Yet Another Python Profiler" HOMEPAGE = "http://yappi.googlecode.com/" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=6b131c3041637f6a5175a43112dde05c" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9a193c13f346884e597acdcac7fe9ac8" -SRC_URI[md5sum] = "dc56240575c99938a924eaeb7c0d8beb" -SRC_URI[sha256sum] = "5f657129e1b9b952379ffbc009357d0dcdb58c50f3bfe88ffbb992e4b27b263c" +SRC_URI[md5sum] = "a545101aa8a435b0780f06f4723f58c8" +SRC_URI[sha256sum] = "7f814131515d51db62b1a3468bcb84de30499124752806a5a6e11caf0b4344bf" inherit pypi setuptools diff --git a/meta-python/recipes-devtools/python/python-yappi_0.98.bb b/meta-python/recipes-devtools/python/python-yappi_0.98.bb deleted file mode 100644 index a3bdde5c2d..0000000000 --- a/meta-python/recipes-devtools/python/python-yappi_0.98.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-yappi.inc -inherit setuptools diff --git a/meta-python/recipes-devtools/python/python-yappi_1.0.bb b/meta-python/recipes-devtools/python/python-yappi_1.0.bb new file mode 100644 index 0000000000..a3bdde5c2d --- /dev/null +++ b/meta-python/recipes-devtools/python/python-yappi_1.0.bb @@ -0,0 +1,2 @@ +require python-yappi.inc +inherit setuptools diff --git a/meta-python/recipes-devtools/python/python3-yappi_0.98.bb b/meta-python/recipes-devtools/python/python3-yappi_0.98.bb deleted file mode 100644 index 07da5b6ebd..0000000000 --- a/meta-python/recipes-devtools/python/python3-yappi_0.98.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-yappi.inc -inherit setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-yappi_1.0.bb b/meta-python/recipes-devtools/python/python3-yappi_1.0.bb new file mode 100644 index 0000000000..07da5b6ebd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-yappi_1.0.bb @@ -0,0 +1,2 @@ +require python-yappi.inc +inherit setuptools3 -- cgit 1.2.3-korg