Skip to content

Commit

Permalink
mail/py-email-validator: Update to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mekanix authored and neelchauhan committed Apr 26, 2022
1 parent e47f084 commit 0a2f88f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions mail/py-email-validator/Makefile
@@ -1,5 +1,5 @@
PORTNAME= email-validator
DISTVERSION= 1.1.1
DISTVERSION= 1.2.0
CATEGORIES= mail python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,8 +11,8 @@ COMMENT= Robust email address syntax and deliverability validation library
LICENSE= CC0-1.0
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.0.0:dns/py-idna@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dnspython>=1.15.0:dns/py-dnspython@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.15.0:dns/py-dnspython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}idna>=2.0.0:dns/py-idna@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
Expand Down
6 changes: 3 additions & 3 deletions mail/py-email-validator/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1590097219
SHA256 (email_validator-1.1.1.tar.gz) = 63094045c3e802c3d3d575b18b004a531c36243ca8d1cec785ff6bfcb04185bb
SIZE (email_validator-1.1.1.tar.gz) = 23581
TIMESTAMP = 1650876111
SHA256 (email_validator-1.2.0.tar.gz) = 565fd3a7aa4516772f55732d50d34d0a18680b5f62995aea8b4a55b62c90c517
SIZE (email_validator-1.2.0.tar.gz) = 27578

0 comments on commit 0a2f88f

Please sign in to comment.