15
0

- Update to version 2.2.1:

* dns.zone.from_text failed if relativize was False and an origin was
   specified in the parameters.
 * A number of types permitted an empty "rest of the rdata".
 * L32, L64, LP, and NID were missing from dns/rdtypes/ANY/__init__.py
 * The type definition for dns.resolver.resolve_address() was incorrect.
 * dns/win32util.py erroneously had the executable bit set.
 * The type definition for a number of asynchronous query routines was
   missing the default of None for the backend parameter.
 * dns/tsigkeyring.py didn't import dns.tsig.
 * A number of rdata types that have a "rest of the line" behavior for
   the last field of the rdata erroneously permitted an empty string.
 * Timeout intervals are no longer reported with absurd precision in
   exception text.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnspython?expand=0&rev=61
This commit is contained in:
2022-03-14 21:05:29 +00:00
committed by Git OBS Bridge
parent 7a4e18afee
commit 41d0748249
4 changed files with 22 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-dnspython%{psuffix}
Version: 2.2.0
Version: 2.2.1
Release: 0
Summary: A DNS toolkit for Python
License: ISC