17
0

- Update trio version depedency to fix broken test on 15.6.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnspython?expand=0&rev=82
This commit is contained in:
2025-09-08 20:34:42 +00:00
committed by Git OBS Bridge
parent dba8b835b4
commit 27adfc4f40
2 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ Mon Sep 8 20:26:46 UTC 2025 - Sebastian Wagner <sebix@sebix.at>
* 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 <mardnh@gmx.de>