summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2018-11-30 13:01:49 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-12-01 07:27:33 +0700
commit8ad4cc801a384934aef6ea518aa331ae19c21a4d (patch)
treec2884178b5336215a1e0c184ac963eaf1b9b4ac4
parentd2b83c305e43f44e893e09234345ef2b9e3b0985 (diff)
downloadslackbuilds-8ad4cc801a384934aef6ea518aa331ae19c21a4d.tar.gz
slackbuilds-8ad4cc801a384934aef6ea518aa331ae19c21a4d.tar.xz
python/python3-ipython: Updated for version 7.2.0.
-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 673620cfc9..ddd1b9a6b9 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.1.1}
+VERSION=${VERSION:-7.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-ipython/python3-ipython.info b/python/python3-ipython/python3-ipython.info
index 7eb3b1117d..8f80a57dc6 100644
--- a/python/python3-ipython/python3-ipython.info
+++ b/python/python3-ipython/python3-ipython.info
@@ -1,8 +1,8 @@
PRGNAM="python3-ipython"
-VERSION="7.1.1"
+VERSION="7.2.0"
HOMEPAGE="http://ipython.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.1.1.tar.gz"
-MD5SUM="2483382e42fdba3206ce8b98bc5501a3"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.2.0.tar.gz"
+MD5SUM="fd951211a1d59394f446d71cf3dc9d5c"
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"