summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2019-12-14 07:24:26 +0100
committer Willy Sudiarto Raharjo2019-12-15 11:06:30 +0100
commit87c7fb945706bfa4471bf49e9c2ad5a37fcb6a31 (patch)
tree3232519e818fa57b6099c187c8f0fec65f76c439 /python
parentdb0cbbf11db5364f98bcb76ac1efd280478969a0 (diff)
downloadslackbuilds-87c7fb945706bfa4471bf49e9c2ad5a37fcb6a31.tar.gz
python/python3-ipython: Updated for version 7.10.1.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
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 75cdc056a6..747e67c204 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.10.0}
+VERSION=${VERSION:-7.10.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-ipython/python3-ipython.info b/python/python3-ipython/python3-ipython.info
index 48013ef3fc..361f5ea2d8 100644
--- a/python/python3-ipython/python3-ipython.info
+++ b/python/python3-ipython/python3-ipython.info
@@ -1,8 +1,8 @@
PRGNAM="python3-ipython"
-VERSION="7.10.0"
+VERSION="7.10.1"
HOMEPAGE="http://ipython.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.10.0.tar.gz"
-MD5SUM="5a44eb8e3072937ff8b03655b48c01df"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.10.1.tar.gz"
+MD5SUM="a4a2dc449b935a11133671e266ead6c7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator ipython_genutils python3-jedi python3-pexpect pickleshare python3-prompt_toolkit Pygments simplegeneric traitlets backcall"