aboutsummaryrefslogtreecommitdiff
path: root/python/ipython
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-02-28 12:16:29 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-12 08:48:17 +0700
commit346cfa17871dc189897192c5e1260d9528b26259 (patch)
tree2755d48b3694df3b10b2a997006441cfaaf034ec /python/ipython
parent3fb2b57e5e28118bbfe03f11800eb0a001950a8f (diff)
downloadslackbuilds-346cfa17871dc189897192c5e1260d9528b26259.tar.xz
python/ipython: Updated for version 8.11.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/ipython')
-rw-r--r--python/ipython/ipython.SlackBuild2
-rw-r--r--python/ipython/ipython.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/ipython/ipython.SlackBuild b/python/ipython/ipython.SlackBuild
index 0091f62629bd..62bc15b07d7e 100644
--- a/python/ipython/ipython.SlackBuild
+++ b/python/ipython/ipython.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ipython
-VERSION=${VERSION:-8.10.0}
+VERSION=${VERSION:-8.11.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/ipython/ipython.info b/python/ipython/ipython.info
index 809ef8a4d60f..0d8b3b7e126d 100644
--- a/python/ipython/ipython.info
+++ b/python/ipython/ipython.info
@@ -1,8 +1,8 @@
PRGNAM="ipython"
-VERSION="8.10.0"
+VERSION="8.11.0"
HOMEPAGE="http://ipython.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.10.0.tar.gz"
-MD5SUM="bdc569daa4e8e861ba45d49ed2c3be55"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.11.0.tar.gz"
+MD5SUM="d1601937437f4ce74bea4c8b2cde6cd6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit backcall python3-stack_data"