diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-09-04 16:47:05 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-09-07 11:28:04 -0700 |
| commit | 39d0a99e94884fb05be4a0ad04df17e5b759f1fa (patch) | |
| tree | 60935c75d5b16605201f2b2cf66c288d5448449a /meta-python/recipes-devtools/python/python3-cmd2_1.3.9.bb | |
| parent | 3ca275d60c8fd7eecbd676cb0681c979acdea7e4 (diff) | |
| download | meta-openembedded-39d0a99e94884fb05be4a0ad04df17e5b759f1fa.tar.gz | |
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 <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cmd2_1.3.9.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cmd2_1.3.9.bb | 20 |
1 files changed, 20 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Extra features for standard library's cmd module" | ||
| 2 | HOMEPAGE = "https://github.com/python-cmd2/cmd2" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9791cd24ca7d1807388ccd55cd066def" | ||
| 5 | |||
| 6 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | ||
| 7 | |||
| 8 | SRC_URI[md5sum] = "f5fbd528e7b5977ad71466947af61f99" | ||
| 9 | SRC_URI[sha256sum] = "7f8035faafda15d26098bf2ffe16aaba1c78511ce13e0815d2efe58ba392b501" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | RDEPENDS_${PN} += "\ | ||
| 14 | ${PYTHON_PN}-attrs \ | ||
| 15 | ${PYTHON_PN}-colorama \ | ||
| 16 | ${PYTHON_PN}-pyperclip \ | ||
| 17 | ${PYTHON_PN}-wcwidth \ | ||
| 18 | " | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
