python/ipython: Upgraded for version 5.8.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2018-07-30 22:32:35 -07:00 committed by Willy Sudiarto Raharjo
parent 4463954e12
commit fde65389da
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ipython
VERSION=${VERSION:-5.7.0}
VERSION=${VERSION:-5.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="ipython"
VERSION="5.7.0"
VERSION="5.8.0"
HOMEPAGE="http://ipython.org"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-5.7.0.tar.gz"
MD5SUM="ccf4f85bab1b086a439c1f9256e30c9a"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-5.8.0.tar.gz"
MD5SUM="7014b8824981eef2cb893ea5398d6b8d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator jedi pexpect pickleshare prompt_toolkit1 Pygments shutil_get_terminal_size simplegeneric traitlets"