diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-02 03:35:03 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-03 08:48:28 +0700 |
commit | 20be20cc6c243fd616dabd29bb2f4b79294dc813 (patch) | |
tree | 0be699ccd333fad855c77262709f3a89bd9f638d | |
parent | d361f71aa280d0bba953e2bc9852514fa426ac4d (diff) | |
download | slackbuilds-20be20cc6c243fd616dabd29bb2f4b79294dc813.tar.gz |
python/python3-ipython: Updated for version 7.22.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-ipython/python3-ipython.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-ipython/python3-ipython.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-ipython/python3-ipython.SlackBuild b/python/python3-ipython/python3-ipython.SlackBuild index f31103a459..d9388b540e 100644 --- a/python/python3-ipython/python3-ipython.SlackBuild +++ b/python/python3-ipython/python3-ipython.SlackBuild @@ -2,7 +2,7 @@ # SlackBuild for python3-ipython -# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python3-ipython -VERSION=${VERSION:-7.19.0} +VERSION=${VERSION:-7.22.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-ipython/python3-ipython.info b/python/python3-ipython/python3-ipython.info index 9141c176d7..b376e863b1 100644 --- a/python/python3-ipython/python3-ipython.info +++ b/python/python3-ipython/python3-ipython.info @@ -1,8 +1,8 @@ PRGNAM="python3-ipython" -VERSION="7.19.0" +VERSION="7.22.0" HOMEPAGE="http://ipython.org" -DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.19.0.tar.gz" -MD5SUM="33bdc8287c827aae23699751b0ed3f7a" +DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.22.0.tar.gz" +MD5SUM="852137f493e62e5730a1245cd91e0636" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="decorator ipython_genutils python3-jedi python3-pexpect pickleshare python3-prompt_toolkit Pygments simplegeneric traitlets backcall" |