diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-07-29 15:37:41 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-08-03 11:59:07 -0400 |
| commit | 77d82d1ca61635e05e11404437d2ca1bf8e723b5 (patch) | |
| tree | 9bd52ba6a1bb445a45f42429b7ad71e51ca53538 /meta-python/recipes-devtools/python/python3-email-validator_2.1.1.bb | |
| parent | ec85533ee538c0a91bf8fb219d134c4fca123def (diff) | |
| download | meta-openembedded-77d82d1ca61635e05e11404437d2ca1bf8e723b5.tar.gz | |
python3-email-validator: upgrade 2.1.0 -> 2.1.1
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>
(cherry picked from commit 0dd1264a9499b213ff9edd3618ea2a3e8fae9c56)
Signed-off-by: Richard Leitner <dev@g0hl1n.net>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-email-validator_2.1.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-email-validator_2.1.1.bb | 12 |
1 files changed, 12 insertions, 0 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.1.1.bb new file mode 100644 index 0000000000..90a22e5a0e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-email-validator_2.1.1.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | SUMMARY = "A robust email address syntax and deliverability validation library." | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "CC0-1.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2890aee62bd2a4c3197e2059016a397e" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "200a70680ba08904be6d1eef729205cc0d687634399a5924d842533efb824b84" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "email_validator" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += "python3-dnspython python3-idna" | ||
