python-email-validator
No description set
- Developed at devel:languages:python
-
11
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-email-validator && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
email_validator-2.1.2.tar.gz | 0000039016 38.1 KB | |
ignore-urllib3-pyopenssl-warning.patch | 0000000421 421 Bytes | |
python-email-validator.changes | 0000010220 9.98 KB | |
python-email-validator.spec | 0000003361 3.28 KB |
Revision 8 (latest revision is 9)
Ana Guerrero (anag+factory)
accepted
request 1181682
from
Dirk Mueller (dirkmueller)
(revision 8)
- update to 2.1.2: * 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.
Comments 0