Sun, 25 Jan 2026 12:24:39 CST | login

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

ID27941
Package Namepython-email-validator
Version2.1.0
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-email-validator.git?.#f86231e2ace2222b8e36ff30a53eea4dabcfbe3e
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 byfanjunkong
State complete
Volume DEFAULT
StartedMon, 05 Aug 2024 18:23:36 CST
CompletedMon, 05 Aug 2024 18:25:58 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-email-validator.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-email-validator.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-email-validator-2.1.0-1.oc9.src.rpm (info) (download)
noarch
python3-email-validator-2.1.0-1.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jun 28 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.1.0-1 - initial build