dnspython 1.9.4-0ubuntu2 source package in Ubuntu

Changelog

dnspython (1.9.4-0ubuntu2) oneiric; urgency=low

  * Switch to dh_python2 (LP: #856478)
  * Drop incorrect Provides: (version specific provides should only be used
    for Python extensions, not modules)
 -- Scott Kitterman <email address hidden>   Thu, 22 Sep 2011 11:04:23 -0400

Upload details

Uploaded by:
Scott Kitterman
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
dnspython_1.9.4.orig.tar.gz 117.3 KiB ab23f93b8ea33c7b2780d6093344a13c95a371e1d2c22f74ba5d076cc15d1918
dnspython_1.9.4-0ubuntu2.debian.tar.gz 3.0 KiB aaf520c4cdf91e13dad7c6e940ffa4fb26fb695eb8ef3f3ed4448bcabee0ce0f
dnspython_1.9.4-0ubuntu2.dsc 1.1 KiB 186279210518939145b02278ffc190a491904dd54e28f44a543a911542f03fba

Available diffs

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.