pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/py-email_validator



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jun 17 15:23:34 UTC 2024

Modified Files:
        pkgsrc/mail/py-email_validator: Makefile distinfo

Log Message:
py-email_validator: updated to 2.1.2

2.1.2 (June 16, 2024)

The domain name length limit is corrected from 255 to 253 IDNA ASCII characters. I misread the RFCs.
When a domain name has no MX record but does have an A or AAAA record, if none of the IP addresses in the response are globally reachable (i.e. not Private-Use, Loopback, etc.), the response is 
treated as if there was no A/AAAA response and the email address will fail the deliverability check.
When a domain name has no MX record but does have an A or AAAA record, the mx field in the object returned by validate_email incorrectly held the IP addresses rather than the domain itself.
Fixes in tests.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/py-email_validator/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/py-email_validator/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/py-email_validator/Makefile
diff -u pkgsrc/mail/py-email_validator/Makefile:1.11 pkgsrc/mail/py-email_validator/Makefile:1.12
--- pkgsrc/mail/py-email_validator/Makefile:1.11        Tue Feb 27 08:39:39 2024
+++ pkgsrc/mail/py-email_validator/Makefile     Mon Jun 17 15:23:34 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2024/02/27 08:39:39 adam Exp $
+# $NetBSD: Makefile,v 1.12 2024/06/17 15:23:34 adam Exp $
 
-DISTNAME=      email_validator-2.1.1
+DISTNAME=      email_validator-2.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    mail python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/email-validator/}

Index: pkgsrc/mail/py-email_validator/distinfo
diff -u pkgsrc/mail/py-email_validator/distinfo:1.8 pkgsrc/mail/py-email_validator/distinfo:1.9
--- pkgsrc/mail/py-email_validator/distinfo:1.8 Tue Feb 27 08:39:39 2024
+++ pkgsrc/mail/py-email_validator/distinfo     Mon Jun 17 15:23:34 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/02/27 08:39:39 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/06/17 15:23:34 adam Exp $
 
-BLAKE2s (email_validator-2.1.1.tar.gz) = 636d311c4151f01007e27b642b781000cae045e4dd4e6a2281e33cafe2f15600
-SHA512 (email_validator-2.1.1.tar.gz) = 659bc5ec1583ff0fdeb256f57ac2506089758772fb471a49865cdee62af3f96a43ff21a94099bb13b69f1efff20952f33ad6bf0cb1bea0793285820948c9fdb4
-Size (email_validator-2.1.1.tar.gz) = 44709 bytes
+BLAKE2s (email_validator-2.1.2.tar.gz) = 5d8a997ea252920272f70cd899628aa91a207dc21a5350db9b46883762cf1b5a
+SHA512 (email_validator-2.1.2.tar.gz) = 43069b7fd0eafce5e7f46cc02e3e10bec796204f498af9c8bf358f6091fae2805611e1f6c05e6c7e2334985d1a57450753d3bc5e05fbb2ecf3b7d02b21173af5
+Size (email_validator-2.1.2.tar.gz) = 45112 bytes



Home | Main Index | Thread Index | Old Index