1
0

Accepting request 868546 from home:bnavigator:branches:devel:languages:python:jupyter

- Update to version 7.20.0
  https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
  * Support for PyQt5 >= 5.11 PR #12715
  * %reset remove imports more agressively PR #12718
  * fix the %conda magic PR #12739
  * compatibility with Jedi 0.18, and bump minimum Jedi version. 
    PR #12793

OBS-URL: https://build.opensuse.org/request/show/868546
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=62
This commit is contained in:
2021-02-02 09:18:57 +00:00
committed by Git OBS Bridge
parent 2e395e4404
commit 118fa0e9a9
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Feb 1 23:25:34 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 7.20.0
https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
* Support for PyQt5 >= 5.11 PR #12715
* %reset remove imports more agressively PR #12718
* fix the %conda magic PR #12739
* compatibility with Jedi 0.18, and bump minimum Jedi version.
PR #12793
-------------------------------------------------------------------
Thu Dec 10 20:14:51 UTC 2020 - Benjamin Greiner <code@bnavigator.de>