dnspython 2.4.1-1ubuntu2 source package in Ubuntu
Changelog
dnspython (2.4.1-1ubuntu2) mantic; urgency=medium * d/control: Move the httpcore dependency to Suggests (LP: #2030475) -- Pushkar Kulkarni <email address hidden> Mon, 07 Aug 2023 17:40:17 +0530
Upload details
- Uploaded by:
- Pushkar Kulkarni
- Sponsored by:
- Lukas Märdian
- Uploaded to:
- Mantic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dnspython_2.4.1.orig.tar.gz | 320.2 KiB | c33971c79af5be968bb897e95c2448e11a645ee84d93b265ce0b7aabe5dfdca8 |
dnspython_2.4.1-1ubuntu2.debian.tar.xz | 6.9 KiB | 509c38bdeff89d42ce47938d3042652f0dc0e4ae8eeace9ce73ffcf762ef80c3 |
dnspython_2.4.1-1ubuntu2.dsc | 2.5 KiB | b78ad2d6a7cc15825371e26e3fac04e259fadbd1ceba83fd41bd5c9c52ad8412 |
Available diffs
- diff from 2.4.1-1ubuntu1 to 2.4.1-1ubuntu2 (642 bytes)
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.