15
0
forked from pool/python-dnslib

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
This commit is contained in:
2021-08-17 15:29:14 +00:00
committed by Git OBS Bridge
parent 186e29f0dd
commit be826283a0
4 changed files with 16 additions and 5 deletions

View File

@@ -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