python/python3-jedi: Updated for version 0.14.0.

This commit is contained in:
Benjamin Trigona-Harany 2019-06-21 11:28:18 -07:00 committed by Willy Sudiarto Raharjo
parent c61dd7247d
commit d4c8ff7882
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.13.3}
VERSION=${VERSION:-0.14.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-jedi"
VERSION="0.13.3"
VERSION="0.14.0"
HOMEPAGE="https://github.com/davidhalter/jedi"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jedi/jedi-0.13.3.tar.gz"
MD5SUM="46c12589de9df839ff6be79c5009766d"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jedi/jedi-0.14.0.tar.gz"
MD5SUM="8845cbe6ae3c4e667e7c7239afcbd70b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="parso"