python-dnslib 0.9.14-1 source package in Ubuntu

Changelog

python-dnslib (0.9.14-1) unstable; urgency=medium

  * New upstream release

 -- Scott Kitterman <email address hidden>  Wed, 10 Jun 2020 00:51:44 -0400

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dnslib_0.9.14-1.dsc 2.0 KiB 995d04115abbb9bc7e39afb5aba56dc2d603639b39b96fc201434f188d0692c7
python-dnslib_0.9.14.orig.tar.gz 71.1 KiB fbd20a7cd704836923be8e130f0da6c3d840f14ac04590fae420a41d1f1be6fb
python-dnslib_0.9.14-1.debian.tar.xz 3.1 KiB 7b3c3ecf53e8be6c81b1c73d8f2b0be3822dff998138aa01dea37f2e8a5056e5

Available diffs

No changes file available.

Binary packages built by this source

python3-dnslib: Module to encode/decode DNS wire-format packets (Python 3)

 This DNS encode/decode Python 3 module provides:
 .
  - Support for encoding/decoding DNS packets between wire format, Python
    objects, and Zone/DiG textual representation (dnslib.dns)
  - A server framework allowing the simple creation of custom DNS resolvers
    (dnslib.server) and a number of example servers created using this
    framework
  - A number of utilities for testing (dnslib.client, dnslib.proxy,
    dnslib.intercept)
 .
 This is the Python 3 version of the package.