diff --git a/email_validator-2.1.1.tar.gz b/email_validator-2.1.1.tar.gz deleted file mode 100644 index 53807f3..0000000 --- a/email_validator-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:051fdaf98263be9afa52dcd50b6bc591708654b6b598b47e4a4080205a717fc1 -size 38305 diff --git a/email_validator-2.1.2.tar.gz b/email_validator-2.1.2.tar.gz new file mode 100644 index 0000000..a3908f4 --- /dev/null +++ b/email_validator-2.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1ece49c302ade45dd2d7f55608b3f0002a5c710c4b3e7ebd9201e818f397d3 +size 39016 diff --git a/python-email-validator.changes b/python-email-validator.changes index 4b110a0..0e7cbf6 100644 --- a/python-email-validator.changes +++ b/python-email-validator.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Jun 19 07:08:36 UTC 2024 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Thu Jun 6 07:38:28 UTC 2024 - Dirk Müller diff --git a/python-email-validator.spec b/python-email-validator.spec index 3c36ca4..bf0977e 100644 --- a/python-email-validator.spec +++ b/python-email-validator.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-email-validator -Version: 2.1.1 +Version: 2.1.2 Release: 0 Summary: A robust email syntax and deliverability validation library for Python License: CC0-1.0