diff --git a/.gitignore b/.gitignore index 67311ad..c93f436 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,7 @@ /dnspython-1.11.0.tar.gz.asc /dnspython3-1.11.0.tar.gz /dnspython3-1.11.0.tar.gz.asc +/dnspython-1.11.1.tar.gz +/dnspython-1.11.1.tar.gz.asc +/dnspython3-1.11.1.tar.gz +/dnspython3-1.11.1.tar.gz.asc diff --git a/0001-Don-t-fail-on-older-python-versions-because-of-hashe.patch b/0001-Don-t-fail-on-older-python-versions-because-of-hashe.patch new file mode 100644 index 0000000..d50bd54 --- /dev/null +++ b/0001-Don-t-fail-on-older-python-versions-because-of-hashe.patch @@ -0,0 +1,26 @@ +From f6f6666438af884da7b4b1d76a258639f949406f Mon Sep 17 00:00:00 2001 +From: Jeffrey C. Ollie +Date: Thu, 2 Dec 2010 13:05:50 -0600 +Subject: [PATCH] Don't fail on older python versions because of hashes. + +--- + dns/hash.py | 3 --- + 1 files changed, 0 insertions(+), 3 deletions(-) + +diff --git a/dns/hash.py b/dns/hash.py +index 7bd5ae5..8582a9c 100644 +--- a/dns/hash.py ++++ b/dns/hash.py +@@ -37,9 +37,6 @@ def _setup(): + if sys.hexversion >= 0x02050200: + _hashes['SHA384'] = hashlib.sha384 + _hashes['SHA512'] = hashlib.sha512 +- else: +- _hashes['SHA384'] = _need_later_python('SHA384') +- _hashes['SHA512'] = _need_later_python('SHA512') + + if sys.hexversion < 0x02050000: + # hashlib doesn't conform to PEP 247: API for +-- +1.7.3.2 + diff --git a/python-dns.spec b/python-dns.spec index 176fe4f..e0e38a4 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -21,8 +21,8 @@ %endif Name: python-dns -Version: 1.11.0 -Release: 3%{?dist} +Version: 1.11.1 +Release: 1%{?dist} Summary: DNS toolkit for Python Group: Development/Languages @@ -253,6 +253,31 @@ rm -rf %{buildroot} %endif %changelog +* Thu Sep 5 2013 Jeffrey C. Ollie - 1.11.1-1 +- New since 1.11.0: +- +- Nothing +- +- Bugs fixed since 1.11.1: +- +- dns.resolver.Resolver erroneously referred to 'retry_servfail' +- instead of 'self.retry_servfail'. +- +- dns.tsigkeyring.to_text() would fail trying to convert the +- keyname to text. +- +- Multi-message TSIGs were broken for algorithms other than +- HMAC-MD5 because we weren't passing the right digest module to +- the HMAC code. +- +- dns.dnssec._find_candidate_keys() tried to extract the key +- from the wrong variable name. +- +- $GENERATE tests were not backward compatible with python 2.4. +- +- APL RR trailing zero suppression didn't work due to insufficient +- python 3 porting. [dnspython3 only] + * Sun Aug 04 2013 Fedora Release Engineering - 1.11.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index f142163..edca90b 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ -7b582963b1af099e3e85977513300d11 dnspython-1.11.0.tar.gz -8883880dc5cc11e846da7f8076aaaaad dnspython-1.11.0.tar.gz.asc -8ed2ca258d20626ecc7bef090a7a5aee dnspython3-1.11.0.tar.gz -5a54ef8c20ee1663d6b5c0e51c29ea54 dnspython3-1.11.0.tar.gz.asc +6167344ca849bd2ba108a8aa6118cb2b dnspython-1.11.1.tar.gz +a4a62448f1ab7dec26ab9e03999339ca dnspython-1.11.1.tar.gz.asc +c0203410e1405c3ee1d70dafa4ad6612 dnspython3-1.11.1.tar.gz +ed10be2fa38a1bacc8a3cc987256a21e dnspython3-1.11.1.tar.gz.asc