Browse Source

python/python3-parso: updated for version 0.8.5

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/334/head
Arn0 3 weeks ago
committed by Willy Sudiarto Raharjo
parent
commit
400b1fb567
  1. 2
      python/python3-parso/python3-parso.SlackBuild
  2. 6
      python/python3-parso/python3-parso.info

2
python/python3-parso/python3-parso.SlackBuild

@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-parso
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-0.8.4}
VERSION=${VERSION:-0.8.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

6
python/python3-parso/python3-parso.info

@ -1,8 +1,8 @@
PRGNAM="python3-parso"
VERSION="0.8.4"
VERSION="0.8.5"
HOMEPAGE="https://github.com/davidhalter/parso"
DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.8.4/parso-0.8.4.tar.gz"
MD5SUM="c9c186cb65cc7bed8e2751ea94185e78"
DOWNLOAD="https://github.com/davidhalter/parso/archive/v0.8.5/parso-0.8.5.tar.gz"
MD5SUM="d8e255b57afb52cbd2880538795588c7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

Loading…
Cancel
Save