- 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:
parent
7a4e18afee
commit
41d0748249
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e79351e032d0b606b98d38a4b0e6e2275b31a5b85c873e587cc11b73aca026d6
|
|
||||||
size 278858
|
|
3
dnspython-2.2.1.tar.gz
Normal file
3
dnspython-2.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0f7569a4a6ff151958b64304071d370daa3243d15941a7beedf0c9fe5105603e
|
||||||
|
size 281325
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 14 21:04:18 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 11 19:31:34 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
Fri Feb 11 19:31:34 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-dnspython%{psuffix}
|
Name: python-dnspython%{psuffix}
|
||||||
Version: 2.2.0
|
Version: 2.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A DNS toolkit for Python
|
Summary: A DNS toolkit for Python
|
||||||
License: ISC
|
License: ISC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user