summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2020-10-30 22:22:24 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-11-07 14:02:45 +0700
commit18ad5f54c5a06d934b3f9d7af0483004e791b4c6 (patch)
treeee3942c0788951a2da137cf5a07c8ac03f971aba
parent83a84f8906425ad55e727c327055962a3d5d4fe4 (diff)
downloadslackbuilds-18ad5f54c5a06d934b3f9d7af0483004e791b4c6.tar.gz
slackbuilds-18ad5f54c5a06d934b3f9d7af0483004e791b4c6.tar.xz
python/python3-ipython: Updated for version 7.19.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.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 498b5a5fa3..f31103a459 100644
--- a/python/python3-ipython/python3-ipython.SlackBuild
+++ b/python/python3-ipython/python3-ipython.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python3-ipython
-VERSION=${VERSION:-7.18.1}
+VERSION=${VERSION:-7.19.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-ipython/python3-ipython.info b/python/python3-ipython/python3-ipython.info
index 24ba8c23c8..9141c176d7 100644
--- a/python/python3-ipython/python3-ipython.info
+++ b/python/python3-ipython/python3-ipython.info
@@ -1,8 +1,8 @@
PRGNAM="python3-ipython"
-VERSION="7.18.1"
+VERSION="7.19.0"
HOMEPAGE="http://ipython.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.18.1.tar.gz"
-MD5SUM="f2db1158dc40d70a31b6bbef86e74789"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.19.0.tar.gz"
+MD5SUM="33bdc8287c827aae23699751b0ed3f7a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator ipython_genutils python3-jedi python3-pexpect pickleshare python3-prompt_toolkit Pygments simplegeneric traitlets backcall"