diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-06-01 17:09:13 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-04 10:37:20 +0700 |
commit | cdfc0b36950433894dcfbb9325db9e51c4ef9671 (patch) | |
tree | fadca42b6afa6a2655c24125b6e458cb04086f0b /python | |
parent | 03f0407421931694a713f51b16813202ec2d44fb (diff) |
python/ipython: Update for 8.4.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 18b970e2a10e6..acbbaa28ca7f2 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.3.0} +VERSION=${VERSION:-8.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/ipython/ipython.info b/python/ipython/ipython.info index 933869903ce64..30e2b7288fc3f 100644 --- a/python/ipython/ipython.info +++ b/python/ipython/ipython.info @@ -1,8 +1,8 @@ PRGNAM="ipython" -VERSION="8.3.0" +VERSION="8.4.0" HOMEPAGE="http://ipython.org" -DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.3.0.tar.gz" -MD5SUM="2c334d241c66551125467b583fc1871e" +DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.4.0.tar.gz" +MD5SUM="dc5d78f3d622b027a0f32f9a545b44ff" 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" |