Name: | python3-email-validator |
---|---|
Version: | 1.0.5 |
Release: | 12.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 64235 |
License: | CC0-1.0 |
RPM: | python3-email-validator-1.0.5-12.el8.noarch.rpm |
Source RPM: | python-email-validator-1.0.5-12.el8.src.rpm |
Build Date: | Sat Jul 22 2023 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/JoshData/python-email-validator |
Summary: | A robust email syntax and deliverability validation library |
Description: | This library validates that address are of the form x@y.com. This is the sort of validation you would want for a login form on a website. Key features: - Good for validating email addresses used for logins/identity. - Friendly error messages when validation fails (appropriate to show to end users). - (optionally) Checks deliverability: Does the domain name resolve? - Supports internationalized domain names and (optionally) internationalized local parts. - Normalizes email addresses (important for internationalized addresses!). |
- Convert License to SPDX
- Better files listing
- Do not number the sole Source
- Reduce repetition in the spec file
- Reduce macro indirection in the spec file
- Implement changes from rhbz#1787419 to match rhbz#1733683
- Update to 1.0.5. - Review fixes.
- Initial package.