mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-validators: Version bump to 0.32.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
233fcac9e1
commit
a2bd336b3e
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.3}
|
||||
VERSION=${VERSION:-0.32.0}
|
||||
SRCNAM=${SRCNAM:-validators}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue