python/python3-jedi: Updated for version 0.15.1.

This commit is contained in:
Benjamin Trigona-Harany 2019-09-02 15:38:58 -07:00 committed by Willy Sudiarto Raharjo
parent 6dbfe008d3
commit 9cd20b0b3e
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.14.1}
VERSION=${VERSION:-0.15.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-jedi"
VERSION="0.14.1"
VERSION="0.15.1"
HOMEPAGE="https://github.com/davidhalter/jedi"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jedi/jedi-0.14.1.tar.gz"
MD5SUM="ed52eaedd0da8ad27287bbd954ef56c8"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jedi/jedi-0.15.1.tar.gz"
MD5SUM="ba88266caac41988ffb4fd6041a3c354"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="parso"