diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-04-28 11:59:26 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-29 18:11:51 +0700 |
commit | cfa4b891ab09c1f64a74a3f90bf39cb671735b66 (patch) | |
tree | 84959fc69a54651c7b84bc21b6b020bcbf907013 /python/ipython | |
parent | 330e728cd44eb362e111288401b1ff4c09c81f1a (diff) |
python/ipython: Updated for version 8.13.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.SlackBuild | 2 | ||||
-rw-r--r-- | python/ipython/ipython.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/ipython/ipython.SlackBuild b/python/ipython/ipython.SlackBuild index a17398658a91f..52ce4fcd914b0 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.12.0} +VERSION=${VERSION:-8.13.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/ipython/ipython.info b/python/ipython/ipython.info index 2654430b21f4f..b89a2fc745905 100644 --- a/python/ipython/ipython.info +++ b/python/ipython/ipython.info @@ -1,8 +1,8 @@ PRGNAM="ipython" -VERSION="8.12.0" +VERSION="8.13.0" HOMEPAGE="http://ipython.org" -DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.12.0.tar.gz" -MD5SUM="06ab1d0a2a478d2b5138d8347f0405af" +DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.13.0.tar.gz" +MD5SUM="11ac162f37c6569c4b7f5de2dc039b89" 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" |