python/python3-jaraco.classes: Updated for version 3.2.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2022-11-04 00:46:00 +00:00 committed by Willy Sudiarto Raharjo
parent d9e11379d5
commit 603927bed8
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.classes PRGNAM=python3-jaraco.classes
SRCNAM=$(echo $PRGNAM | sed "s/python3-//") SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
VERSION=${VERSION:-3.2.2} VERSION=${VERSION:-3.2.3}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-jaraco.classes" PRGNAM="python3-jaraco.classes"
VERSION="3.2.2" VERSION="3.2.3"
HOMEPAGE="https://github.com/jaraco/jaraco.classes" HOMEPAGE="https://github.com/jaraco/jaraco.classes"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.classes/jaraco.classes-3.2.2.tar.gz" DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.classes/jaraco.classes-3.2.3.tar.gz"
MD5SUM="2a5cad50af98c16639116f87f2cced7d" MD5SUM="a661acdae43995c08500324a8df62f03"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="python3-more-itertools wheel" REQUIRES="python3-more-itertools wheel"