forked from pool/python-py3dns
* Update expected test results due to changed example.com IP addresses. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py3dns?expand=0&rev=11
45 lines
1.7 KiB
Plaintext
45 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Jun 6 20:25:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 4.0.2:
|
|
* Update expected test results due to changed example.com IP
|
|
addresses.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 1 10:16:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 4.0.1:
|
|
* Fix regex string in Base.py to be raw string to resolve
|
|
SyntaxWarning for invalid escape sequence with python3.12
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 9 21:30:53 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 4.0.0:
|
|
* Bump major version due to incompatible change
|
|
* Remove class DnsAsyncRequest, asyncore is removed from Python
|
|
3.12 and it would require a substial rewrite -
|
|
If you need async DNS, use aiodns instead. (LP: #2003329)
|
|
* Switch build system from setuptools with setup.py to flit
|
|
* If /etc/resolv.conf, assume DNS server is '127.0.0.1', this
|
|
changes the existing behavior - in previous releases there
|
|
would be a FileNotFoundError.
|
|
- drop python3-py3dns-handle-absent-resolv.patch,
|
|
python3-py3dns-py3_friendly_warning.patch: solved upstream
|
|
differently
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 10 12:56:30 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 3.2.1:
|
|
* various minor fixes
|
|
- Rebase patch python3-py3dns-handle-absent-resolv.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 2 08:34:17 UTC 2018 - tchvatal@suse.com
|
|
|
|
- Initial package, used by libravatar
|
|
- Add patches from Fedora to fix build:
|
|
* python3-py3dns-handle-absent-resolv.patch
|
|
* python3-py3dns-py3_friendly_warning.patch
|