diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-03-06 12:49:39 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-07 08:38:05 +0700 |
commit | 06e4dc7b0f37bfcff066f2c1e5eb11fdb649b6b3 (patch) | |
tree | 07ad2f172b02aa54a063786429b588bfbbed5ac1 /python/ipython/ipython.info | |
parent | 39dfe7a54a0dcc25ac78c2a82d0e45204423fa67 (diff) |
python/ipython: Update for 8.1.1 (+new stack_data dependency)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/ipython/ipython.info')
-rw-r--r-- | python/ipython/ipython.info | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/ipython/ipython.info b/python/ipython/ipython.info index 54ca435777678..4db98d94fb68f 100644 --- a/python/ipython/ipython.info +++ b/python/ipython/ipython.info @@ -1,10 +1,10 @@ PRGNAM="ipython" -VERSION="7.31.1" +VERSION="8.1.1" HOMEPAGE="http://ipython.org" -DOWNLOAD="https://files.pythonhosted.org/packages/fb/39/c1947dc1bb993a35469ca474535cb3214c91f5f9a7752a1fcbd9b6b37dde/ipython-7.31.1.tar.gz" -MD5SUM="6907b67691ba697173a3befb2c35f7ac" +DOWNLOAD="https://files.pythonhosted.org/packages/fb/09/3501e84f146738e509d2ce98b862542b0f1e3448634e116b83acd7cb0c74/ipython-8.1.1.tar.gz" +MD5SUM="5be0b383103159452d24a63e80678412" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="decorator ipython_genutils python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit simplegeneric backcall" +REQUIRES="decorator ipython_genutils python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit simplegeneric backcall stack_data" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |