diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-09-08 12:51:58 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-09 06:32:51 +0700 |
commit | a8d5131c6b566fa1868efb7d2ef4f4269bafaa0c (patch) | |
tree | e85b03526c3d9d998d6ab6a98fc44b757d019de0 /python/python3-jedi | |
parent | fdb1b8457070b9d4239af0cd5a517e4e1a54e3a0 (diff) |
python/python3-jedi: Version bump to 0.19.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-jedi')
-rw-r--r-- | python/python3-jedi/python3-jedi.SlackBuild | 3 | ||||
-rw-r--r-- | python/python3-jedi/python3-jedi.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/python/python3-jedi/python3-jedi.SlackBuild b/python/python3-jedi/python3-jedi.SlackBuild index 30b30a0efbed2..289a28d1b0f42 100644 --- a/python/python3-jedi/python3-jedi.SlackBuild +++ b/python/python3-jedi/python3-jedi.SlackBuild @@ -5,6 +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> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-jedi -VERSION=${VERSION:-0.18.2} +VERSION=${VERSION:-0.19.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-jedi/python3-jedi.info b/python/python3-jedi/python3-jedi.info index d9c59a89df6f1..04e420e0ffceb 100644 --- a/python/python3-jedi/python3-jedi.info +++ b/python/python3-jedi/python3-jedi.info @@ -1,8 +1,8 @@ PRGNAM="python3-jedi" -VERSION="0.18.2" +VERSION="0.19.0" HOMEPAGE="https://github.com/davidhalter/jedi" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jedi/jedi-0.18.2.tar.gz" -MD5SUM="47e89a2b8bedcfeb1527fac37b9ba1b3" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jedi/jedi-0.19.0.tar.gz" +MD5SUM="948f1eecae170069739beb780da18e0f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-parso" |