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