Mon, 17 Jun 2024 10:59:14 UTC | login

Information for build python-email-validator-2.1.0-1.fc40

ID255327
Package Namepython-email-validator
Version2.1.0
Release1.fc40
Epoch
SummaryA robust email syntax and deliverability validation library
DescriptionThis library validates that a string is of the form name@example.com 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 – good for registration/login forms or other uses related to identifying users. • 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 23 Oct 2023 07:28:39 UTC
CompletedMon, 23 Oct 2023 07:28:39 UTC
Tags
f40
RPMs
src
python-email-validator-2.1.0-1.fc40.src.rpm (info) (download)
noarch
python3-email-validator-2.1.0-1.fc40.noarch.rpm (info) (download)
Changelog * Sun Oct 22 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 2.1.0-1 - Update to 2.1.0 (close RHBZ#2245518) * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jul 13 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 2.0.0-6 - Don’t package CONTRIBUTING.md; do package CHANGELOG.md * Thu Jul 13 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 2.0.0-5 - Improve the package description * Thu Jul 13 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 2.0.0-4 - Record that upstream was asked to consider relicensing * Thu Jul 13 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 2.0.0-3 - Do not number the sole Source * Wed Jun 28 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 2.0.0-1 - Update to 2.0.0 (close RHBZ#2203865) * Wed Jun 28 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.3.1-1 - Update to 1.3.1 * Wed Jun 28 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.2.1-1 - Update to 1.2.1 (includes breaking changes from 1.x) * Wed Jun 28 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.3-1 - Update to 1.1.3 * Wed Jun 28 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.1-11 - Update License to SPDX - Fix up a few obsolete packaging practices - Do not repeat the description text in the spec file - Remove unnecessary and unwanted coverage dependencies - Port to pyproject-rpm-macros * Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 1.1.1-10 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 1.1.1-7 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild