aboutsummaryrefslogtreecommitdiff
path: root/python/ipython
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2023-10-02 17:14:51 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-10-07 00:59:31 +0700
commit779fe3db38875b2333e85a97225c67672b764dfa (patch)
tree15bfd32071b568869b39870542975c8b16b61624 /python/ipython
parent914dfb3bd259f32aba89bb5b754476847623a694 (diff)
python/ipython: Version bump to 8.16.1
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.info8
2 files changed, 5 insertions, 5 deletions
diff --git a/python/ipython/ipython.SlackBuild b/python/ipython/ipython.SlackBuild
index 660244adf9190..0382b4b6fe4c8 100644
--- a/python/ipython/ipython.SlackBuild
+++ b/python/ipython/ipython.SlackBuild
@@ -28,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ipython
-VERSION=${VERSION:-8.15.0}
+VERSION=${VERSION:-8.16.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/ipython/ipython.info b/python/ipython/ipython.info
index 064716d764140..5e83ec0d779e3 100644
--- a/python/ipython/ipython.info
+++ b/python/ipython/ipython.info
@@ -1,10 +1,10 @@
PRGNAM="ipython"
-VERSION="8.15.0"
+VERSION="8.16.1"
HOMEPAGE="http://ipython.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.15.0.tar.gz"
-MD5SUM="723396b2b84674ab507ae26dabdbacaf"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.16.1.tar.gz"
+MD5SUM="fd3f08a1d311c69e853e615b218d01fd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="decorator python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit backcall python3-stack_data typing-extensions"
+REQUIRES="decorator python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit backcall python3-stack_data typing-extensions python3-exceptiongroup"
MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo@gmail.com"