summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2018-11-02 13:51:39 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-03 07:46:50 +0700
commit327cbde3ea3a4ffd150096796ca54f68bc4fb419 (patch)
tree09c117bf6e5041445c874130cf3d2553457a73cc /python
parent0e87a454d8185579f1a08828c112588599799ea8 (diff)
downloadslackbuilds-327cbde3ea3a4ffd150096796ca54f68bc4fb419.tar.gz
slackbuilds-327cbde3ea3a4ffd150096796ca54f68bc4fb419.tar.xz
python/python3-ipython: Updated for version 7.1.1.
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 0e7a5d409e..673620cfc9 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.0.1}
+VERSION=${VERSION:-7.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-ipython/python3-ipython.info b/python/python3-ipython/python3-ipython.info
index 83c87b26fd..7eb3b1117d 100644
--- a/python/python3-ipython/python3-ipython.info
+++ b/python/python3-ipython/python3-ipython.info
@@ -1,8 +1,8 @@
PRGNAM="python3-ipython"
-VERSION="7.0.1"
+VERSION="7.1.1"
HOMEPAGE="http://ipython.org"
-DOWNLOAD="https://github.com/ipython/ipython/archive/7.0.1/ipython-7.0.1.tar.gz"
-MD5SUM="842d31354e3996a83a39f30293748abc"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.1.1.tar.gz"
+MD5SUM="2483382e42fdba3206ce8b98bc5501a3"
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"