python-dnslib 0.9.23-1 source package in Ubuntu

Changelog

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

  * New upstream release

 -- Scott Kitterman <email address hidden>  Tue, 01 Nov 2022 15:38:25 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-dnslib_0.9.23-1.dsc 2.0 KiB a208b1dc445121975f6463c7c9ad64933f9a89908990955e7088ef0033eb7b11
python-dnslib_0.9.23.orig.tar.gz 78.2 KiB 310196d3e38ce2051b61eebbd2f1d08fcc934fa3360f22031864d16efe8bca77
python-dnslib_0.9.23-1.debian.tar.xz 3.2 KiB 13026e2df4186d0223fe96a7e1a843f9efc07c6e2f26deca34b1184619229429

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.