summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ipython_7.22.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-ipython: Upgrade 7.22.0 -> 7.23.1Leon Anavi2021-05-171-28/+0
| | | | | | | | | | | | | | | | | | Upgrade to release 7.23.1: - Moved to GitHub actions away from Travis-CI, the transition may not be 100% complete (not testing on nightly anymore), but as we ran out of Travis-Ci hours on the IPython organisation that was a necessary step. - We have a new dependency: matplotlib-inline, which try to extract matplotlib inline backend specific behavior. It is available on PyPI and conda-forge thus should not be a problem to upgrade to this version. If you are a package maintainer that might be an extra dependency to package first. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-ipython: Upgrade 7.21.0 -> 7.22.0Leon Anavi2021-03-301-0/+28
Upgrade to release 7.22.0: - Fix some sys.excepthook shenanigan when embedding with qt, recommended if you – for example – use napari - Fix bug when using the new ipdb %context magic - Couples of deprecation cleanup - Update for new dpast.com api if you use the %pastbin magic - Remove support for numpy before 1.16 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>