diff options
Diffstat (limited to 'python/python3-jedi')
-rw-r--r-- | python/python3-jedi/python3-jedi.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-jedi/python3-jedi.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-jedi/python3-jedi.SlackBuild b/python/python3-jedi/python3-jedi.SlackBuild index bd9cb29dffd0a..72e2c6caa1d85 100644 --- a/python/python3-jedi/python3-jedi.SlackBuild +++ b/python/python3-jedi/python3-jedi.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-jedi -# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # Copyright 2015-2017 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # @@ -25,7 +25,7 @@ SRCNAM=jedi PRGNAM=python3-$SRCNAM -VERSION=${VERSION:-0.13.2} +VERSION=${VERSION:-0.13.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-jedi/python3-jedi.info b/python/python3-jedi/python3-jedi.info index 12eb165f9de02..4a28a7fff0c1a 100644 --- a/python/python3-jedi/python3-jedi.info +++ b/python/python3-jedi/python3-jedi.info @@ -1,8 +1,8 @@ PRGNAM="python3-jedi" -VERSION="0.13.2" +VERSION="0.13.3" HOMEPAGE="https://github.com/davidhalter/jedi" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jedi/jedi-0.13.2.tar.gz" -MD5SUM="4872c7e589ea9f7f86e01a20ef642616" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jedi/jedi-0.13.3.tar.gz" +MD5SUM="46c12589de9df839ff6be79c5009766d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-parso" |