python3-cmd2: Upgrade 1.3.3 -> 1.3.4

Upgrade to release 1.3.4:

- Fixed AttributeError when CommandSet that uses
  as_subcommand_to decorator is loaded during cmd2.Cmd.__init__()
- Improved exception messages when using mock without spec=True

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>
This commit is contained in:
Leon Anavi 2020-08-25 16:26:30 +03:00 committed by Khem Raj
parent fca320293e
commit 23d9a5cca9

View File

@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9791cd24ca7d1807388ccd55cd066def"
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
SRC_URI[md5sum] = "c8ffa926c50673f00fd8ff8533e9f959"
SRC_URI[sha256sum] = "38015008ff4639edfd66591063a0e9bb75a62dccb14ee3ec7bf3a6cb130de5cf"
SRC_URI[md5sum] = "6b746468d1fd606b5dd96058dde0c5ac"
SRC_URI[sha256sum] = "b56f82f3ef3c9a0aa08423e25a97516a3e19239b051426be5686611786fd6032"
inherit pypi setuptools3