diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-04-28 19:35:34 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-04 09:06:47 +0700 |
commit | 891f49caf225892f2a6c5e17ae58bbdfa1c73924 (patch) | |
tree | 8f5174ae9db62af6eec4545886f10b89f70eb7d5 | |
parent | 0b68d05622fd9004be2f671cf2734660538a03c6 (diff) |
python/python3-ipython: Updated for version 7.5.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
-rw-r--r-- | python/python3-ipython/python3-ipython.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-ipython/python3-ipython.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-ipython/python3-ipython.SlackBuild b/python/python3-ipython/python3-ipython.SlackBuild index 90c3b0433d0e..6cf74da7c65e 100644 --- a/python/python3-ipython/python3-ipython.SlackBuild +++ b/python/python3-ipython/python3-ipython.SlackBuild @@ -24,7 +24,7 @@ SRCNAM=ipython PRGNAM=python3-$SRCNAM -VERSION=${VERSION:-7.4.0} +VERSION=${VERSION:-7.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-ipython/python3-ipython.info b/python/python3-ipython/python3-ipython.info index 166a32a931f5..416289fd5237 100644 --- a/python/python3-ipython/python3-ipython.info +++ b/python/python3-ipython/python3-ipython.info @@ -1,8 +1,8 @@ PRGNAM="python3-ipython" -VERSION="7.4.0" +VERSION="7.5.0" HOMEPAGE="http://ipython.org" -DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.4.0.tar.gz" -MD5SUM="826178c87b7b96651ce8b26a779e3016" +DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.5.0.tar.gz" +MD5SUM="dbdc53e3918f28fa335a173432402a00" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-decorator python3-ipython_genutils python3-jedi python3-pexpect python3-pickleshare python3-prompt_toolkit python3-Pygments python3-simplegeneric python3-traitlets backcall" |