dnspython 1.11.1-1build1 source package in Ubuntu RTM

Changelog

dnspython (1.11.1-1build1) trusty; urgency=medium

  * Rebuild to drop files installed into /usr/share/pyshared.
 -- Matthias Klose <email address hidden>   Sun, 23 Feb 2014 13:47:10 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main python
14.09 release main python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
dnspython_1.11.1.orig.tar.gz 126.5 KiB c0c6fcf3ff52939e7eadd931282d083271f65cf0a174555a703563a400289768
dnspython_1.11.1-1build1.debian.tar.gz 3.0 KiB 21da12c615371231857c850e4952c61e4624188a4dcb776cd4921ad433ab47e1
dnspython_1.11.1-1build1.dsc 1.4 KiB 857049a3b4a229ed2dd51670f9df18c6b8632405e2be994071a9480f95bb5935

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.