diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-10-02 07:27:20 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-06 07:25:23 +0700 |
commit | 8caa59ba08c4e7f7916358ce2bf84044e04a430d (patch) | |
tree | c9413769ba6fddadb77253a08f6d56e6c29725c2 | |
parent | 62097900f955e8b719ebf6c2190be38c03456e24 (diff) | |
download | slackbuilds-8caa59ba08c4e7f7916358ce2bf84044e04a430d.tar.gz |
python/python3-ipython: Updated for version 7.0.1.
-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 30b562397e..0e7a5d409e 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:-6.5.0} +VERSION=${VERSION:-7.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-ipython/python3-ipython.info b/python/python3-ipython/python3-ipython.info index 264b16fb08..83c87b26fd 100644 --- a/python/python3-ipython/python3-ipython.info +++ b/python/python3-ipython/python3-ipython.info @@ -1,8 +1,8 @@ PRGNAM="python3-ipython" -VERSION="6.5.0" +VERSION="7.0.1" HOMEPAGE="http://ipython.org" -DOWNLOAD="https://github.com/ipython/ipython/archive/6.5.0/ipython-6.5.0.tar.gz" -MD5SUM="c576a400849991455ddf56da1ad51d49" +DOWNLOAD="https://github.com/ipython/ipython/archive/7.0.1/ipython-7.0.1.tar.gz" +MD5SUM="842d31354e3996a83a39f30293748abc" 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" |