python/ipython: Upgraded for version 5.5.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2017-09-16 07:32:21 -07:00
parent f7c569d6d2
commit 0e698ef4a8
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
# Maintained by Benjamin-Trigona-Harany
PRGNAM=ipython
VERSION=${VERSION:-5.4.1}
VERSION=${VERSION:-5.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="ipython"
VERSION="5.4.1"
VERSION="5.5.0"
HOMEPAGE="http://ipython.org"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-5.4.1.tar.gz"
MD5SUM="1375f1503316e483d13f8997ed654828"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-5.5.0.tar.gz"
MD5SUM="61f627b9365f630887beb30a002f76fd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator jedi pexpect pickleshare prompt_toolkit Pygments shutil_get_terminal_size simplegeneric traitlets"