mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
python/python3-validators: Version bump to 0.28.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
00fcd3b4ea
commit
12fdb94c2e
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue