python/python3-validators: Version bump to 0.23.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-03-20 13:33:37 -07:00 committed by Willy Sudiarto Raharjo
parent f7c4729ff3
commit 5aa58a0bb0
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for python3-validators
# Copyright 2023 Jeremy Hansen jebrhansen+SBo@gmail.com
# Copyright 2023-2024 Jeremy Hansen jebrhansen+SBo@gmail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-validators
VERSION=${VERSION:-0.22.0}
VERSION=${VERSION:-0.23.2}
SRCNAM=${SRCNAM:-validators}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -75,7 +75,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
CHANGES.md LICENSE README.md \
CHANGES.md LICENSE.txt README.md SECURITY.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="python3-validators"
VERSION="0.22.0"
VERSION="0.23.2"
HOMEPAGE="https://github.com/python-validators/validators"
DOWNLOAD="https://github.com/python-validators/validators/archive/refs/tags/0.22.0/validators-0.22.0.tar.gz"
MD5SUM="7102ab3970cb039fe6e2b62de0dd8925"
DOWNLOAD="https://github.com/python-validators/validators/archive/refs/tags/0.23.2/validators-0.23.2.tar.gz"
MD5SUM="296407d9c150cb79eede49802dfb5d29"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-poetry-core python3-setuptools-opt"