summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2019-11-05 17:51:31 +0100
committer Willy Sudiarto Raharjo2019-11-09 06:51:15 +0100
commit163549b9c56cd5117a42e88d3920c33f0466df46 (patch)
tree768b0e1cf9a6b613f72bd4ae51e49f7947713101 /python
parent4285ae40b3a6e239a9af7d355c87fa0675412df4 (diff)
downloadslackbuilds-163549b9c56cd5117a42e88d3920c33f0466df46.tar.gz
python/python3-ipython: Updated for version 7.9.0.
Diffstat (limited to 'python')
-rw-r--r--python/python3-ipython/python3-ipython.SlackBuild2
-rw-r--r--python/python3-ipython/python3-ipython.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-ipython/python3-ipython.SlackBuild b/python/python3-ipython/python3-ipython.SlackBuild
index 59104c9bc2..b7158286b0 100644
--- a/python/python3-ipython/python3-ipython.SlackBuild
+++ b/python/python3-ipython/python3-ipython.SlackBuild
@@ -24,7 +24,7 @@
SRCNAM=ipython
PRGNAM=python3-$SRCNAM
-VERSION=${VERSION:-7.8.0}
+VERSION=${VERSION:-7.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-ipython/python3-ipython.info b/python/python3-ipython/python3-ipython.info
index 18585e7cc3..28729fc898 100644
--- a/python/python3-ipython/python3-ipython.info
+++ b/python/python3-ipython/python3-ipython.info
@@ -1,8 +1,8 @@
PRGNAM="python3-ipython"
-VERSION="7.8.0"
+VERSION="7.9.0"
HOMEPAGE="http://ipython.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.8.0.tar.gz"
-MD5SUM="4cf3010770ce20f3227c38f117c4b311"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.9.0.tar.gz"
+MD5SUM="68542bca2ebf39af7d9d0557e7fb5708"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator ipython_genutils python3-jedi python3-pexpect pickleshare python3-prompt_toolkit Pygments simplegeneric traitlets backcall"