python/python3-jedi: Updated for version 0.12.1.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2018-07-02 08:16:37 -07:00 committed by Willy Sudiarto Raharjo
parent e325e0be72
commit 3250d2bdfb
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.0}
VERSION=${VERSION:-0.12.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

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