From be826283a03919ae7116caf32396af476b87d0bb923705cd40f53006cde2a237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 17 Aug 2021 15:29:14 +0000 Subject: [PATCH] Accepting request 912663 from home:glaubitz:branches:devel:languages:python - Update to v0.9.16 * Add DNAME * Add support for all RR types to NSEC type bitmap * Issue 16: uncaught exceptions leak open sockets - from v0.9.15 * DNSServer fixes / Add unsupported RR types * Add NULL QTYPE OBS-URL: https://build.opensuse.org/request/show/912663 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnslib?expand=0&rev=3 --- dnslib-0.9.14.tar.gz | 3 --- dnslib-0.9.16.tar.gz | 3 +++ python-dnslib.changes | 11 +++++++++++ python-dnslib.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 dnslib-0.9.14.tar.gz create mode 100644 dnslib-0.9.16.tar.gz diff --git a/dnslib-0.9.14.tar.gz b/dnslib-0.9.14.tar.gz deleted file mode 100644 index 8a683a7..0000000 --- a/dnslib-0.9.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbd20a7cd704836923be8e130f0da6c3d840f14ac04590fae420a41d1f1be6fb -size 72759 diff --git a/dnslib-0.9.16.tar.gz b/dnslib-0.9.16.tar.gz new file mode 100644 index 0000000..0bca6dd --- /dev/null +++ b/dnslib-0.9.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d66b43d563d60c469117c8cb615843e7d05bf8fb2e6cb00a637281d26b7ec7d +size 73469 diff --git a/python-dnslib.changes b/python-dnslib.changes index 179793a..89a9032 100644 --- a/python-dnslib.changes +++ b/python-dnslib.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Aug 17 11:46:14 UTC 2021 - John Paul Adrian Glaubitz + +- Update to v0.9.16 + * Add DNAME + * Add support for all RR types to NSEC type bitmap + * Issue 16: uncaught exceptions leak open sockets +- from v0.9.15 + * DNSServer fixes / Add unsupported RR types + * Add NULL QTYPE + ------------------------------------------------------------------- Thu Aug 27 16:12:36 UTC 2020 - John Vandenberg diff --git a/python-dnslib.spec b/python-dnslib.spec index 26a311f..9a12d23 100644 --- a/python-dnslib.spec +++ b/python-dnslib.spec @@ -1,7 +1,7 @@ # # spec file for package python-dnslib # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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.14 +Version: 0.9.16 Release: 0 Summary: Simple library to encode/decode DNS wire-format packets License: BSD-2-Clause