summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-traitlets_5.0.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-traitlets: Upgrade 5.0.3 -> 5.0.4Leon Anavi2020-09-151-17/+0
| | | | | | | | | | | | | | | 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>
* python3-traitlets: 5.0.0 -> 5.0.3Leon Anavi2020-09-071-0/+17
Upgrade to release 5.0.3: - update cast_unicode with Python's standard decode method - handle allow_none in from_string 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>