summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Jeremy Hansen <jebrhansen+github@gmail.com>2023-09-06 12:32:40 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-09 06:32:47 +0700
commit6d986490b68db838f5fc43e621eead4ff481637b (patch)
tree3137ea88a00edca940739b21354cb27bf3f5a7ea /python
parent692e6aec4ad3fce059fe7341fea8bbe3e41ae9a9 (diff)
downloadslackbuilds-6d986490b68db838f5fc43e621eead4ff481637b.tar.gz
slackbuilds-6d986490b68db838f5fc43e621eead4ff481637b.tar.xz
python/ipython: Version bump to 8.15.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/ipython/ipython.SlackBuild4
-rw-r--r--python/ipython/ipython.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/ipython/ipython.SlackBuild b/python/ipython/ipython.SlackBuild
index ea997535c8..660244adf9 100644
--- a/python/ipython/ipython.SlackBuild
+++ b/python/ipython/ipython.SlackBuild
@@ -5,7 +5,7 @@
# Copyright 2008-2011 Carlos Corbacho <carlos@strangeworlds.co.uk>
# Copyright 2013-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com>
-# Copyright 2023 Jeremy Hansem <jebrhansen+SBo@gmail.com>
+# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -28,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ipython
-VERSION=${VERSION:-8.14.0}
+VERSION=${VERSION:-8.15.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/ipython/ipython.info b/python/ipython/ipython.info
index a270a14064..064716d764 100644
--- a/python/ipython/ipython.info
+++ b/python/ipython/ipython.info
@@ -1,8 +1,8 @@
PRGNAM="ipython"
-VERSION="8.14.0"
+VERSION="8.15.0"
HOMEPAGE="http://ipython.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.14.0.tar.gz"
-MD5SUM="554151edfb42759595539d90687cd8ae"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.15.0.tar.gz"
+MD5SUM="723396b2b84674ab507ae26dabdbacaf"
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"