summaryrefslogtreecommitdiffstats
path: root/python/email-validator
diff options
context:
space:
mode:
author fourtysixandtwo2023-05-14 06:46:38 +0200
committer Willy Sudiarto Raharjo2023-05-20 06:17:20 +0200
commite241ba39249c4d0e2a4747f8ae8798cd0da27602 (patch)
tree64d22fad9488fd21f0bc0a2b01d7ef096f9c5d0d /python/email-validator
parent0fb4f4c81a038e91d6bb607e2f0d1145d1f75d7f (diff)
downloadslackbuilds-e241ba39249c4d0e2a4747f8ae8798cd0da27602.tar.gz
python/email-validator: Updated for version 2.0.0.post2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/email-validator')
-rw-r--r--python/email-validator/email-validator.SlackBuild6
-rw-r--r--python/email-validator/email-validator.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/email-validator/email-validator.SlackBuild b/python/email-validator/email-validator.SlackBuild
index e4bd903c7c..230af46a1f 100644
--- a/python/email-validator/email-validator.SlackBuild
+++ b/python/email-validator/email-validator.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for email-validator
-# Copyright 2022 fourtysixandtwo <fourtysixandtwo@sliderr.net>
+# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=email-validator
-SRCNAM=$(echo $PRGNAM | sed 's/\-/_/')
-VERSION=${VERSION:-1.3.1}
+SRCNAM=${PRGNAM/-/_}
+VERSION=${VERSION:-2.0.0.post2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/email-validator/email-validator.info b/python/email-validator/email-validator.info
index abc33733a1..bfc83b98e8 100644
--- a/python/email-validator/email-validator.info
+++ b/python/email-validator/email-validator.info
@@ -1,8 +1,8 @@
PRGNAM="email-validator"
-VERSION="1.3.1"
+VERSION="2.0.0.post2"
HOMEPAGE="https://github.com/JoshData/python-email-validator"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/e/email-validator/email_validator-1.3.1.tar.gz"
-MD5SUM="6423b8c6277ec31e7bae2a752718f4de"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/e/email-validator/email_validator-2.0.0.post2.tar.gz"
+MD5SUM="44964dda9d61c47935bfa15cce1d270c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""