diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-10-02 17:18:46 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-07 00:59:32 +0700 |
commit | da8f873e90f569982b5ccea54ada1796c704855f (patch) | |
tree | 7c4531d8ec31001172c4be54dbfbf4497d36ba9d /python/python3-jedi | |
parent | f303c3704a128a73bb1c821038e396fe23eab43a (diff) |
python/python3-jedi: Version bump to 0.19.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-jedi')
-rw-r--r-- | python/python3-jedi/python3-jedi.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-jedi/python3-jedi.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-jedi/python3-jedi.SlackBuild b/python/python3-jedi/python3-jedi.SlackBuild index 0d3edd3f5ddc2..165ec677f52bf 100644 --- a/python/python3-jedi/python3-jedi.SlackBuild +++ b/python/python3-jedi/python3-jedi.SlackBuild @@ -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} diff --git a/python/python3-jedi/python3-jedi.info b/python/python3-jedi/python3-jedi.info index 50349261704cb..a3c2f807bff59 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.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" |