python/python3-jedi: Updated for version 0.13.3.

This commit is contained in:
Benjamin Trigona-Harany 2019-02-26 12:43:27 -08:00 committed by Willy Sudiarto Raharjo
parent e27401bbd4
commit ccb96f8ab8
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for python3-jedi
# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2015-2017 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
@ -25,7 +25,7 @@
SRCNAM=jedi
PRGNAM=python3-$SRCNAM
VERSION=${VERSION:-0.13.2}
VERSION=${VERSION:-0.13.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

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