summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-03-30 18:16:11 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-01 09:14:30 +0700
commitc43ab727758f018b5f45b7771c6e45acd0f656d7 (patch)
tree756d680386fb11d3c0c9e5160d7014b9cc1fbdd7
parent61244bcf86f69d98661702a88fecc3058d22992e (diff)
downloadslackbuilds-c43ab727758f018b5f45b7771c6e45acd0f656d7.tar.gz
slackbuilds-c43ab727758f018b5f45b7771c6e45acd0f656d7.tar.xz
python/ipython: Updated for version 8.12.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> 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 62bc15b07d..a17398658a 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.11.0}
+VERSION=${VERSION:-8.12.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/ipython/ipython.info b/python/ipython/ipython.info
index 0d8b3b7e12..2654430b21 100644
--- a/python/ipython/ipython.info
+++ b/python/ipython/ipython.info
@@ -1,10 +1,10 @@
PRGNAM="ipython"
-VERSION="8.11.0"
+VERSION="8.12.0"
HOMEPAGE="http://ipython.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.11.0.tar.gz"
-MD5SUM="d1601937437f4ce74bea4c8b2cde6cd6"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.12.0.tar.gz"
+MD5SUM="06ab1d0a2a478d2b5138d8347f0405af"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="decorator python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit backcall python3-stack_data"
+REQUIRES="decorator python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit backcall python3-stack_data typing-extensions"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"