python/email-validator: Updated for version 2.1.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-03-02 15:54:18 -07:00 committed by Willy Sudiarto Raharjo
parent 1a6ed5e08d
commit f70f90ab66
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for email-validator
# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=email-validator
SRCNAM=${PRGNAM/-/_}
VERSION=${VERSION:-2.1.0.post1}
VERSION=${VERSION:-2.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="email-validator"
VERSION="2.1.0.post1"
VERSION="2.1.1"
HOMEPAGE="https://github.com/JoshData/python-email-validator"
DOWNLOAD="https://files.pythonhosted.org/packages/source/e/email-validator/email_validator-2.1.0.post1.tar.gz"
MD5SUM="0133fd3697bd23c8fd454e0104fcbe35"
DOWNLOAD="https://files.pythonhosted.org/packages/source/e/email-validator/email_validator-2.1.1.tar.gz"
MD5SUM="a836759afeb7efdc5d493fbdf8a1bae6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-dnspython"