python/ipython: Upgraded for version 5.4.1.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2017-06-30 20:39:15 -07:00 committed by Willy Sudiarto Raharjo
parent 5c08643cc1
commit 131edc8607
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.0}
VERSION=${VERSION:-5.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

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