summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2019-11-30 04:45:19 +0100
committer Willy Sudiarto Raharjo2019-12-01 02:50:53 +0100
commit61af152de5cb00650e8805e8434c0a1492304098 (patch)
tree176ec9af2f298606c6bfbd78e1cea10533fed4dc
parentd9e98a799ea8b894ea8d7c314ffbe867bd7447ba (diff)
downloadslackbuilds-61af152de5cb00650e8805e8434c0a1492304098.tar.gz
python/python3-ipython: Updated for version 7.10.0.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-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 b7158286b0..75cdc056a6 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.9.0}
+VERSION=${VERSION:-7.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-ipython/python3-ipython.info b/python/python3-ipython/python3-ipython.info
index 28729fc898..48013ef3fc 100644
--- a/python/python3-ipython/python3-ipython.info
+++ b/python/python3-ipython/python3-ipython.info
@@ -1,8 +1,8 @@
PRGNAM="python3-ipython"
-VERSION="7.9.0"
+VERSION="7.10.0"
HOMEPAGE="http://ipython.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.9.0.tar.gz"
-MD5SUM="68542bca2ebf39af7d9d0557e7fb5708"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.10.0.tar.gz"
+MD5SUM="5a44eb8e3072937ff8b03655b48c01df"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator ipython_genutils python3-jedi python3-pexpect pickleshare python3-prompt_toolkit Pygments simplegeneric traitlets backcall"