python/python3-ipython: Updated for version 7.13.0.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2020-04-04 11:02:42 -07:00 committed by Willy Sudiarto Raharjo
parent dd2bd11920
commit 14bc4cf3d6
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python3-ipython
VERSION=${VERSION:-7.12.0}
VERSION=${VERSION:-7.13.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-ipython"
VERSION="7.12.0"
VERSION="7.13.0"
HOMEPAGE="http://ipython.org"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.12.0.tar.gz"
MD5SUM="60511039f7fe08d29320b9749893f02c"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-7.13.0.tar.gz"
MD5SUM="de97012f2496dfcc6f005b68ca0eda4a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator ipython_genutils python3-jedi python3-pexpect pickleshare python3-prompt_toolkit Pygments simplegeneric traitlets backcall"