python-email-validator
No description set
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
11
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-email-validator && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
email_validator-2.2.0.tar.gz | 0000043055 42 KB | |
ignore-urllib3-pyopenssl-warning.patch | 0000000421 421 Bytes | |
python-email-validator.changes | 0000011567 11.3 KB | |
python-email-validator.spec | 0000003361 3.28 KB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1184005
from
Dirk Mueller (dirkmueller)
(revision 9)
- update to 2.2.0: * Email addresses with internationalized local parts could, with rare Unicode characters, be returned as valid but actually be invalid in their normalized form (returned in the `normalized` field). Local parts now re-validated after Unicode NFC normalization to ensure that invalid characters cannot be injected into the normalized address and that characters with length-increasing NFC normalizations cannot cause a local part to exceed the maximum length after normalization. * The length check for email addresses with internationalized local parts is now also applied to the original address string prior to Unicode NFC normalization, which may be longer and could exceed the maximum email address length, to protect callers who do not use the returned normalized address. * Improved error message for IDNA domains that are too long or have invalid characters after Unicode normalization. * A new option to parse `My Name <address@domain>` strings, i.e. a display name plus an email address in angle brackets, is now available. It is off by default. * Improvements to Python typing. * Some additional tests added.
Comments 0