python/python3-validators: Version bump to 0.32.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-07-10 10:46:46 -07:00 committed by Willy Sudiarto Raharjo
parent 233fcac9e1
commit a2bd336b3e
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-validators
VERSION=${VERSION:-0.28.3}
VERSION=${VERSION:-0.32.0}
SRCNAM=${SRCNAM:-validators}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-validators"
VERSION="0.28.3"
VERSION="0.32.0"
HOMEPAGE="https://github.com/python-validators/validators"
DOWNLOAD="https://files.pythonhosted.org/packages/source/v/validators/validators-0.28.3.tar.gz"
MD5SUM="cce103104db757edb2a969dc7d1637c0"
DOWNLOAD="https://files.pythonhosted.org/packages/source/v/validators/validators-0.32.0.tar.gz"
MD5SUM="679e7482237d7fee0250f012edd51854"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-poetry-core python3-setuptools-opt"