dnspython 2.2.1-2 source package in Ubuntu
Changelog
dnspython (2.2.1-2) unstable; urgency=medium [ Dan Bungert ] * Team upload * Update test suite to improve network checking (Closes: #1012470, LP: #1976565) -- Benjamin Drung <email address hidden> Wed, 08 Jun 2022 11:47:10 +0200
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dnspython_2.2.1-2.dsc | 2.3 KiB | 563da2e59171a3efe710de3145a99bbca339bc01ad4bb5986647be4fa043d9b4 |
dnspython_2.2.1.orig.tar.gz | 274.7 KiB | 0f7569a4a6ff151958b64304071d370daa3243d15941a7beedf0c9fe5105603e |
dnspython_2.2.1-2.debian.tar.xz | 9.9 KiB | 9d2f30086e659cec19a295decc010afde5a0e8b75596e6494e0238edb7f5406b |
Available diffs
- diff from 2.1.0-1ubuntu1 (in Ubuntu) to 2.2.1-2 (86.1 KiB)
- diff from 2.2.1-1 to 2.2.1-2 (2.9 KiB)
No changes file available.
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.