Fedora 39 Update: python-email-validator-2.2.0-2.fc39

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2024-b32cf93978
2024-07-01 01:33:14.869119
--------------------------------------------------------------------------------

Name        : python-email-validator
Product     : Fedora 39
Version     : 2.2.0
Release     : 2.fc39
URL         : https://github.com/JoshData/python-email-validator
Summary     : A robust email syntax and deliverability validation library
Description :
This library validates that a string is of the form name@xxxxxxxxxxx and
optionally checks that the domain name is set up to receive email. This is the
sort of validation you would want when you are identifying users by their email
address like on a registration/login form (but not necessarily for composing an
email message).

Key features:

  â?¢ Checks that an email address has the correct syntax â?? great for
    email-based registration/login forms or validating data.
  â?¢ Gives friendly English error messages when validation fails that you can
    display to end-users.
  â?¢ Checks deliverability (optional): Does the domain name resolve? (You can
    override the default DNS resolver to add query caching.)
  â?¢ Supports internationalized domain names and internationalized local parts.
  â?¢ Rejects addresses with unsafe Unicode characters, obsolete email address
    syntax that youâ??d find unexpected, special use domain names like
    @localhost, and domains without a dot by default. This is an opinionated
    library!
  â?¢ Normalizes email addresses (important for internationalized and
    quoted-string addresses!)
  â?¢ Python type annotations are used.

--------------------------------------------------------------------------------
Update Information:

2.2.0 (June 20, 2024)
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.
2.1.2 (June 16, 2024)
The domain name length limit is corrected from 255 to 253 IDNA ASCII characters.
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.
--------------------------------------------------------------------------------
ChangeLog:

* Fri Jun 21 2024 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 2.2.0-2
- Add a man page for the email_validator command
* Fri Jun 21 2024 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 2.2.0-1
- Update to 2.2.0 (close RHBZ#2293525)
* Fri Jun 21 2024 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 2.1.2-3
- Apply a patch to fix typos
- This includes user-visible fixes for minor typos in README.md and
  CHANGELOG.md
* Fri Jun 21 2024 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 2.1.2-2
- Fix a minor typo in the description
* Mon Jun 17 2024 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 2.1.2-1
- Update to 2.1.2 (close RHBZ#2292616)
* Fri Jun  7 2024 Python Maint <python-maint@xxxxxxxxxx> - 2.1.1-2
- Rebuilt for Python 3.13
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2292616 - python-email-validator-2.1.2 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=2292616
--------------------------------------------------------------------------------

This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2024-b32cf93978' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------

-- 
_______________________________________________
package-announce mailing list -- package-announce@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-announce-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-announce@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue

[Index of Archives]     [Fedora Users]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]

  Powered by Linux