python-idna 2.10-1 source package in Ubuntu

Changelog

python-idna (2.10-1) unstable; urgency=medium

  * Team upload.

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

  [ Sergio Durigan Junior ]
  * New upstream version 2.10.
  * d/tests/python3: Use '-s' instead of '-i' when invoking py3versions.
    This fixes the lintian warning
    runtime-test-file-uses-installed-python-versions.

 -- Sergio Durigan Junior <email address hidden>  Fri, 10 Jul 2020 14:19:14 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-idna_2.10-1.dsc 2.1 KiB c4350a0573ae2c1f1c32c33a2119ca6e497b839692ebcaaa6046d76357b2d56c
python-idna_2.10.orig.tar.gz 171.5 KiB b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6
python-idna_2.10-1.debian.tar.xz 4.6 KiB e2b5c6225ade51710ea21718a9b16bba632e235c4803c0daa5c3a9d7cfb6f541

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.