dnspython 2.4.1-1ubuntu1 source package in Ubuntu

Changelog

dnspython (2.4.1-1ubuntu1) mantic; urgency=medium

  * Merge from Debian unstable (LP: #2029461). Remaining changes:
    - Drop python-h2 & httpx (DNS Over HTTPS, DOH) to Suggests

dnspython (2.4.1-1) unstable; urgency=medium

  * New upstream release
  * python3-sniffio is a python3-trio Depends, so no need to explicitly
    require it, remove from Suggests, long description, and d/tests/control
  * Remove dh_python3 override, dependency specification fixed upstream
  * Add python3-aioquic to Build-Depends and d/test/control test depends so
    DNS Over QUIC (DOQ) tests are run
  * Add mention of DOQ support to package description

dnspython (2.4.0-1) unstable; urgency=medium

  * Upload to Unstable
  * Add needs-internet to restrictions in debian/tests/control
  * New upstream release
  * Add python3-httpcore to Build-Depends and debian/tests/control for tests
    and Recommends for DOH support
  * Override dh_python3 to add --no-guessing-deps since generated depends are
    not currently useful

dnspython (2.4.0~rc1-1) experimental; urgency=medium

  * New upstream release
    - Refresh patches
  * Remove Breaks not required since oldstable

 -- Pushkar Kulkarni <email address hidden>  Thu, 03 Aug 2023 19:26:28 +0530

Upload details

Uploaded by:
Pushkar Kulkarni
Sponsored by:
Graham Inggs
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dnspython_2.4.1.orig.tar.gz 320.2 KiB c33971c79af5be968bb897e95c2448e11a645ee84d93b265ce0b7aabe5dfdca8
dnspython_2.4.1-1ubuntu1.debian.tar.xz 6.8 KiB 3f6f268c3fa3860c4c80b931c28b8f03fd616414e85232e309974d2a282cdef7
dnspython_2.4.1-1ubuntu1.dsc 2.5 KiB daaa7a0a8d6585dada3a88582e0eb948a5537ef5c8d992d5b04de1cde2abcfe9

Available diffs

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.