Sat, 24 Jan 2026 14:51:12 CST | login

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

ID40379
Package Namepython-email-validator
Version2.1.0
Release4.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-email-validator.git?.#cb52e0c41922c6f39bc9226482e56e0d05687cad
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
StartedFri, 13 Jun 2025 23:22:12 CST
CompletedFri, 13 Jun 2025 23:25:27 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-4.oc9.src.rpm (info) (download)
noarch
python3-email-validator-2.1.0-4.oc9.noarch.rpm (info) (download)
Logs
noarch
dnf.rpm.log
build.log
dnf.librepo.log
hw_info.log
dnf.log
mock_output.log
state.log
root.log
installed_pkgs.log
mock_config.log
noarch_rpmdiff.json
Changelog * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - 2.1.0-4 - Rebuilt for loongarch64 * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - 2.1.0-3 - Rebuilt for loongarch64 * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - 2.1.0-2 - Rebuilt for loongarch64 * Fri Jun 28 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.1.0-1 - initial build