python/python3-jedi: Version bump to 0.19.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-11-13 07:50:11 -08:00 committed by Willy Sudiarto Raharjo
parent 8108b08772
commit 3e6a4efa5b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@
# Copyright 2015-2017 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2022 Isaac Yu <isaacyu@protonmail.com>
# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-jedi
SRCNAM=jedi
VERSION=${VERSION:-0.19.1}
VERSION=${VERSION:-0.19.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

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