From 846f2173023f0de5a77e4ade9412c5bf7254d8f0 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 1 Nov 2019 13:24:04 +0800 Subject: python-prompt-toolkit: upgrade 2.0.4 -> 2.0.10 (From meta-openembedded commit: f3cf8395988f71a765e5b3c992848b38f6637b07) Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Tim Orling --- recipes-devtools/python/python-prompt-toolkit.inc | 4 ++-- recipes-devtools/python/python-prompt-toolkit_2.0.10.bb | 6 ++++++ recipes-devtools/python/python-prompt-toolkit_2.0.4.bb | 6 ------ 3 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 recipes-devtools/python/python-prompt-toolkit_2.0.10.bb delete mode 100644 recipes-devtools/python/python-prompt-toolkit_2.0.4.bb diff --git a/recipes-devtools/python/python-prompt-toolkit.inc b/recipes-devtools/python/python-prompt-toolkit.inc index ef1b056..91aa7bb 100644 --- a/recipes-devtools/python/python-prompt-toolkit.inc +++ b/recipes-devtools/python/python-prompt-toolkit.inc @@ -2,8 +2,8 @@ SUMMARY = "Library for building powerful interactive command lines in Python" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f" -SRC_URI[md5sum] = "8db8b8e40e91bc6dce133d8d5727a717" -SRC_URI[sha256sum] = "ff58ce8bb82c11c43416dd3eec7701dcbe8c576e2d7649f1d2b9d21a2fd93808" +SRC_URI[md5sum] = "5016c523e603cd7119644fbc0f00ce53" +SRC_URI[sha256sum] = "f15af68f66e664eaa559d4ac8a928111eebd5feda0c11738b5998045224829db" PYPI_PACKAGE = "prompt_toolkit" diff --git a/recipes-devtools/python/python-prompt-toolkit_2.0.10.bb b/recipes-devtools/python/python-prompt-toolkit_2.0.10.bb new file mode 100644 index 0000000..527c905 --- /dev/null +++ b/recipes-devtools/python/python-prompt-toolkit_2.0.10.bb @@ -0,0 +1,6 @@ +inherit pypi setuptools +require python-prompt-toolkit.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-subprocess \ +" diff --git a/recipes-devtools/python/python-prompt-toolkit_2.0.4.bb b/recipes-devtools/python/python-prompt-toolkit_2.0.4.bb deleted file mode 100644 index 527c905..0000000 --- a/recipes-devtools/python/python-prompt-toolkit_2.0.4.bb +++ /dev/null @@ -1,6 +0,0 @@ -inherit pypi setuptools -require python-prompt-toolkit.inc - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-subprocess \ -" -- cgit 1.2.3-korg