diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-11-28 14:15:43 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-01 21:41:20 +0700 |
commit | cc61a64404a5eb2e81db7a62cfcfe5b9f5c7a7d5 (patch) | |
tree | 59fd4f9def256be7f8a4a5da4abe8a5b8726692e /python/ipython | |
parent | 6a89488cc1af9dd145d5b1569c6db74ce409a4a2 (diff) |
python/ipython: Update for 8.7.0
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 b24dad842661..814a66271195 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.6.0} +VERSION=${VERSION:-8.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/ipython/ipython.info b/python/ipython/ipython.info index 202567ed5557..8cdcfbf2d1d7 100644 --- a/python/ipython/ipython.info +++ b/python/ipython/ipython.info @@ -1,8 +1,8 @@ PRGNAM="ipython" -VERSION="8.6.0" +VERSION="8.7.0" HOMEPAGE="http://ipython.org" -DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.6.0.tar.gz" -MD5SUM="8c98f6def0622ea32975cb779247c3d7" +DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.7.0.tar.gz" +MD5SUM="3adf9fca317512e5b3516a9ac25b3442" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="decorator ipython_genutils python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit simplegeneric backcall stack_data" |