python/ipython: Update for 8.13.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2023-05-04 12:05:03 -07:00 committed by Willy Sudiarto Raharjo
parent c8af424a20
commit 2868cec0c3
2 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ipython
VERSION=${VERSION:-8.13.1}
VERSION=${VERSION:-8.13.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="ipython"
VERSION="8.13.1"
VERSION="8.13.2"
HOMEPAGE="http://ipython.org"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.13.1.tar.gz"
MD5SUM="6d8347f1f213b3b6eaf801752d81fb34"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.13.2.tar.gz"
MD5SUM="9f600e4ad64d051c40735ae89d4613a5"
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"