Mon, 17 Jun 2024 11:13:14 UTC | login

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

ID291517
Package Namepython-email-validator
Version2.1.1
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 – great for email-based registration/login forms or validing 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 29 Feb 2024 08:46:36 UTC
CompletedThu, 29 Feb 2024 08:46:36 UTC
Tags
f40
f41
RPMs
src
python-email-validator-2.1.1-1.fc40.src.rpm (info) (download)
noarch
python3-email-validator-2.1.1-1.fc40.noarch.rpm (info) (download)
Changelog * Mon Feb 26 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 2.1.1-1 - Update to 2.1.1 (close RHBZ#2266191) * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Jan 02 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 2.1.0-2 - Assert %pyproject_files contains a license file * 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