python-dns 2.3.6-1.12.04 source package in Ubuntu

Changelog

python-dns (2.3.6-1.12.04) precise-proposed; urgency=low

  * Add debian/patches/pydns_timeout.patch to fix timeouts associated with
     only one of several available nameservers being unavailable
     (LP: #1209071):
     - Only raise timeout error after trying all available servers
     - Stop lookups once an answer is gotten
 -- Scott Kitterman <email address hidden>   Tue, 06 Aug 2013 23:30:26 -0400

Upload details

Uploaded by:
Scott Kitterman
Uploaded to:
Precise
Original maintainer:
Scott Kitterman
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates universe python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-dns_2.3.6.orig.tar.gz 27.4 KiB f1960d8bff0aafad9252b9e80279748fe7ebe5e719487d132ccb1281523cdb62
python-dns_2.3.6-1.12.04.diff.gz 7.6 KiB 3050089a0e90f59aff446d318406da3964e630ec6e89e027508e71acea130a3d
python-dns_2.3.6-1.12.04.dsc 1.3 KiB 373ed1aab989cc36d18b8b3bd91cf759d5ca3fcf23f4cb44769ff83f327a1e6b

View changes file

Binary packages built by this source

python-dns: DNS client module for Python

 This Python module provides an DNS API for looking up DNS entries from
 within Python modules and applications. This module is a simple, lightweight
 implementation. It is not as complete as python-dnspython, but is useful for
 many common applications.