python/python3-validators: Version bump to 0.33.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-07-17 17:06:13 -07:00 committed by Willy Sudiarto Raharjo
parent 41f0083291
commit 08e632716d
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.32.0}
VERSION=${VERSION:-0.33.0}
SRCNAM=${SRCNAM:-validators}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

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