dnspython 2.0.0+really1.16.0-2ubuntu3 source package in Ubuntu
Changelog
dnspython (2.0.0+really1.16.0-2ubuntu3) jammy; urgency=medium * Fix MutableMapping import for Python 3.10. -- Matthias Klose <email address hidden> Thu, 11 Nov 2021 17:43:21 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dnspython_2.0.0+really1.16.0.orig.tar.gz | 163.3 KiB | b339ac2eb070d0133f020a6e0cc137a10fc380f3eba3e0655d62a19e64626cbd |
dnspython_2.0.0+really1.16.0-2ubuntu3.debian.tar.xz | 6.3 KiB | 0d3a32f10847a420fb13d583cdd01d9d7068335db4f4c3da769f7e0851a94a11 |
dnspython_2.0.0+really1.16.0-2ubuntu3.dsc | 2.4 KiB | fffde5238490db2370d52bc3d36cc055bc8f39c2ec1ea08902912142f8feecde |
Available diffs
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.