python/python3-validators: Version bump to 0.28.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-04-19 18:27:27 -07:00 committed by Willy Sudiarto Raharjo
parent 00fcd3b4ea
commit 12fdb94c2e
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.0}
VERSION=${VERSION:-0.28.1}
SRCNAM=${SRCNAM:-validators}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-validators"
VERSION="0.28.0"
VERSION="0.28.1"
HOMEPAGE="https://github.com/python-validators/validators"
DOWNLOAD="https://files.pythonhosted.org/packages/source/v/validators/validators-0.28.0.tar.gz"
MD5SUM="b78e17994e021a82c4aceeb58ba54f32"
DOWNLOAD="https://files.pythonhosted.org/packages/source/v/validators/validators-0.28.1.tar.gz"
MD5SUM="6181e240819914aa33aba4e978db61d4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-poetry-core python3-setuptools-opt"