summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-traitlets_5.0.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-traitlets: Upgrade 5.0.4 -> 5.0.5Leon Anavi2020-10-281-17/+0
| | | | | | | | | | | | | | | Upgrade to release 5.0.5: - Support deprecated literals for sets, tuples on the command-line: nbconvert --TagRemovePreprocessor.remove_cell_tags='{"tag"}' - Fix from_string_list for Tuples in general - Fix support for List(default_value=None, allow_none=True) and other Container traits - Fix help output for nested aliases and tuple traits 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>
* python3-traitlets: Upgrade 5.0.3 -> 5.0.4Leon Anavi2020-09-151-0/+17
Upgrade to release 5.0.4: - Support deprecated use of byte-literals for bytes on the command-line: ipython kernel --Session.key="b'abc'". The b prefix is no longer needed in traitlets 5.0, but is supported for backward-compatibility - Improve output of configuration errors, especially when help output would make it hard to find the helpful error message 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>