Codebase list dnspython / e9ac62c
Add recommends for python3-pycryptodome, python3-ecdsa, python3-idna to support DNSSEC and modern DNS with IDNA capabilities Scott Kitterman 4 years ago
2 changed file(s) with 5 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
88 * Bump debhelper-compat to 12 without further change
99 * Drop ancient python3-all version requirements
1010 * Add missing depends on netbase
11
12 -- Scott Kitterman <scott@kitterman.com> Sat, 07 Mar 2020 19:10:23 -0500
11 * Add recommends for python3-pycryptodome, python3-ecdsa, python3-idna to
12 support DNSSEC and modern DNS with IDNA capabilities
13
14 -- Scott Kitterman <scott@kitterman.com> Sat, 07 Mar 2020 19:16:05 -0500
1315
1416 dnspython (1.16.0-1) unstable; urgency=medium
1517
1111 Package: python3-dnspython
1212 Architecture: all
1313 Depends: ${python3:Depends}, ${misc:Depends}, netbase
14 Recommends: python3-pycryptodome, python3-ecdsa, python3-idna
1415 Description: DNS toolkit for Python 3
1516 dnspython is a DNS toolkit for Python. It supports almost all record types. It
1617 can be used for queries, zone transfers, and dynamic updates. It supports TSIG