aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2024-11-13 07:50:11 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-16 16:41:11 +0700
commit3e6a4efa5b41b71f378447b798110642d8679c62 (patch)
treecfd8d3c5597ee1a0c70ed5a50d548077d97d7c84 /python
parent8108b08772e992bbd3271524cd3a71eea9062140 (diff)
python/python3-jedi: Version bump to 0.19.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-jedi/python3-jedi.SlackBuild4
-rw-r--r--python/python3-jedi/python3-jedi.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-jedi/python3-jedi.SlackBuild b/python/python3-jedi/python3-jedi.SlackBuild
index 165ec677f52b..2fe283828e5f 100644
--- a/python/python3-jedi/python3-jedi.SlackBuild
+++ b/python/python3-jedi/python3-jedi.SlackBuild
@@ -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}
diff --git a/python/python3-jedi/python3-jedi.info b/python/python3-jedi/python3-jedi.info
index a3c2f807bff5..3d2503c7bb3b 100644
--- a/python/python3-jedi/python3-jedi.info
+++ b/python/python3-jedi/python3-jedi.info
@@ -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"