summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2019-03-25 12:50:00 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-03-30 07:18:24 +0700
commit343a6802b8454065abcbb86572d14f38524b8c51 (patch)
tree606375f124ae8cbc05904f113be76c31beafa6b3 /python
parent4b9a48923f5e15aadfb60658f1b954ac98e48076 (diff)
downloadslackbuilds-343a6802b8454065abcbb86572d14f38524b8c51.tar.gz
slackbuilds-343a6802b8454065abcbb86572d14f38524b8c51.tar.xz
python/python3-ipython: Updated for version 7.4.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 10f178ad0c..90c3b0433d 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.3.0}
+VERSION=${VERSION:-7.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-ipython/python3-ipython.info b/python/python3-ipython/python3-ipython.info
index 4f5759f135..166a32a931 100644
--- a/python/python3-ipython/python3-ipython.info
+++ b/python/python3-ipython/python3-ipython.info
@@ -1,8 +1,8 @@
PRGNAM="python3-ipython"
-VERSION="7.3.0"
+VERSION="7.4.0"
HOMEPAGE="http://ipython.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.3.0.tar.gz"
-MD5SUM="2aec01154a78c6075c5b7f1bfea4abd3"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.4.0.tar.gz"
+MD5SUM="826178c87b7b96651ce8b26a779e3016"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-decorator python3-ipython_genutils python3-jedi python3-pexpect python3-pickleshare python3-prompt_toolkit python3-Pygments python3-simplegeneric python3-traitlets backcall"