dnspython 2.3.0-1ubuntu1 source package in Ubuntu
Changelog
dnspython (2.3.0-1ubuntu1) lunar; urgency=medium * Drop python-h2 & httpx (DNS Over HTTPS, DOH) to Suggests (LP: 2004272) -- Lukas Märdian <email address hidden> Tue, 31 Jan 2023 14:37:06 +0100
Upload details
- Uploaded by:
- Lukas Märdian
- Uploaded to:
- Lunar
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dnspython_2.3.0.orig.tar.gz | 305.0 KiB | 224e32b03eb46be70e12ef6d64e0be123a64e621ab4c0822ff6d450d52a540b9 |
dnspython_2.3.0-1ubuntu1.debian.tar.xz | 6.5 KiB | a4b2f4c14bf0ec629e3613d23bd5246f3247928a3b733c62f22dd5cd38aab55c |
dnspython_2.3.0-1ubuntu1.dsc | 2.4 KiB | e65bced93d7af0d0af2f0c6ad208aac81767224cc81d5d007030d4ac4b15327a |
Available diffs
- diff from 2.2.1-2 (in Debian) to 2.3.0-1ubuntu1 (279.0 KiB)
- diff from 2.3.0-1 (in Debian) to 2.3.0-1ubuntu1 (835 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-sniffio and python3-trio are installed, but this is
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.