Sat, 24 Jan 2026 15:10:23 CST | login

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

ID14120
Package Namepython-email-validator
Version2.1.0
Release1.ocs23
Epoch
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 bybbrucezhang
State complete
Volume DEFAULT
StartedThu, 01 Aug 2024 19:59:31 CST
CompletedThu, 01 Aug 2024 20:02:43 CST
Taskbuild (dist-ocs23-epol9, /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-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
python-email-validator-2.1.0-1.ocs23.src.rpm (info) (download)
noarch
python3-email-validator-2.1.0-1.ocs23.noarch.rpm (info) (download)
Logs
noarch
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jun 28 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.1.0-1 - initial build