From 5767b6cdfb9d7acab3320a33ae19220705c0212ac1de512b3de169923fbd8a87 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 4 Jan 2023 14:45:57 +0000 Subject: [PATCH] - update to 0.9.23: * Minor clean-up / add wheels to distro * Issue #43 (0.9.21 Raises TypeError instead of DNSError when failing to parse HTTPS records) Note that we just fix the exception - there still seems to be a problem with parsing HTTPS records * Issue #43: HTTPS reads after RD end (thanks to @robinlandstrom for pull request) * Issue #45: Dnslib fails to handle unknown RR types in NSEC RD type bitmap * Bimap now supports a function to map unknown types which we use to dynamically map from rtype <-> TYPExxxx for unknown record types * RR zone representation updated to match RFC3597 * Pull Request #47: Add support for DS, SSHFP, and TLSA records (thanks to @rmbolger) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnslib?expand=0&rev=8 --- dnslib-0.9.20.tar.gz | 3 --- dnslib-0.9.23.tar.gz | 3 +++ python-dnslib.changes | 14 ++++++++++++++ python-dnslib.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 dnslib-0.9.20.tar.gz create mode 100644 dnslib-0.9.23.tar.gz diff --git a/dnslib-0.9.20.tar.gz b/dnslib-0.9.20.tar.gz deleted file mode 100644 index 1b5c52f..0000000 --- a/dnslib-0.9.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0290ab5d08fabd1ef85ef143d1c33fdcd549cb2e50779ec1a423998b0d0b2945 -size 76174 diff --git a/dnslib-0.9.23.tar.gz b/dnslib-0.9.23.tar.gz new file mode 100644 index 0000000..992241a --- /dev/null +++ b/dnslib-0.9.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:310196d3e38ce2051b61eebbd2f1d08fcc934fa3360f22031864d16efe8bca77 +size 80039 diff --git a/python-dnslib.changes b/python-dnslib.changes index 27e8b69..4de4814 100644 --- a/python-dnslib.changes +++ b/python-dnslib.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Jan 4 14:44:54 UTC 2023 - Dirk Müller + +- update to 0.9.23: + * Minor clean-up / add wheels to distro + * Issue #43 (0.9.21 Raises TypeError instead of DNSError when failing to parse HTTPS records) + Note that we just fix the exception - there still seems to be a problem with parsing HTTPS records + * Issue #43: HTTPS reads after RD end (thanks to @robinlandstrom for pull request) + * Issue #45: Dnslib fails to handle unknown RR types in NSEC RD type bitmap + * Bimap now supports a function to map unknown types which we use to + dynamically map from rtype <-> TYPExxxx for unknown record types + * RR zone representation updated to match RFC3597 + * Pull Request #47: Add support for DS, SSHFP, and TLSA records (thanks to @rmbolger) + ------------------------------------------------------------------- Tue Sep 27 18:30:29 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-dnslib.spec b/python-dnslib.spec index b7b54ea..44946e6 100644 --- a/python-dnslib.spec +++ b/python-dnslib.spec @@ -1,7 +1,7 @@ # # spec file for package python-dnslib # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dnslib -Version: 0.9.20 +Version: 0.9.23 Release: 0 Summary: Simple library to encode/decode DNS wire-format packets License: BSD-2-Clause