python-adns 1.2.1-5 source package in Ubuntu

Changelog

python-adns (1.2.1-5) unstable; urgency=low

  * switch to dh_python2
  * add debian/docs with README
  * simplify debian/rules, use dh_python2 and --buildsystem=python_distutils
  * debian/control:
    - update Python dependency to 2.6.5-1~
    - drop dependency on python-support
    - bump Standards-Version to 3.9.1
    - rename XS-Python-Version to X-Python-Version
    - remove XB-Python-Version
    - add Breaks: ${python:Breaks}
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:34:22 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
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-5.debian.tar.gz 3.9 KiB 54cdd81aed66bafca004642c6ec2239de8345a11b25a1b117e93b59260515187
python-adns_1.2.1-5.dsc 1.9 KiB 7301754154a19d8e0c14f41761ddb05446ab7a5af565c82822d319658dd7217b

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.