python-precis-i18n 1.0.5-2 source package in Ubuntu

Changelog

python-precis-i18n (1.0.5-2) unstable; urgency=medium

  * Fix debian/watch
  [Debian Janitor <email address hidden>]
  * Set upstream metadata fields: Repository-Browse.

 -- Martin <email address hidden>  Mon, 27 Feb 2023 22:18:58 +0000

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-precis-i18n_1.0.5-2.dsc 2.1 KiB c078fec92821a805ad787a2a5a81fd79013259fc8dee85b7f4fef82df4a9a6c2
python-precis-i18n_1.0.5.orig.tar.gz 239.8 KiB a838f08c7348856123d7339141b7819889666b0e6bd6e3d0de346dd69bad7842
python-precis-i18n_1.0.5-2.debian.tar.xz 2.6 KiB f9e772148bcd45e3555860c8befceabfaa8643a364601493e7b6da864794280b

Available diffs

No changes file available.

Binary packages built by this source

python3-precis-i18n: internationalized usernames and passwords

 If you want your application to accept unicode user names and
 passwords, you must be careful in how you validate and compare them.
 The PRECIS framework makes internationalized user names and passwords
 safer for use by applications. PRECIS profiles transform unicode
 strings into a canonical form, suitable for comparison.
 .
 This module implements the PRECIS Framework as described in:
 .
  - PRECIS Framework: Preparation, Enforcement, and Comparison of
    Internationalized Strings in Application Protocols (RFC 8264)
  - Preparation, Enforcement, and Comparison of Internationalized
    Strings Representing Usernames and Passwords (RFC 8265)
  - Preparation, Enforcement, and Comparison of Internationalized
    Strings Representing Nicknames (RFC 8266)