Name: | python-dns |
---|---|
Version: | 1.10.0 |
Release: | 5.el7 |
Architecture: | noarch |
Group: | Development/Languages |
Size: | 1012090 |
License: | MIT |
RPM: | python-dns-1.10.0-5.el7.noarch.rpm |
Source RPM: | python-dns-1.10.0-5.el7.src.rpm |
Build Date: | Fri May 09 2014 |
Build Host: | ca-buildj3.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.dnspython.org/ |
Summary: | DNS toolkit for Python |
Description: | dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0. dnspython provides both high and low level access to DNS. The high level classes perform queries for data of a given name, type, and class, and return an answer set. The low level classes allow direct manipulation of DNS zones, messages, names, and records. |
- Patch to fix LOC records parsing Resolves: rhbz#1056747
- Mass rebuild 2013-12-27
- add python3-dns subpackage (rhbz#911933)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Updated to 1.10.0 - Patch to support TLSA RRtype
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- - dnspython 1.9.4 has been released and is available at - http://www.dnspython.org/kits/1.9.4/ - - There is no new functionality in this release; just a few bug fixes - in RRSIG and SIG code. - - I will be eliminating legacy code for earlier versions of DNSSEC in a - future release of dnspython.
- - New since 1.9.2: - - A boolean parameter, 'raise_on_no_answer', has been added to - the query() methods. In no-error, no-data situations, this - parameter determines whether NoAnswer should be raised or not. - If True, NoAnswer is raised. If False, then an Answer() - object with a None rrset will be returned. - - Resolver Answer() objects now have a canonical_name field. - - Rdata now have a __hash__ method. - - Bugs fixed since 1.9.2: - - Dnspython was erroneously doing case-insensitive comparisons - of the names in NSEC and RRSIG RRs. - - We now use "is" and not "==" when testing what section an RR - is in. - - The resolver now disallows metaqueries.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild