diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-05-04 12:05:03 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-05 07:51:04 +0700 |
commit | 2868cec0c3beebf9a87ccbcc0538cd88bea38bdd (patch) | |
tree | f2816dee0dec7bdf3d7702a09871e59a7fb54180 | |
parent | c8af424a20b88553371da18c716b7e9e8f763d5c (diff) |
python/ipython: Update for 8.13.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 c66b79d3053d..9fe476046684 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.13.1} +VERSION=${VERSION:-8.13.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/ipython/ipython.info b/python/ipython/ipython.info index 26d062ddbd29..594599908ddb 100644 --- a/python/ipython/ipython.info +++ b/python/ipython/ipython.info @@ -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" |