python/python3-jedi: Version bump to 0.19.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2023-10-02 17:18:46 -07:00 committed by Willy Sudiarto Raharjo
parent f303c3704a
commit da8f873e90
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-jedi
SRCNAM=jedi
VERSION=${VERSION:-0.19.0}
VERSION=${VERSION:-0.19.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-jedi"
VERSION="0.19.0"
VERSION="0.19.1"
HOMEPAGE="https://github.com/davidhalter/jedi"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jedi/jedi-0.19.0.tar.gz"
MD5SUM="948f1eecae170069739beb780da18e0f"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jedi/jedi-0.19.1.tar.gz"
MD5SUM="0951191b506b660bfdb90c3dcd5b3254"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-parso"