forked from pool/python-ipython
Accepting request 920898 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/920898 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipython?expand=0&rev=22
This commit is contained in:
commit
625bf7f380
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54bbd1fe3882457aaf28ae060a5ccdef97f212a741754e420028d4ec5c2291dc
|
||||
size 5147224
|
3
ipython-7.27.0.tar.gz
Normal file
3
ipython-7.27.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58b55ebfdfa260dad10d509702dc2857cb25ad82609506b070cf2d7b7df5af13
|
||||
size 5190328
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 05:36:58 UTC 2021 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 7.27.0:
|
||||
* Add support for GTK4 :ghpull:`131011`
|
||||
* Add support for Qt6 :ghpull:`13085`
|
||||
* Fix an issue with pip magic on windows :ghpull:`13093`
|
||||
|
||||
- changes from version 7.26.0:
|
||||
* We'll highlight this issue
|
||||
<https://github.com/ipython/ipython/issues/13039> pointing out we
|
||||
were including and refereeing to code from Stack Overflow which
|
||||
was CC-BY-SA, hence incompatible with the BSD license of
|
||||
IPython. This lead us to a rewriting of the corresponding logic
|
||||
which in our case was done in a more efficient way (in our case we
|
||||
were searching string prefixes instead of full strings).
|
||||
* You will notice also a number of documentation improvements and
|
||||
cleanup.
|
||||
* Of particular interest are the following Pull-requests:
|
||||
+ The IPython directive now uses Sphinx logging for
|
||||
warnings. :ghpull:`13030`.
|
||||
+ Add expiry days option to pastebin magic and change http
|
||||
protocol to https. :ghpull:`13056`
|
||||
+ Make Ipython.utils.timing work with jupyterlite :ghpull:`13050`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 26 14:45:40 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
%define skip_python36 1
|
||||
%bcond_without iptest
|
||||
Name: python-ipython%{psuffix}
|
||||
Version: 7.25.0
|
||||
Version: 7.27.0
|
||||
Release: 0
|
||||
Summary: Rich architecture for interactive computing with Python
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user