python/python3-ipython: Updated for version 6.2.0.

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

View file

@ -25,7 +25,7 @@
SRCNAM=ipython
PRGNAM=python3-$SRCNAM
VERSION=${VERSION:-6.1.0}
VERSION=${VERSION:-6.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-ipython"
VERSION="6.1.0"
VERSION="6.2.0"
HOMEPAGE="http://ipython.org"
DOWNLOAD="https://github.com/ipython/ipython/archive/6.1.0/ipython-6.1.0.tar.gz"
MD5SUM="fe9735deed14637da8d96746b2f6eadf"
DOWNLOAD="https://github.com/ipython/ipython/archive/6.2.0/ipython-6.2.0.tar.gz"
MD5SUM="88b88f2ecd55362b9f6b1017f6fdbbd0"
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"