dnspython 2.3.0-1 source package in Ubuntu
Changelog
dnspython (2.3.0-1) unstable; urgency=medium * Upload to unstable * New upstream release * Bump standards-version to 4.6.2 without further change * Add python3-poetry-core and pybuild-plugin-pyproject to build-depends to build using pyproject backend * Add python3-httpx and python3-h2 to Recommends for DNS Over HTTPS (DOH) support and add to build-depends and test depends to support tests * Add suggests for python3-aioquic (preliminary support for DNS Over QUIC (DOQ) if available) -- Scott Kitterman <email address hidden> Tue, 24 Jan 2023 10:40:24 -0500
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 |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dnspython_2.3.0-1.dsc | 2.4 KiB | c8df2162f1845756161f8a209f69561e45a997e6029f99f58965506b861261be |
dnspython_2.3.0.orig.tar.gz | 305.0 KiB | 224e32b03eb46be70e12ef6d64e0be123a64e621ab4c0822ff6d450d52a540b9 |
dnspython_2.3.0-1.debian.tar.xz | 6.4 KiB | 11661347968a5792263c7ae007c4cf1e22e506e70abdf0e994797cd0de4aa538 |
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.