forked from pool/python-dnslib
- 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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user