diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-10-30 12:43:52 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:20 +0700 |
commit | 5b0501c0dd01d3b0550a92e28634277847e37763 (patch) | |
tree | 0a25ba084cb34ad76f6f177e975605303f0a9ebf /python | |
parent | d5b22d9ed806b31219068a4fc190fe37b93fe704 (diff) | |
download | slackbuilds-5b0501c0dd01d3b0550a92e28634277847e37763.tar.gz |
python/ipython: Updated for version 8.6.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 e9287ee8bf..b24dad8426 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.5.0} +VERSION=${VERSION:-8.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/ipython/ipython.info b/python/ipython/ipython.info index a9ada501f1..202567ed55 100644 --- a/python/ipython/ipython.info +++ b/python/ipython/ipython.info @@ -1,8 +1,8 @@ PRGNAM="ipython" -VERSION="8.5.0" +VERSION="8.6.0" HOMEPAGE="http://ipython.org" -DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.5.0.tar.gz" -MD5SUM="be9e6bb9e37920d1e9e51558308831ad" +DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.6.0.tar.gz" +MD5SUM="8c98f6def0622ea32975cb779247c3d7" 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" |