python-adns 1.2.1-5build2 source package in Ubuntu

Changelog

python-adns (1.2.1-5build2) quantal; urgency=low

  * Rebuild for new armel compiler default of ARMv5t.
 -- Colin Watson <email address hidden>   Mon, 08 Oct 2012 21:52:41 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Quantal
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-adns_1.2.1.orig.tar.gz 17.8 KiB 30f4ae0c40f6b09b0fad60c1aa4b4b9ff250e62f6e5e6cc112949f880359a23e
python-adns_1.2.1-5build2.debian.tar.gz 4.1 KiB 2a9fa6e6b6a2558bc91434b64772adc330613aa80c8ea01e100f24b2a408f615
python-adns_1.2.1-5build2.dsc 2.1 KiB 32be73b31bf347719e3fb3da2f367c7215e8aac8214d87ea25e4f97aeab98eb6

Available diffs

View changes file

Binary packages built by this source

python-adns: Python bindings to the asynchronous DNS resolver library

 This module provides a Python binding to the adns asynchronous DNS
 resolver library.
 .
 The module provides a small wrapper adns that simply returns status
 codes as does the C library. It also provides a more Python like
 interface ADNS that wraps status codes in proper exceptions.
 .
 The package contains working examples in ADNS.py and DNSBL.py.