dnspython 1.11.1-1 source package in Ubuntu

Changelog

dnspython (1.11.1-1) unstable; urgency=low


  * New upstream release
  * Bump standards version to 3.9.5 without further change

 -- Scott Kitterman <email address hidden>  Wed, 06 Nov 2013 01:57:34 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
dnspython_1.11.1-1.dsc 1.4 KiB 7f9649e2d63155f2b42197b00c0124f9c58898691853b04947150d033e1453ca
dnspython_1.11.1.orig.tar.gz 126.5 KiB c0c6fcf3ff52939e7eadd931282d083271f65cf0a174555a703563a400289768
dnspython_1.11.1-1.debian.tar.gz 2.9 KiB 7f303a8aa979e21e3d97f7cdd4ebd1dfa2c2872073f5178c791ab3053dc3d206

Available diffs

No changes file available.

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.