1
0

Accepting request 810416 from home:apersaud:branches:devel:languages:python:jupyter

update to latest version

OBS-URL: https://build.opensuse.org/request/show/810416
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=45
This commit is contained in:
Tomáš Chvátal
2020-06-01 06:45:51 +00:00
committed by Git OBS Bridge
parent f6e4024847
commit b82f599ad5
5 changed files with 31 additions and 34 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sat May 30 23:53:32 UTC 2020 - Arun Persaud <arun@gmx.de>
- specfile:
* removed opensuse-disable-net-test.patch, wikipedia file is not accessed anymore
- update to version 7.15.0:
* Misc Noticeable changes:
+ Long completion name have better elision in terminal
:ghpull:`12284`
+ I've started to test on Python 3.9 :ghpull:`12307` and fix some
errors.
+ Hi DPI scaling of figures when using qt eventloop
:ghpull:`12314`
+ Document the ability to have systemwide configuration for
IPython. :ghpull:`12328`
+ Fix issues with input autoformatting :ghpull:`12336`
+ IPython.core.debugger.Pdb is now interruptible (:ghpull:`12168`,
in 7.14 but forgotten in release notes)
+ Video HTML attributes (:ghpull:`12212`, in 7.14 but forgotten in
release notes)
* Reproducible Build
* NEP29: Last version to support Python 3.6
* Highlighted features
+ Increase Tab Completion Menu Height
+ Autoformat Code in the terminal
-------------------------------------------------------------------
Sat May 2 14:44:45 UTC 2020 - Benjamin Greiner <code@bnavigator.de>