diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2019-07-01 07:03:35 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-06 07:00:13 +0700 |
commit | 9f93fbaf88ecc9b52869a7e05f3e5f7e921d53d7 (patch) | |
tree | 6432848d6ba934f10b843060ce54a770760ed62f /python/python3-ipython | |
parent | 9774beee93413e6f4cd0f2c7b9e2b20c36989d7e (diff) | |
download | slackbuilds-9f93fbaf88ecc9b52869a7e05f3e5f7e921d53d7.tar.gz |
python/python3-ipython: Updated for version 7.6.0.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'python/python3-ipython')
-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 6cf74da7c6..68f240fc98 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.5.0} +VERSION=${VERSION:-7.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-ipython/python3-ipython.info b/python/python3-ipython/python3-ipython.info index ef07bafccf..bc2cd82832 100644 --- a/python/python3-ipython/python3-ipython.info +++ b/python/python3-ipython/python3-ipython.info @@ -1,8 +1,8 @@ PRGNAM="python3-ipython" -VERSION="7.5.0" +VERSION="7.6.0" HOMEPAGE="http://ipython.org" -DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.5.0.tar.gz" -MD5SUM="dbdc53e3918f28fa335a173432402a00" +DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.6.0.tar.gz" +MD5SUM="8d28927eb3985c0de656aa36618705b4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="decorator ipython_genutils python3-jedi python3-pexpect pickleshare python3-prompt_toolkit Pygments simplegeneric traitlets backcall" |