dnspython 2.1.0-1ubuntu1 source package in Ubuntu
Changelog
dnspython (2.1.0-1ubuntu1) jammy; urgency=medium * d/p/ubuntu-disable-online-tests.patch: Restored patch from a previous release to disable online tests. -- Corey Bryant <email address hidden> Wed, 15 Dec 2021 10:48:52 -0500
Upload details
- Uploaded by:
- Corey Bryant
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dnspython_2.1.0.orig.tar.xz | 179.6 KiB | 99a8d30d314b5818e328f8f423f13b2e1d780750f376acd732158ac93da68fe0 |
dnspython_2.1.0-1ubuntu1.debian.tar.xz | 7.4 KiB | 5c152bcd97f5b4ec3725d473148e5826b03b31eef29174acc055e942c17d05d6 |
dnspython_2.1.0-1ubuntu1.dsc | 2.3 KiB | b77809586a79e41c5ec6322ae6ab064621958eb3548fb0a11255472bb128421f |
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.