dnspython 1.16.0-1 source package in Ubuntu

Changelog

dnspython (1.16.0-1) unstable; urgency=medium

  * Update debian/watch to use Github
  * New upstream release
    - Drop all patches, incorporated upstream
  * Bump standards-version to 4.2.1 without further change

 -- Scott Kitterman <email address hidden>  Sat, 22 Dec 2018 20:13:05 -0500

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dnspython_1.16.0-1.dsc 2.1 KiB 83ce3e6888dce5ee096e7f92a7f451457193374d2e5553e2e68e5b1fefa4bb2a
dnspython_1.16.0.orig.tar.gz 163.3 KiB b339ac2eb070d0133f020a6e0cc137a10fc380f3eba3e0655d62a19e64626cbd
dnspython_1.16.0-1.debian.tar.xz 4.2 KiB 0c1e955633be98a63db78b6d948a19a63c9e6ecb1a540d3e11aa4726d99d90c8

Available diffs

No changes file available.

Binary packages built by this source

python-dnspython: No summary available for python-dnspython in ubuntu eoan.

No description available for python-dnspython in ubuntu eoan.

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.