- Update to 0.9.26
* Implement matchWildcard (Issue #72)
- Limit Python files matched in %files section
- Switch build system from setuptools to pyproject.toml
* Add python-pip and python-wheel to BuildRequires
* Replace %python_build with %pyproject_wheel
* Replace %python_install with %pyproject_install
- Switch package to modern Python Stack on SLE-15
* Use Python 3.11 on SLE-15 by default
* Drop support for older Python versions
OBS-URL: https://build.opensuse.org/request/show/1267633
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnslib?expand=0&rev=14
* Minor clean-up / add wheels to distro
* Issue #43 (0.9.21 Raises TypeError instead of DNSError when failing to parse HTTPS records)
Note that we just fix the exception - there still seems to be a problem with parsing HTTPS records
* Issue #43: HTTPS reads after RD end (thanks to @robinlandstrom for pull request)
* Issue #45: Dnslib fails to handle unknown RR types in NSEC RD type bitmap
* Bimap now supports a function to map unknown types which we use to
dynamically map from rtype <-> TYPExxxx for unknown record types
* RR zone representation updated to match RFC3597
* Pull Request #47: Add support for DS, SSHFP, and TLSA records (thanks to @rmbolger)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnslib?expand=0&rev=8