From c5a03eb03e1ad46d7c0ead764df1c83b24479f9bb53ebd67b9faf328e60c2218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 31 Aug 2020 08:04:07 +0000 Subject: [PATCH] Accepting request 830496 from home:apersaud:branches:devel:languages:python:jupyter update to latest version OBS-URL: https://build.opensuse.org/request/show/830496 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=51 --- ipython-7.17.0.tar.gz | 3 --- ipython-7.18.0.tar.gz | 3 +++ python-ipython.changes | 11 +++++++++++ python-ipython.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 ipython-7.17.0.tar.gz create mode 100644 ipython-7.18.0.tar.gz diff --git a/ipython-7.17.0.tar.gz b/ipython-7.17.0.tar.gz deleted file mode 100644 index 69388ee..0000000 --- a/ipython-7.17.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b70974aaa2674b05eb86a910c02ed09956a33f2dd6c71afc60f0b128a77e7f28 -size 5139470 diff --git a/ipython-7.18.0.tar.gz b/ipython-7.18.0.tar.gz new file mode 100644 index 0000000..a7ecb7e --- /dev/null +++ b/ipython-7.18.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dbacf73ac7409c33c918044476eefe4c2428ce0ca4cc118aee718ac6026ac0f +size 5138647 diff --git a/python-ipython.changes b/python-ipython.changes index 1c3694b..89105f5 100644 --- a/python-ipython.changes +++ b/python-ipython.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Aug 29 16:14:09 UTC 2020 - Arun Persaud + +- 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 diff --git a/python-ipython.spec b/python-ipython.spec index 26b5319..2c04e8e 100644 --- a/python-ipython.spec +++ b/python-ipython.spec @@ -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