diff --git a/dnspython-2.7.0.tar.gz b/dnspython-2.7.0.tar.gz deleted file mode 100644 index 93e352444ef06ea05bed8840505f6885b615cdc4..0000000000000000000000000000000000000000 Binary files a/dnspython-2.7.0.tar.gz and /dev/null differ diff --git a/dnspython-2.8.0.tar.gz b/dnspython-2.8.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e432e37b7b6650b047f9396afb2f5b2b7a677ba0 Binary files /dev/null and b/dnspython-2.8.0.tar.gz differ diff --git a/python-dnspython.spec b/python-dnspython.spec index 1c3c7db30c36459c09886b1f4a6224d5d8077f1c..747b0a863590a722e44301e2877c409c7ea755ba 100644 --- a/python-dnspython.spec +++ b/python-dnspython.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-dnspython -Version: 2.7.0 -Release: 1 +Version: 2.8.0 +Release: 1 Summary: DNS toolkit License: ISC URL: https://www.dnspython.org @@ -68,6 +68,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Sep 25 2025 Yu Peng - 2.8.0-1 +- Upgrade to 2.8.0 + * dns/btreezone.py provides another zone versioned implementation built on top of a B-tree. + * dns/query.py now provides make_socket(), make_ssl_socket(), and make_ssl_context() to make using persistent connections with the query code easier. + * dns/win32util.py now supports explicitly setting the configuration method used to get system dns info, using the set_config_method() function. + * The DSYNC record is now supported. This type is still in draft stage at the IETF and is subject to change. + * The minimum supported Python version is now 3.10. + * Wed Nov 06 2024 songliyang - 2.7.0-1 - Upgrade package to version 2.7.0 - Use the port from the URL if provided for H3