dnspython 2.6.1-1ubuntu1 source package in Ubuntu

Changelog

dnspython (2.6.1-1ubuntu1) noble; urgency=medium

  * Merge from Debian unstable (LP: #2054694). Remaining changes:
    - d/control: Drop python3-h2, python3-httpx & python3-httpcore to Suggests
    - d/tests/control: Remove dependencies python3-h2 & python3-httpx

dnspython (2.6.1-1) unstable; urgency=medium

  * New upstream release

dnspython (2.6.0-1) unstable; urgency=medium

  * Upload to unstable
  * Delete d/p/cryptograph41.patch, fixed upstream
  * New upstream release, addresses CVE-2023-29483

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

  * New upstream release
  * Add d/p/cryptograph41.patch to drop minimum python3-cryptography version
    to 41 for testing

dnspython (2.5.0-1) unstable; urgency=medium

  * Upload to unstable
  * New upstream release
  * Set minimum python3-hatchling version to 1.21.0 in Build-Depends

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

  * New upstream release
    - Delete previous d/patches, no longer required due to build system changes
    - Replace build-depend on python3-poetry-core and python3-setuptools with
      python3-hatchling
  * Remove obsolete Recommends for python3-requests and
    python3-requests-toolbelt

 -- Pushkar Kulkarni <email address hidden>  Thu, 22 Feb 2024 22:58:21 +0530

Upload details

Uploaded by:
Pushkar Kulkarni
Sponsored by:
Nick Rosbrook
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python
Noble release main python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dnspython_2.6.1.orig.tar.gz 324.9 KiB e8f0f9c23a7b7cb99ded64e6c3a6f3e701d78f50c55e002b839dea7225cff7cc
dnspython_2.6.1-1ubuntu1.debian.tar.xz 6.8 KiB cd18b3f6ca17f067f6628112824c936ee627ded0865a1dfcc133565e825c90ea
dnspython_2.6.1-1ubuntu1.dsc 2.5 KiB e409575d28bea6cba35aa7f867d58eba224f380331706f3c2a1c5c36de4f66dd

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.