diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-25 16:56:00 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-27 09:18:57 -0700 |
commit | b803880cf03fc7a4d335e0208d916f66fded9ec2 (patch) | |
tree | 0b5066054944ac115dea6d6b373b9327747abea4 /meta-python/recipes-devtools/python | |
parent | 4009e28946c99472d6025eccb2a8f5c00267050e (diff) | |
download | meta-openembedded-b803880cf03fc7a4d335e0208d916f66fded9ec2.tar.gz |
python3-email-validator: upgrade 2.1.1 -> 2.2.0
Changelog:
===========
- 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).
- 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
- Improvements to Python typing.
- Some additional tests added.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-email-validator_2.2.0.bb (renamed from meta-python/recipes-devtools/python/python3-email-validator_2.1.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-email-validator_2.1.1.bb b/meta-python/recipes-devtools/python/python3-email-validator_2.2.0.bb index 90a22e5a0e..bf6b1cafeb 100644 --- a/meta-python/recipes-devtools/python/python3-email-validator_2.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-email-validator_2.2.0.bb | |||
@@ -3,7 +3,7 @@ SECTION = "devel/python" | |||
3 | LICENSE = "CC0-1.0" | 3 | LICENSE = "CC0-1.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2890aee62bd2a4c3197e2059016a397e" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2890aee62bd2a4c3197e2059016a397e" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "200a70680ba08904be6d1eef729205cc0d687634399a5924d842533efb824b84" | 6 | SRC_URI[sha256sum] = "cb690f344c617a714f22e66ae771445a1ceb46821152df8e165c5f9a364582b7" |
7 | 7 | ||
8 | PYPI_PACKAGE = "email_validator" | 8 | PYPI_PACKAGE = "email_validator" |
9 | 9 | ||