summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-email-validator_2.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-email-validator: upgrade 2.1.0 -> 2.1.1Wang Mingyu2024-06-111-12/+0
| | | | | | | | | | | | | | | | | Changelog: ========== - Fixed typo 'marking' instead of 'marketing' in case-insensitive mailbox name list. - When DNS-based deliverability checks fail, in some cases exceptions are now thrown with raise ... from for better nested exception tracking. - Fixed tests to work when no local resolver can be configured. - This project is now licensed under the Unlicense (instead of CC0). - Minor improvements to tests. - Minor improvements to code style. License-Update: Relicense under the Unlicense (instead of CC0) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-email-validator: upgrade 2.0.0 -> 2.1.0Khem Raj2023-11-061-0/+12
Signed-off-by: Khem Raj <raj.khem@gmail.com>