python-idna 3.2-2 source package in Ubuntu

Changelog

python-idna (3.2-2) unstable; urgency=medium

  * Uploading to unstable.
  * Add myself as uploader.

 -- Thomas Goirand <email address hidden>  Thu, 23 Dec 2021 15:26:29 +0100

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-idna_3.2-2.dsc 2.0 KiB bb0c8ffc1c35a9708889958d42de324c62666659fff676df57004b9ffccf257c
python-idna_3.2.orig.tar.gz 238.2 KiB 467fbad99067910785144ce333826c71fb0e63a425657295239737f7ecd125f3
python-idna_3.2-2.debian.tar.xz 4.8 KiB 9faa80b079d5930ef11da80a7cf038f0d598957dad6cd54b2c70b511ccb6026b

Available diffs

No changes file available.

Binary packages built by this source

python3-idna: Python IDNA2008 (RFC 5891) handling (Python 3)

 A library to support the Internationalised Domain Names in Applications (IDNA)
 protocol as specified in RFC 5891. This version of the protocol is often
 referred to as “IDNA2008” and can produce different results from the earlier
 standard from 2003.
 .
 The library is also intended to act as a suitable drop-in replacement for the
 “encodings.idna” module that comes with the Python standard library but
 currently only supports the older 2003 specification.
 .
 This package contains the module for Python 3.