python/python3-inflect: Updated for version 6.0.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2022-11-04 00:39:11 +00:00 committed by Willy Sudiarto Raharjo
parent 3491f57516
commit 128036ccb7
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="python3-inflect"
VERSION="6.0.0"
VERSION="6.0.2"
HOMEPAGE="https://github.com/jaraco/inflect"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/inflect/inflect-6.0.0.tar.gz"
MD5SUM="ab926584701514d1ab005096d53f7b87"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/inflect/inflect-6.0.2.tar.gz"
MD5SUM="e7aad8f161ee9c85c7d125af69ae661f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-pydantic"