From bf699456b0a6ff867cb075d5aae197fda6856225 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 10 Oct 2019 15:43:33 +0800 Subject: python-cmd2: upgrade 0.9.17 -> 0.9.18 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-cmd2.inc | 4 ++-- meta-python/recipes-devtools/python/python-cmd2_0.9.17.bb | 14 -------------- meta-python/recipes-devtools/python/python-cmd2_0.9.18.bb | 14 ++++++++++++++ meta-python/recipes-devtools/python/python3-cmd2_0.9.17.bb | 9 --------- meta-python/recipes-devtools/python/python3-cmd2_0.9.18.bb | 9 +++++++++ 5 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-cmd2_0.9.17.bb create mode 100644 meta-python/recipes-devtools/python/python-cmd2_0.9.18.bb delete mode 100644 meta-python/recipes-devtools/python/python3-cmd2_0.9.17.bb create mode 100644 meta-python/recipes-devtools/python/python3-cmd2_0.9.18.bb diff --git a/meta-python/recipes-devtools/python/python-cmd2.inc b/meta-python/recipes-devtools/python/python-cmd2.inc index 3afa93adb6..7782b14477 100644 --- a/meta-python/recipes-devtools/python/python-cmd2.inc +++ b/meta-python/recipes-devtools/python/python-cmd2.inc @@ -3,8 +3,8 @@ HOMEPAGE = "http://packages.python.org/cmd2/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=01aeabea7ae1529a8e4b674b7107d6bc" -SRC_URI[md5sum] = "c030c7364422609d16028fe1ea023bfe" -SRC_URI[sha256sum] = "77bea602eb3b553a573188fa9514234bb1e44269d830a0ef8c4357f47aa9e46a" +SRC_URI[md5sum] = "f7a51dc68ad377ebc6a84408044dc1a2" +SRC_URI[sha256sum] = "840cdbf50e83761fea69ca5beadcba7569ab03734e3ee42b0dbf7f6f90e1213d" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-cmd2_0.9.17.bb b/meta-python/recipes-devtools/python/python-cmd2_0.9.17.bb deleted file mode 100644 index 17b6ae2858..0000000000 --- a/meta-python/recipes-devtools/python/python-cmd2_0.9.17.bb +++ /dev/null @@ -1,14 +0,0 @@ -inherit setuptools -require python-cmd2.inc - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-doctest \ - ${PYTHON_PN}-pyparsing \ - ${PYTHON_PN}-pyperclip \ - ${PYTHON_PN}-shell \ - ${PYTHON_PN}-six \ - ${PYTHON_PN}-stringold \ - ${PYTHON_PN}-subprocess \ - ${PYTHON_PN}-threading \ - ${PYTHON_PN}-textutils \ - " diff --git a/meta-python/recipes-devtools/python/python-cmd2_0.9.18.bb b/meta-python/recipes-devtools/python/python-cmd2_0.9.18.bb new file mode 100644 index 0000000000..17b6ae2858 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cmd2_0.9.18.bb @@ -0,0 +1,14 @@ +inherit setuptools +require python-cmd2.inc + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-doctest \ + ${PYTHON_PN}-pyparsing \ + ${PYTHON_PN}-pyperclip \ + ${PYTHON_PN}-shell \ + ${PYTHON_PN}-six \ + ${PYTHON_PN}-stringold \ + ${PYTHON_PN}-subprocess \ + ${PYTHON_PN}-threading \ + ${PYTHON_PN}-textutils \ + " diff --git a/meta-python/recipes-devtools/python/python3-cmd2_0.9.17.bb b/meta-python/recipes-devtools/python/python3-cmd2_0.9.17.bb deleted file mode 100644 index f5c5c7e1a3..0000000000 --- a/meta-python/recipes-devtools/python/python3-cmd2_0.9.17.bb +++ /dev/null @@ -1,9 +0,0 @@ -inherit setuptools3 -require python-cmd2.inc - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-pyperclip \ - ${PYTHON_PN}-colorama \ - ${PYTHON_PN}-attrs \ - ${PYTHON_PN}-wcwidth \ - " diff --git a/meta-python/recipes-devtools/python/python3-cmd2_0.9.18.bb b/meta-python/recipes-devtools/python/python3-cmd2_0.9.18.bb new file mode 100644 index 0000000000..f5c5c7e1a3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cmd2_0.9.18.bb @@ -0,0 +1,9 @@ +inherit setuptools3 +require python-cmd2.inc + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-pyperclip \ + ${PYTHON_PN}-colorama \ + ${PYTHON_PN}-attrs \ + ${PYTHON_PN}-wcwidth \ + " -- cgit 1.2.3-korg