summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Jeremy Hansen2023-10-03 02:14:51 +0200
committer Willy Sudiarto Raharjo2023-10-06 19:59:31 +0200
commit779fe3db38875b2333e85a97225c67672b764dfa (patch)
tree15bfd32071b568869b39870542975c8b16b61624
parent914dfb3bd259f32aba89bb5b754476847623a694 (diff)
downloadslackbuilds-779fe3db38875b2333e85a97225c67672b764dfa.tar.gz
python/ipython: Version bump to 8.16.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 660244adf9..0382b4b6fe 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 064716d764..5e83ec0d77 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"