forked from pool/python-ipython
Accepting request 830695 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/830695 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipython?expand=0&rev=13
This commit is contained in:
commit
0da131ae5e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b70974aaa2674b05eb86a910c02ed09956a33f2dd6c71afc60f0b128a77e7f28
|
||||
size 5139470
|
3
ipython-7.18.0.tar.gz
Normal file
3
ipython-7.18.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4dbacf73ac7409c33c918044476eefe4c2428ce0ca4cc118aee718ac6026ac0f
|
||||
size 5138647
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 29 16:14:09 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 7.18.0:
|
||||
* IPython 7.18 is a minor release that mostly contains bugfixes.
|
||||
+ CRLF is now handled by magics my default; solving some issues
|
||||
due to copy pasting on windows. :ghpull:`12475`
|
||||
+ Requiring pexpect >=4.3 as we are Python 3.7+ only and earlier
|
||||
version of pexpect will be incompatible. :ghpull:`12510`
|
||||
+ Minimum jedi version is now 0.16. :ghpull:`12488`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 1 22:10:57 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
%define skip_python2 1
|
||||
%bcond_without iptest
|
||||
Name: python-ipython%{psuffix}
|
||||
Version: 7.17.0
|
||||
Version: 7.18.0
|
||||
Release: 0
|
||||
Summary: Rich architecture for interactive computing with Python
|
||||
License: BSD-3-Clause
|
||||
@ -45,8 +45,8 @@ Requires: python-Pygments
|
||||
Requires: python-backcall
|
||||
Requires: python-base >= 3.5
|
||||
Requires: python-decorator
|
||||
Requires: python-jedi >= 0.10
|
||||
Requires: python-pexpect
|
||||
Requires: python-jedi >= 0.16
|
||||
Requires: python-pexpect >= 4.6
|
||||
Requires: python-pickleshare
|
||||
Requires: python-prompt_toolkit < 3.1
|
||||
Requires: python-prompt_toolkit >= 2.0
|
||||
|
Loading…
Reference in New Issue
Block a user