python/python3-jedi: Updated for version 0.13.1.

This commit is contained in:
Benjamin Trigona-Harany 2018-10-04 20:57:28 -07:00 committed by Willy Sudiarto Raharjo
parent e03f6f28b5
commit 5cc8c18362
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
SRCNAM=jedi
PRGNAM=python3-$SRCNAM
VERSION=${VERSION:-0.12.1}
VERSION=${VERSION:-0.13.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-jedi"
VERSION="0.12.1"
VERSION="0.13.1"
HOMEPAGE="https://github.com/davidhalter/jedi"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jedi/jedi-0.12.1.tar.gz"
MD5SUM="2c692d02a8665bf5500a81dc1684d65f"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jedi/jedi-0.13.1.tar.gz"
MD5SUM="5fabeab1810539bd2944b446ed5d437c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-parso"