python/python3-pathspec: Updated for version 0.10.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2022-12-10 21:23:06 -07:00 committed by Willy Sudiarto Raharjo
parent ad341a5ce7
commit ed011af6d1
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pathspec
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
VERSION=${VERSION:-0.10.2}
VERSION=${VERSION:-0.10.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-pathspec"
VERSION="0.10.2"
VERSION="0.10.3"
HOMEPAGE="https://github.com/cpburnz/python-pathspec"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-0.10.2.tar.gz"
MD5SUM="28c87c3581b10152c4581d10fe33f765"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-0.10.3.tar.gz"
MD5SUM="d89408b52aff020ac768a14c0ef1c7de"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build python3-installer wheel"