dnspython 1.16.0-1ubuntu1 source package in Ubuntu

Changelog

dnspython (1.16.0-1ubuntu1) focal; urgency=medium

  * Fix dns.query.xfr(lifetime=None, timeout=not None) (LP: #1941988)
    - d/p/lp1941988-When-doing-xfr-do-not-compare-with-expiration.patch

 -- Brett Milford <email address hidden>  Thu, 30 Jun 2022 08:40:05 +0000

Upload details

Uploaded by:
Brett Milford
Sponsored by:
Mauricio Faria de Oliveira
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates main python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dnspython_1.16.0.orig.tar.gz 163.3 KiB b339ac2eb070d0133f020a6e0cc137a10fc380f3eba3e0655d62a19e64626cbd
dnspython_1.16.0-1ubuntu1.debian.tar.xz 4.9 KiB 91aaa5f2f09e34f1d588d76f2ae0828053bacf555e0e57babe1f8884b62fe518
dnspython_1.16.0-1ubuntu1.dsc 2.3 KiB 244a8885aeedd90096c6f51d89ef80eeedfe93e4080ec51c620c874fbbe3172b

View changes file

Binary packages built by this source

python-dnspython: DNS toolkit for Python

 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.
 .
 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.

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.
 .
 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.