summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2017-04-22 08:19:05 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-22 08:19:05 +0700
commit478a3fac7bf86c1a499e42a158c8c15b9cd48339 (patch)
tree8accec4e6c173c02c42ff340a7768e7e74ab48d2
parent40e978fb29b242701b521491b8ef275b4f3aec47 (diff)
downloadslackbuilds-478a3fac7bf86c1a499e42a158c8c15b9cd48339.tar.gz
slackbuilds-478a3fac7bf86c1a499e42a158c8c15b9cd48339.tar.xz
python/python3-ipython: Updated for version 6.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-ipython/python3-ipython.SlackBuild2
-rw-r--r--python/python3-ipython/python3-ipython.info8
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-ipython/python3-ipython.SlackBuild b/python/python3-ipython/python3-ipython.SlackBuild
index d3bec47ddd..593336ad3a 100644
--- a/python/python3-ipython/python3-ipython.SlackBuild
+++ b/python/python3-ipython/python3-ipython.SlackBuild
@@ -25,7 +25,7 @@
SRCNAM=ipython
PRGNAM=python3-$SRCNAM
-VERSION=${VERSION:-5.3.0}
+VERSION=${VERSION:-6.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-ipython/python3-ipython.info b/python/python3-ipython/python3-ipython.info
index a94fb42305..e188852104 100644
--- a/python/python3-ipython/python3-ipython.info
+++ b/python/python3-ipython/python3-ipython.info
@@ -1,10 +1,10 @@
PRGNAM="python3-ipython"
-VERSION="5.3.0"
+VERSION="6.0.0"
HOMEPAGE="http://ipython.org"
-DOWNLOAD="https://github.com/ipython/ipython/archive/5.3.0/ipython-5.3.0.tar.gz"
-MD5SUM="30045499fa745e2f1893cadcba3f94c5"
+DOWNLOAD="https://github.com/ipython/ipython/archive/6.0.0/ipython-6.0.0.tar.gz"
+MD5SUM="aa4dcc99f8e641dbe3ec38aa1e39a445"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-decorator python3-pexpect python3-pickleshare python3-prompt_toolkit python3-Pygments python3-simplegeneric python3-traitlets"
+REQUIRES="python3-decorator python3-jedi python3-pexpect python3-pickleshare python3-prompt_toolkit python3-Pygments python3-simplegeneric python3-traitlets"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"