aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ipython_7.19.0.bb
AgeCommit message (Collapse)Author
2020-11-04python3-ipython: Upgrade 7.18.1 -> 7.19.0Leon Anavi
Upgrade to release 7.19.0: - Fix to restore the ability to specify more than one extension using command line flags when using traitlets 5.0 - Docs docs formatting that make the install commands work on zsh - Always display the last frame in tracebacks even if hidden with __traceback_hide__ - Avoid an issue where a callback can be registered multiple times. - Avoid an issue in debugger mode where frames changes could be lost. - Never hide the frames that invoke a debugger, even if marked as hidden by __traceback_hide__ - Fix calling the debugger in a recursive manner 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>