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 Pocket Published Component Section
Lunar release main python

Builds

Lunar: [FULLYBUILT] amd64

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

View changes file

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-trio is installed, but this is not the default. DNS
 Over QUIC (DOQ) is supported if python3-aioquic is installed, also 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.