Update to 2.1.0 final (#1913860)
This commit is contained in:
parent
0073c99802
commit
5c204943a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@
|
||||
/v2.0.0.tar.gz
|
||||
/dnspython-2.0.0.tar.gz
|
||||
/dnspython-2.1.0rc1.tar.gz
|
||||
/dnspython-2.1.0.tar.gz
|
||||
|
@ -1,25 +0,0 @@
|
||||
From 40af5eb2ede53e7b2e504d8049a17f95b0e45bbf Mon Sep 17 00:00:00 2001
|
||||
From: Lumir Balhar <lbalhar@redhat.com>
|
||||
Date: Fri, 27 Nov 2020 11:12:39 +0100
|
||||
Subject: [PATCH] fix resolve chaining
|
||||
|
||||
---
|
||||
dns/message.py | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/dns/message.py b/dns/message.py
|
||||
index 9824e70..7b99431 100644
|
||||
--- a/dns/message.py
|
||||
+++ b/dns/message.py
|
||||
@@ -776,6 +776,8 @@ class QueryMessage(Message):
|
||||
except KeyError:
|
||||
# Exit the chaining loop
|
||||
break
|
||||
+ else:
|
||||
+ count += 1
|
||||
if count >= MAX_CHAIN:
|
||||
raise ChainTooLong
|
||||
if self.rcode() == dns.rcode.NXDOMAIN and rrset is not None:
|
||||
--
|
||||
2.28.0
|
||||
|
@ -1,10 +1,10 @@
|
||||
%global pypi_name dnspython
|
||||
%global py_package_name dns
|
||||
%global rctag rc1
|
||||
%global rctag %{nil}
|
||||
|
||||
Name: python-%{py_package_name}
|
||||
Version: 2.1.0
|
||||
Release: 0.2.%{rctag}%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: DNS toolkit for Python
|
||||
|
||||
# The entire package is licensed with both licenses, see LICENSE file
|
||||
@ -12,8 +12,6 @@ License: ISC and MIT
|
||||
URL: http://www.dnspython.org
|
||||
|
||||
Source0: https://github.com/rthalley/%{pypi_name}/archive/v%{version}%{rctag}/%{pypi_name}-%{version}%{rctag}.tar.gz
|
||||
# Fix proposed upstream: https://github.com/rthalley/dnspython/issues/610#issuecomment-734704756
|
||||
Patch0: 0001-fix-resolve-chaining.patch
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel
|
||||
@ -72,6 +70,9 @@ find examples -type f | xargs chmod a-x
|
||||
%{python3_sitelib}/%{pypi_name}-*.egg-info
|
||||
|
||||
%changelog
|
||||
* Fri Jan 08 2021 Lumír Balhar <lbalhar@redhat.com> - 2.1.0-1
|
||||
- Update to 2.1.0 final (#1913860)
|
||||
|
||||
* Fri Nov 27 2020 Lumír Balhar <lbalhar@redhat.com> - 2.1.0-0.2.rc1
|
||||
- Fix upstream issue in resolve chaining
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnspython-2.1.0rc1.tar.gz) = d1712adb4b859d27439ec10ccc17ba095e3d5fc9e8de797ae02fd88d7f52902145fc99fd526950cd7f36ee0b2fba2a4f831c5ac4f9239bc90574df5110ea54c9
|
||||
SHA512 (dnspython-2.1.0.tar.gz) = eb3ab812eb8769b4780055b801e4f89beb1cb3d3e5a4855e583dca83b794eb7fca8fc3ef401eea7c16c34452e801dec5a2c59304f4041a68c7214dea6076435a
|
||||
|
Loading…
Reference in New Issue
Block a user