mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/python-email-validator: bump to version 2.2.0
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
33ecf0db82
commit
0b779eb980
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/email-validator/json
|
||||
md5 a836759afeb7efdc5d493fbdf8a1bae6 email_validator-2.1.1.tar.gz
|
||||
sha256 200a70680ba08904be6d1eef729205cc0d687634399a5924d842533efb824b84 email_validator-2.1.1.tar.gz
|
||||
md5 593073eca56ac1e947d47b9b314f2f11 email_validator-2.2.0.tar.gz
|
||||
sha256 cb690f344c617a714f22e66ae771445a1ceb46821152df8e165c5f9a364582b7 email_validator-2.2.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 672179752e109134a3fb2bdd0780b29fdb7a03974f0f586a13aead5129562d4c LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_EMAIL_VALIDATOR_VERSION = 2.1.1
|
||||
PYTHON_EMAIL_VALIDATOR_VERSION = 2.2.0
|
||||
PYTHON_EMAIL_VALIDATOR_SOURCE = email_validator-$(PYTHON_EMAIL_VALIDATOR_VERSION).tar.gz
|
||||
PYTHON_EMAIL_VALIDATOR_SITE = https://files.pythonhosted.org/packages/63/82/2914bff80ebee8c027802a664ad4b4caad502cd594e358f76aff395b5e56
|
||||
PYTHON_EMAIL_VALIDATOR_SITE = https://files.pythonhosted.org/packages/48/ce/13508a1ec3f8bb981ae4ca79ea40384becc868bfae97fd1c942bb3a001b1
|
||||
PYTHON_EMAIL_VALIDATOR_SETUP_TYPE = setuptools
|
||||
PYTHON_EMAIL_VALIDATOR_LICENSE = Unlicense
|
||||
PYTHON_EMAIL_VALIDATOR_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user