diff --git a/python-dnspython.changes b/python-dnspython.changes index be62c25..c078a9a 100644 --- a/python-dnspython.changes +++ b/python-dnspython.changes @@ -7,6 +7,7 @@ Mon Sep 8 20:26:46 UTC 2025 - Sebastian Wagner * dns/win32util.py now supports explicitly setting the configuration method used to get system dns info, using the set_config_method() function. There is a new configuration method that uses the Win32 API, which can be set using set_config_method(ConfigMethod.Win32). We are considering making the Win32 API the default in the future as we believe it to be the most accurate. Any feedback on it compared to the other methods is welcome. * 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. +- Update trio version depedency to fix broken test on 15.6. ------------------------------------------------------------------- Tue Oct 8 20:19:23 UTC 2024 - Martin Hauke diff --git a/python-dnspython.spec b/python-dnspython.spec index 9d1650b..7eff1b8 100644 --- a/python-dnspython.spec +++ b/python-dnspython.spec @@ -50,7 +50,7 @@ Recommends: python-h2 # quic Recommends: python-aioquic # trio -Suggests: python-trio >= 0.14.0 +Suggests: python-trio >= 0.30 BuildArch: noarch %if %{with test} # dnssec @@ -69,7 +69,7 @@ BuildRequires: %{python_module requests} # # curio # BuildRequires: %%{python_module sniffio >= 1.1} # trio -BuildRequires: %{python_module trio >= 0.14.0} +BuildRequires: %{python_module trio >= 0.30.0} BuildRequires: %{python_module typing} BuildRequires: netcfg BuildRequires: (python3-contextvars if python3-base < 3.7)