python-email-validator 1.3.0-1 source package in Ubuntu

Changelog

python-email-validator (1.3.0-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ Sergio Durigan Junior ]
  * d/control: Bump Standards-Version to 4.6.2; no changes needed.
  * New upstream version 1.3.0 (Closes: #1023845)
  * d/control: Add Rules-Requires-Root: no.

 -- Sergio Durigan Junior <email address hidden>  Sat, 24 Dec 2022 00:21:27 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-email-validator_1.3.0-1.dsc 2.3 KiB 406cb9ced740870452f544c544c80cb53a4a1847b6b07b08226df57f3e2da14d
python-email-validator_1.3.0.orig.tar.gz 27.9 KiB 1f5b38b5f6b8455468f2c557e887c442d455931ee1523c6eb40c6f7ce119d99b
python-email-validator_1.3.0-1.debian.tar.xz 2.9 KiB eb55a459da824093a2d3184ea8fe1934cfb883124eab7d46bf07ad0725313e69

Available diffs

No changes file available.

Binary packages built by this source

python3-email-validator: Robust email address syntax and deliverability validation library (Python 3)

 This library validates that a string is of the form x@y.com. This is
 the sort of validation you would want for an email-based 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 (super important for internationalized
    addresses!).