python/python3-jedi: Update for 0.18.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-11-21 18:28:37 -08:00 committed by Willy Sudiarto Raharjo
parent 9b8e8c0d4d
commit 5611941e51
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-jedi
VERSION=${VERSION:-0.18.1}
VERSION=${VERSION:-0.18.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -90,7 +90,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
*.rst PKG-INFO *.txt docs/ \
AUTHORS.txt CHANGELOG.rst LICENSE.txt README.rst \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,8 +1,8 @@
PRGNAM="python3-jedi"
VERSION="0.18.1"
VERSION="0.18.2"
HOMEPAGE="https://github.com/davidhalter/jedi"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jedi/jedi-0.18.1.tar.gz"
MD5SUM="d8dba4a98a35530f7f5b461c20aff180"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jedi/jedi-0.18.2.tar.gz"
MD5SUM="47e89a2b8bedcfeb1527fac37b9ba1b3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-parso"