From 39d0a99e94884fb05be4a0ad04df17e5b759f1fa Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 4 Sep 2020 16:47:05 +0300 Subject: python3-cmd2: Upgrade 1.3.8 -> 1.3.9 Upgrade to release 1.3.9: Breaking Changes: - CommandSet.on_unregister() is now called as first step in unregistering a CommandSet and not the last. CommandSet.on_unregistered() is now the last step. Enhancements: - Added CommandSet.on_registered(). This is called by cmd2.Cmd after a CommandSet is registered and all its commands have been added to the CLI. - Added CommandSet.on_unregistered(). This is called by cmd2.Cmd after a CommandSet is unregistered and all its commands have been removed from the CLI. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-cmd2_1.3.8.bb | 20 -------------------- .../recipes-devtools/python/python3-cmd2_1.3.9.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cmd2_1.3.8.bb create mode 100644 meta-python/recipes-devtools/python/python3-cmd2_1.3.9.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-cmd2_1.3.8.bb b/meta-python/recipes-devtools/python/python3-cmd2_1.3.8.bb deleted file mode 100644 index 9fc7b95e20..0000000000 --- a/meta-python/recipes-devtools/python/python3-cmd2_1.3.8.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Extra features for standard library's cmd module" -HOMEPAGE = "https://github.com/python-cmd2/cmd2" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=9791cd24ca7d1807388ccd55cd066def" - -DEPENDS += "${PYTHON_PN}-setuptools-scm-native" - -SRC_URI[md5sum] = "255ba85d8aaa9f00d84917be38b11a86" -SRC_URI[sha256sum] = "b6f6254def8ba479088702f97bca1b999c12e0c38ac5d82dc50a44db93c7108c" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-attrs \ - ${PYTHON_PN}-colorama \ - ${PYTHON_PN}-pyperclip \ - ${PYTHON_PN}-wcwidth \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-cmd2_1.3.9.bb b/meta-python/recipes-devtools/python/python3-cmd2_1.3.9.bb new file mode 100644 index 0000000000..e677a69620 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cmd2_1.3.9.bb @@ -0,0 +1,20 @@ +SUMMARY = "Extra features for standard library's cmd module" +HOMEPAGE = "https://github.com/python-cmd2/cmd2" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=9791cd24ca7d1807388ccd55cd066def" + +DEPENDS += "${PYTHON_PN}-setuptools-scm-native" + +SRC_URI[md5sum] = "f5fbd528e7b5977ad71466947af61f99" +SRC_URI[sha256sum] = "7f8035faafda15d26098bf2ffe16aaba1c78511ce13e0815d2efe58ba392b501" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-attrs \ + ${PYTHON_PN}-colorama \ + ${PYTHON_PN}-pyperclip \ + ${PYTHON_PN}-wcwidth \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf