dnspython 2.6.1-ok1 source package in openKylin

Changelog

dnspython (2.6.1-ok1) nile; urgency=medium

  * Build for openKylin.

 -- Luoyaoming <email address hidden>  Tue, 30 Apr 2024 16:35:37 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dnspython_2.6.1.orig.tar.gz 324.9 KiB e8f0f9c23a7b7cb99ded64e6c3a6f3e701d78f50c55e002b839dea7225cff7cc
dnspython_2.6.1-ok1.debian.tar.xz 2.9 KiB bb39ca4e976d554f22558890f4ad96ac0e34ab68c0e6dba512731567227fccbc
dnspython_2.6.1-ok1.dsc 2.3 KiB 78eeb8f1c5ea98a2785260595acb0736489fd66bd51a0bb88bafbbd8374eb7df

View changes file

Binary packages built by this source

python3-dnspython: DNS toolkit for Python 3

 dnspython is a DNS toolkit for Python. It supports almost all record types. It
 can be used for queries, zone transfers, and dynamic updates. It supports TSIG
 authenticated messages and EDNS0.
 .
 With recommended additional dependencies installed it also support DNS Over
 HTTPS (DOH), DNSSEC, and non-ascii (IDNA) DNS operations. It can support
 asynchronous if python3-trio is installed, but this is not the default. DNS
 Over QUIC (DOQ) is supported if python3-aioquic is installed, also not the
 default.
 .
 dnspython provides both high and low level access to DNS. The high level
 classes perform queries for data of a given name, type, and class, and return
 an answer set. The low level classes allow direct manipulation of DNS zones,
 messages, names, and records.
 .
 This is the Python 3 version.