dnspython 2.4.2-1ubuntu1 source package in Ubuntu

Changelog

dnspython (2.4.2-1ubuntu1) noble; urgency=medium

  * Merge from Debian unstable (LP: #2043954). Remaining changes:
    - Drop python-h2 & httpx (DNS Over HTTPS, DOH) to Suggests
    - Remove python3-sniffio from Suggests
    - Drop python-httpcore from Recommends to Suggests

 -- Pushkar Kulkarni <email address hidden>  Mon, 20 Nov 2023 10:48:32 +0530

Upload details

Uploaded by:
Pushkar Kulkarni
Sponsored by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dnspython_2.4.2.orig.tar.gz 320.4 KiB 8dcfae8c7460a2f84b4072e26f1c9f4101ca20c071649cb7c34e8b6a93d58984
dnspython_2.4.2-1ubuntu1.debian.tar.xz 6.9 KiB 083f7ff4893a5a7923ae275c00cbcaf07a8bcfb9fbe4f26d53ab7de241339e19
dnspython_2.4.2-1ubuntu1.dsc 2.5 KiB b45d9b01481a724c3a386aa972fbdf50d29403eeab7ab693f10cc998411fc639

Available diffs

View changes file

Binary packages built by this source

python3-dnspython: DNS toolkit for Python 3

 dnspython is a DNS toolkit for Python. It supports almost all record types. It
 can be used for queries, zone transfers, and dynamic updates. It supports TSIG
 authenticated messages and EDNS0.
 .
 With recommended additional dependencies installed it also support DNS Over
 HTTPS (DOH), DNSSEC, and non-ascii (IDNA) DNS operations. It can support
 asynchronous if python3-trio is installed, but this is not the default. DNS
 Over QUIC (DOQ) is supported if python3-aioquic is installed, also not the
 default.
 .
 dnspython provides both high and low level access to DNS. The high level
 classes perform queries for data of a given name, type, and class, and return
 an answer set. The low level classes allow direct manipulation of DNS zones,
 messages, names, and records.
 .
 This is the Python 3 version.