python-idna 3.3-2 source package in Ubuntu

Changelog

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

  * Team upload.
  * Update standards version to 4.6.1, no changes needed.
  * Remove retired uploader.

 -- Bastian Germann <email address hidden>  Thu, 13 Jul 2023 15:54:23 +0200

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
Mantic release main python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-idna_3.3-2.dsc 1.9 KiB f7fe08567a7abdb70a90ddf24c52e2523b5495b82c7c01cf41e6e03d31e4f070
python-idna_3.3.orig.tar.gz 280.0 KiB 9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d
python-idna_3.3-2.debian.tar.xz 4.8 KiB 9133ade719ee8489abbcb9afcb4fc977df41dafc7cd261287234e80b23c213de

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.