python-idna 3.6-2 source package in Ubuntu

Changelog

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

  * Removed useless python3-poetry-core b-depends.

 -- Thomas Goirand <email address hidden>  Mon, 12 Feb 2024 17:44:12 +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
Noble release main python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-idna_3.6-2.dsc 2.0 KiB a85b07b4aa8e619916346912816caad36dc9bd09de627f2afdc121cc032106dd
python-idna_3.6.orig.tar.gz 171.3 KiB 9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca
python-idna_3.6-2.debian.tar.xz 5.2 KiB 9e687f963f0d52db80587b4485f30a32881e83ded0b599c53ea62d0a8443cf43

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.