python/python3-jaraco.collections: Updated for version 3.8.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2022-11-19 09:41:42 +07:00 committed by Willy Sudiarto Raharjo
parent f3bcfdfd65
commit db658e2e9e
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-jaraco.collections
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
VERSION=${VERSION:-3.7.0}
VERSION=${VERSION:-3.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-jaraco.collections"
VERSION="3.7.0"
VERSION="3.8.0"
HOMEPAGE="https://github.com/jaraco/jaraco.collections"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco.collections-3.7.0.tar.gz"
MD5SUM="001ac4d5340f8e1e355e388a816b68b8"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco.collections-3.8.0.tar.gz"
MD5SUM="b23111fd553997d3f372c6e83f744ef0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-jaraco.classes python3-jaraco.text"