meta-openembedded/meta-python/recipes-devtools/python/python3-cmd2_1.3.10.bb
Leon Anavi ea5d1e2298 python3-cmd2: Upgrade 1.3.9 -> 1.3.10
Upgrade to release 1.3.10:

- Added user-settable option called always_show_hint. If True,
  then tab completion hints will always display even when tab
  completion suggestions print. Arguments whose help or hint text
  is suppressed will not display hints even when this setting is
  True.
- argparse tab completion now groups flag names which run the same
  action. Optional flags are wrapped in brackets like it is done
  in argparse usage text.
- default category decorators are now heritable by default and
  will propagate the category down the class hierarchy until
  overridden. There's a new optional flag to set heritable to
  false.
- Added --silent flag to alias/macro create. If used, then no
  confirmation message will be printed when aliases and macros
  are created or overwritten.
- Added --with_silent flag to alias/macro list. Use this option
  when saving to a startup script that should silently create
  aliases and macros.
- Fixed issue where flag names weren't always sorted correctly in
  argparse tab completion

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>
2020-09-21 08:57:33 -07:00

21 lines
585 B
BlitzBasic

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] = "39258e1af392e0bcefceb1982d7716bd"
SRC_URI[sha256sum] = "960d8288c8e3a093d04975e3dd8461ce2e43c1d0c70e54873f622f8f0b77d6f5"
inherit pypi setuptools3
RDEPENDS_${PN} += "\
${PYTHON_PN}-attrs \
${PYTHON_PN}-colorama \
${PYTHON_PN}-pyperclip \
${PYTHON_PN}-wcwidth \
"
BBCLASSEXTEND = "native nativesdk"