7673c1
Name:           python-dns
7673c1
Version:        1.15.0
a7998a
Release:        11%{?dist}
7673c1
Summary:        DNS toolkit for Python
7673c1
7673c1
License:        MIT
7673c1
URL:            http://www.dnspython.org/
7673c1
7673c1
Source0: http://www.dnspython.org/kits/%{version}/dnspython-%{version}.tar.gz
7673c1
7673c1
BuildArch:      noarch
7673c1
Patch0:         test_fails_on_missing_file.patch
b42059
# Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1731081
b42059
# Upstream issue: https://github.com/rthalley/dnspython/issues/339
b42059
Patch1:         fix_unicode_label_escaping.patch
7673c1
a7998a
# Fixes https://bugzilla.redhat.com/show_bug.cgi?id=2075187
a7998a
# Backported from upstream: https://github.com/rthalley/dnspython/commit/9fbf9b223dc26262b1cf23f623f89283ee9c8375
a7998a
Patch2:         float_none_comparison_fix.patch
a7998a
7673c1
BuildRequires:  python3-devel
7673c1
BuildRequires:  python3-setuptools
7673c1
7673c1
%description
7673c1
dnspython is a DNS toolkit for Python. It supports almost all record
7673c1
types. It can be used for queries, zone transfers, and dynamic
7673c1
updates. It supports TSIG authenticated messages and EDNS0.
7673c1
7673c1
dnspython provides both high and low level access to DNS. The high
7673c1
level classes perform queries for data of a given name, type, and
7673c1
class, and return an answer set. The low level classes allow direct
7673c1
manipulation of DNS zones, messages, names, and records.
7673c1
7673c1
7673c1
%package     -n python3-dns
7673c1
Summary:        DNS toolkit for Python 3
7673c1
%{?python_provide:%python_provide python3-dns}
7673c1
7673c1
%description -n python3-dns
7673c1
dnspython3 is a DNS toolkit for Python 3. It supports almost all
7673c1
record types. It can be used for queries, zone transfers, and dynamic
7673c1
updates. It supports TSIG authenticated messages and EDNS0.
7673c1
7673c1
dnspython3 provides both high and low level access to DNS. The high
7673c1
level classes perform queries for data of a given name, type, and
7673c1
class, and return an answer set. The low level classes allow direct
7673c1
manipulation of DNS zones, messages, names, and records.
7673c1
7673c1
7673c1
%prep
7673c1
%autosetup -p1 -n dnspython-%{version}
7673c1
7673c1
# strip exec permissions so that we don't pick up dependencies from docs
7673c1
find examples -type f | xargs chmod a-x
7673c1
7673c1
7673c1
%build
7673c1
%py3_build
7673c1
7673c1
7673c1
%install
7673c1
%py3_install
7673c1
7673c1
7673c1
%check
7673c1
%{__python3} setup.py test
7673c1
7673c1
7673c1
%files -n python3-dns
7673c1
# Add README.* when it is included with the source (commit a906279)
7673c1
%doc ChangeLog examples
7673c1
%license LICENSE
7673c1
%{python3_sitelib}/*egg-info
7673c1
%{python3_sitelib}/dns
7673c1
7673c1
7673c1
%changelog
a7998a
* Thu Apr 21 2022 Charalampos Stratakis <cstratak@redhat.com> - 1.15.0-11
a7998a
- Fix comparison between float and None types
a7998a
Resolves: rhbz#2075187
a7998a
b42059
* Thu Oct 24 2019 Lumír Balhar <lbalhar@redhat.com> - 1.15.0-10
b42059
- Release bump for gating
b42059
Related: rhbz#1731081
b42059
b42059
* Wed Aug 28 2019 Lumír Balhar <lbalhar@redhat.com> - 1.15.0-9
b42059
- Fix unicode label escaping
b42059
Resolves: rhbz#1731081
b42059
b42059
* Mon Aug 27 2018 Miro Hrončok <mhroncok@redhat.com> - 1.15.0-8
7673c1
- Drop python2 subpackage (#1567168)
7673c1
7673c1
* Mon Jun 25 2018 Petr Viktorin <pviktori@redhat.com> - 1.15.0-7
7673c1
- Allow Python 2 for build
7673c1
  see https://hurl.corp.redhat.com/rhel8-py2
7673c1
7673c1
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.0-6
7673c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
7673c1
7673c1
* Fri Sep 29 2017 Troy Dawson <tdawson@redhat.com> - 1.15.0-5
7673c1
- Cleanup spec file conditionals
7673c1
7673c1
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.0-4
7673c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7673c1
7673c1
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.0-3
7673c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7673c1
7673c1
* Tue Dec 13 2016 Miro Hrončok <mhroncok@redhat.com> - 1.15.0-2
7673c1
- Rebuild for Python 3.6
7673c1
7673c1
* Tue Oct 04 2016 Avram Lubkin <aviso@fedoraproject.org> - 1.15.0-1
7673c1
- Latest Release
7673c1
7673c1
* Wed Jun 15 2016 Avram Lubkin <aviso@fedoraproject.org> - 1.14.0-1
7673c1
- Latest Release
7673c1
7673c1
* Sun Mar 27 2016 Avram Lubkin <aviso@fedoraproject.org> - 1.12.0GIT99fd864-1
7673c1
- Latest Snapshot
7673c1
- Fixed SRPM naming for EPEL7+
7673c1
7673c1
* Fri Feb 12 2016 Avram Lubkin <aviso@fedoraproject.org> - 1.12.0GITa4774ee-1
7673c1
- Latest Snapshot
7673c1
- Drop EPEL5 from master spec
7673c1
- Patch to support EL6
7673c1
- Disable python2 package for EPEL7+
7673c1
7673c1
* Mon Feb 01 2016 Avram Lubkin <aviso@fedoraproject.org> - 1.12.0GIT465785f-4
7673c1
- Changed Python2 package name to python2-dns for Fedora 24+
7673c1
7673c1
* Fri Jan 22 2016 Avram Lubkin <aviso@fedoraproject.org> - 1.12.0GIT465785f-3
7673c1
- Using python3_pkgversion to support python34 package in el7
7673c1
- Build Python3 package for el7+
7673c1
7673c1
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.0GIT465785f-2
7673c1
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
7673c1
7673c1
* Fri Sep 11 2015 Petr Spacek <pspacek@redhat.com> - 1.12.0GIT465785f
7673c1
- Rebase to GIT snapshots 465785f85f87508209117264c677080e901e957c (Python 2)
7673c1
  and 1b0c15086f0e5f6eacc06d77a119280c31731b3c (Python 3)
7673c1
  to pull in latest fixes
7673c1
7673c1
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.0-2
7673c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
7673c1
7673c1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.1-4
7673c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7673c1
7673c1
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 1.11.1-3
7673c1
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
7673c1
7673c1
* Tue Feb 18 2014 Paul Wouters <pwouters@redhat.com> - 1.11.1-2
7673c1
- Added LOC and ECDSA fixes from git (rhbz#1059594)
7673c1
7673c1
* Thu Sep  5 2013 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.11.1-1
7673c1
- New since 1.11.0:
7673c1
-
7673c1
-         Nothing
7673c1
-
7673c1
- Bugs fixed since 1.11.1:
7673c1
-
7673c1
-         dns.resolver.Resolver erroneously referred to 'retry_servfail'
7673c1
-         instead of 'self.retry_servfail'.
7673c1
-
7673c1
-         dns.tsigkeyring.to_text() would fail trying to convert the
7673c1
-         keyname to text.
7673c1
-
7673c1
-         Multi-message TSIGs were broken for algorithms other than
7673c1
-         HMAC-MD5 because we weren't passing the right digest module to
7673c1
-         the HMAC code.
7673c1
-
7673c1
-         dns.dnssec._find_candidate_keys() tried to extract the key
7673c1
-         from the wrong variable name.
7673c1
-
7673c1
-         $GENERATE tests were not backward compatible with python 2.4.
7673c1
-
7673c1
-         APL RR trailing zero suppression didn't work due to insufficient
7673c1
-         python 3 porting.   [dnspython3 only]
7673c1
7673c1
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.0-3
7673c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
7673c1
7673c1
* Sun Jul  7 2013 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.11.0-2
7673c1
- Integrate Python 2.6 packaging, EPEL5, EPEL6 support
7673c1
7673c1
* Sun Jul  7 2013 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.11.0-1
7673c1
- New since 1.10.0:
7673c1
-
7673c1
-         $GENERATE support
7673c1
-
7673c1
-         TLSA RR support
7673c1
-
7673c1
-         Added set_flags() method to dns.resolver.Resolver
7673c1
-
7673c1
- Bugs fixed since 1.10.0:
7673c1
-
7673c1
-         Names with offsets >= 2^14 are no longer added to the
7673c1
-         compression table.
7673c1
-
7673c1
-         The "::" syntax is not used to shorten a single 16-bit section
7673c1
-         of the text form an IPv6 address.
7673c1
-
7673c1
-         Caches are now locked.
7673c1
-
7673c1
-         YXDOMAIN is raised if seen by the resolver.
7673c1
-
7673c1
-         Empty rdatasets are not printed.
7673c1
-
7673c1
-         DNSKEY key tags are no longer assumed to be unique.
7673c1
7673c1
* Sat Feb 16 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 1.10.0-3
7673c1
- add python3-dns subpackage (rhbz#911933)
7673c1
7673c1
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-2
7673c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
7673c1
7673c1
* Mon Sep 17 2012 Paul Wouters <pwouters@redhat.com> - 1.10.0-1
7673c1
- Updated to 1.10.0
7673c1
- Patch to support TLSA RRtype
7673c1
7673c1
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.4-3
7673c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7673c1
7673c1
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.4-2
7673c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
7673c1
7673c1
* Mon Mar 28 2011 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.9.4-1
7673c1
-
7673c1
- dnspython 1.9.4 has been released and is available at
7673c1
- http://www.dnspython.org/kits/1.9.4/
7673c1
-
7673c1
- There is no new functionality in this release; just a few bug fixes
7673c1
- in RRSIG and SIG code.
7673c1
-
7673c1
- I will be eliminating legacy code for earlier versions of DNSSEC in a
7673c1
- future release of dnspython.
7673c1
7673c1
* Fri Mar 25 2011 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.9.3-1
7673c1
-
7673c1
- New since 1.9.2:
7673c1
-
7673c1
-     A boolean parameter, 'raise_on_no_answer', has been added to
7673c1
- the query() methods.  In no-error, no-data situations, this
7673c1
- parameter determines whether NoAnswer should be raised or not.
7673c1
- If True, NoAnswer is raised.  If False, then an Answer()
7673c1
- object with a None rrset will be returned.
7673c1
-
7673c1
- Resolver Answer() objects now have a canonical_name field.
7673c1
-
7673c1
- Rdata now have a __hash__ method.
7673c1
-
7673c1
- Bugs fixed since 1.9.2:
7673c1
-
7673c1
-        Dnspython was erroneously doing case-insensitive comparisons
7673c1
- of the names in NSEC and RRSIG RRs.
7673c1
-
7673c1
- We now use "is" and not "==" when testing what section an RR
7673c1
- is in.
7673c1
-
7673c1
- The resolver now disallows metaqueries.
7673c1
7673c1
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.2-2
7673c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7673c1
7673c1
* Thu Dec  2 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.9.2-2
7673c1
- Build Python 2.6 subpackage for EPEL 5
7673c1
7673c1
* Tue Nov 23 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.9.2-1
7673c1
- It's brown paper bag time :) The fix for the import problems was
7673c1
- actually bad, but didn't show up in testing because the test suite's
7673c1
- conditional importing code hid the problem.
7673c1
-
7673c1
- Any, 1.9.2 is out.
7673c1
-
7673c1
- Sorry for the churn!
7673c1
7673c1
* Mon Nov 22 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.9.1-1
7673c1
- New since 1.9.0:
7673c1
-
7673c1
-        Nothing.
7673c1
-
7673c1
- Bugs fixed since 1.9.0
7673c1
-
7673c1
-        The dns.dnssec module didn't work with DSA due to namespace
7673c1
-        contamination from a "from"-style import.
7673c1
-
7673c1
- New since 1.8.0:
7673c1
-
7673c1
-        dnspython now uses poll() instead of select() when available.
7673c1
-
7673c1
-        Basic DNSSEC validation can be done using dns.dnsec.validate()
7673c1
-        and dns.dnssec.validate_rrsig() if you have PyCrypto 2.3 or
7673c1
-        later installed.  Complete secure resolution is not yet
7673c1
-        available.
7673c1
-
7673c1
-        Added key_id() to the DNSSEC module, which computes the DNSSEC
7673c1
-        key id of a DNSKEY rdata.
7673c1
-
7673c1
-        Added make_ds() to the DNSSEC module, which returns the DS RR
7673c1
-        for a given DNSKEY rdata.
7673c1
-
7673c1
-        dnspython now raises an exception if HMAC-SHA284 or
7673c1
-        HMAC-SHA512 are used with a Python older than 2.5.2.  (Older
7673c1
-        Pythons do not compute the correct value.)
7673c1
-
7673c1
-        Symbolic constants are now available for TSIG algorithm names.
7673c1
-
7673c1
- Bugs fixed since 1.8.0
7673c1
-
7673c1
-        dns.resolver.zone_for_name() didn't handle a query response
7673c1
-        with a CNAME or DNAME correctly in some cases.
7673c1
-
7673c1
-        When specifying rdata types and classes as text, Unicode
7673c1
-        strings may now be used.
7673c1
-
7673c1
-        Hashlib compatibility issues have been fixed.
7673c1
-
7673c1
-        dns.message now imports dns.edns.
7673c1
-
7673c1
-        The TSIG algorithm value was passed incorrectly to use_tsig()
7673c1
-        in some cases.
7673c1
7673c1
* Fri Aug 13 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.8.0-3
7673c1
- Add a patch from upstream to fix a Python 2.7 issue.
7673c1
7673c1
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.8.0-2.1
7673c1
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
7673c1
7673c1
* Wed Jan 27 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.8.0-1.1
7673c1
- Fix error
7673c1
7673c1
* Wed Jan 27 2010 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.8.0-1
7673c1
- New since 1.7.1:
7673c1
-
7673c1
-  Support for hmac-sha1, hmac-sha224, hmac-sha256, hmac-sha384 and
7673c1
-  hmac-sha512 has been contributed by Kevin Chen.
7673c1
-
7673c1
-  The tokenizer's tokens are now Token objects instead of (type,
7673c1
-  value) tuples.
7673c1
-
7673c1
- Bugs fixed since 1.7.1:
7673c1
-
7673c1
-  Escapes in masterfiles now work correctly.  Previously they were
7673c1
-  only working correctly when the text involved was part of a domain
7673c1
-  name.
7673c1
-
7673c1
-  When constructing a DDNS update, if the present() method was used
7673c1
-  with a single rdata, a zero TTL was not added.
7673c1
-
7673c1
-  The entropy pool needed locking to be thread safe.
7673c1
-
7673c1
-  The entropy pool's reading of /dev/random could cause dnspython to
7673c1
-  block.
7673c1
-
7673c1
-  The entropy pool did buffered reads, potentially consuming more
7673c1
-  randomness than we needed.
7673c1
-
7673c1
-  The entropy pool did not seed with high quality randomness on
7673c1
-  Windows.
7673c1
-
7673c1
-  SRV records were compared incorrectly.
7673c1
-
7673c1
-  In the e164 query function, the resolver parameter was not used.
7673c1
7673c1
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.1-2
7673c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7673c1
7673c1
* Fri Jun 19 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.7.1-1
7673c1
- New since 1.7.0:
7673c1
-
7673c1
-        Nothing
7673c1
-
7673c1
- Bugs fixed since 1.7.0:
7673c1
-
7673c1
-        The 1.7.0 kitting process inadventently omitted the code for the
7673c1
-        DLV RR.
7673c1
-
7673c1
-        Negative DDNS prerequisites are now handled correctly.
7673c1
7673c1
* Fri Jun 19 2009 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.7.0-1
7673c1
- New since 1.6.0:
7673c1
-
7673c1
-        Rdatas now have a to_digestable() method, which returns the
7673c1
-        DNSSEC canonical form of the rdata, suitable for use in
7673c1
-        signature computations.
7673c1
-
7673c1
-        The NSEC3, NSEC3PARAM, DLV, and HIP RR types are now supported.
7673c1
-
7673c1
-        An entropy module has been added and is used to randomize query ids.
7673c1
-
7673c1
-        EDNS0 options are now supported.
7673c1
-
7673c1
-        UDP IXFR is now supported.
7673c1
-
7673c1
-        The wire format parser now has a 'one_rr_per_rrset' mode, which
7673c1
-        suppresses the usual coalescing of all RRs of a given type into a
7673c1
-        single RRset.
7673c1
-
7673c1
-        Various helpful DNSSEC-related constants are now defined.
7673c1
-
7673c1
-        The resolver's query() method now has an optional 'source' parameter,
7673c1
-        allowing the source IP address to be specified.
7673c1
-
7673c1
- Bugs fixed since 1.6.0:
7673c1
-
7673c1
-        On Windows, the resolver set the domain incorrectly.
7673c1
-
7673c1
-        DS RR parsing only allowed one Base64 chunk.
7673c1
-
7673c1
-        TSIG validation didn't always use absolute names.
7673c1
-
7673c1
-        NSEC.to_text() only printed the last window.
7673c1
-
7673c1
-        We did not canonicalize IPv6 addresses before comparing them; we
7673c1
-        would thus treat equivalent but different textual forms, e.g.
7673c1
-        "1:00::1" and "1::1" as being non-equivalent.
7673c1
-
7673c1
-        If the peer set a TSIG error, we didn't raise an exception.
7673c1
-
7673c1
-        Some EDNS bugs in the message code have been fixed (see the ChangeLog
7673c1
-        for details).
7673c1
7673c1
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-4
7673c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
7673c1
7673c1
* Sat Nov 29 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.6.0-3
7673c1
- Rebuild for Python 2.6
7673c1
7673c1
* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.6.0-2
7673c1
- fix license tag
7673c1
7673c1
* Tue Dec  4 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.6.0-1
7673c1
- Update to 1.6.0
7673c1
7673c1
* Tue Oct  9 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.5.0-2
7673c1
- Follow new Python egg packaging specs
7673c1
7673c1
* Thu Jan 11 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.5.0-1
7673c1
- Update to 1.5.0
7673c1
7673c1
* Fri Dec  8 2006 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.4.0-3
7673c1
- Bump release for rebuild with Python 2.5
7673c1
7673c1
* Mon Aug 14 2006 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.4.0-2
7673c1
- No longer ghost *.pyo files, thus further simplifying the files section.
7673c1
7673c1
* Sat Aug  5 2006 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.4.0-1
7673c1
- Update to 1.4.0
7673c1
- Remove unneeded python-abi requires
7673c1
- Remove unneeded python_sitearch macro
7673c1
7673c1
* Fri May 26 2006 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.3.5-1
7673c1
- First version for Fedora Extras
7673c1