From 41d07482492683b6b6e5b0c0bc49e6b8e8ff56289bf235e15dbf0154057932c3 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 14 Mar 2022 21:05:29 +0000 Subject: [PATCH] - 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 --- dnspython-2.2.0.tar.gz | 3 --- dnspython-2.2.1.tar.gz | 3 +++ python-dnspython.changes | 18 ++++++++++++++++++ python-dnspython.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 dnspython-2.2.0.tar.gz create mode 100644 dnspython-2.2.1.tar.gz diff --git a/dnspython-2.2.0.tar.gz b/dnspython-2.2.0.tar.gz deleted file mode 100644 index a35f890..0000000 --- a/dnspython-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e79351e032d0b606b98d38a4b0e6e2275b31a5b85c873e587cc11b73aca026d6 -size 278858 diff --git a/dnspython-2.2.1.tar.gz b/dnspython-2.2.1.tar.gz new file mode 100644 index 0000000..76053bf --- /dev/null +++ b/dnspython-2.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7569a4a6ff151958b64304071d370daa3243d15941a7beedf0c9fe5105603e +size 281325 diff --git a/python-dnspython.changes b/python-dnspython.changes index 1d1efd2..7d10e77 100644 --- a/python-dnspython.changes +++ b/python-dnspython.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Mar 14 21:04:18 UTC 2022 - Sebastian Wagner + +- 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 diff --git a/python-dnspython.spec b/python-dnspython.spec index 6a4349c..fb8e330 100644 --- a/python-dnspython.spec +++ b/python-dnspython.spec @@ -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