From 415ffe15af0f777ddd3eb98e3a77cb5d3fe53ebf1a82372705d68eaed4b59a2d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 12 Jul 2025 17:29:16 +0000 Subject: [PATCH] - update to 3.5.0: * Added explicit close method (#166) * Fixed return type signature for CNAME and SOA records (#162) * Improved Windows event loop documentation (#163) loops on Windows * Added fallback to `sock_state_cb` if `event_thread` creation fails (#151) * Implemented strict typing (#138) * Updated dependencies * Used c-ares event thread when available (#145) * Dropped Python 3.8 support (#129) * Updated CI infrastructure upload/download artifact (#148) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=28 --- aiodns-3.2.0.tar.gz | 3 --- aiodns-3.5.0.tar.gz | 3 +++ python-aiodns.changes | 17 +++++++++++++++++ python-aiodns.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 aiodns-3.2.0.tar.gz create mode 100644 aiodns-3.5.0.tar.gz diff --git a/aiodns-3.2.0.tar.gz b/aiodns-3.2.0.tar.gz deleted file mode 100644 index 9aa09a6..0000000 --- a/aiodns-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:999e8fbeff802027ab890a085c35586eff7001b70356a832f43b3649ac9f7933 -size 7936 diff --git a/aiodns-3.5.0.tar.gz b/aiodns-3.5.0.tar.gz new file mode 100644 index 0000000..5d6c649 --- /dev/null +++ b/aiodns-3.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db196bed4b7904afd3fbead515cee74fa997ec42d9853315229f74b07f821e2 +size 16312 diff --git a/python-aiodns.changes b/python-aiodns.changes index 0151f8d..cdc58ec 100644 --- a/python-aiodns.changes +++ b/python-aiodns.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Jul 12 17:28:35 UTC 2025 - Dirk Müller + +- update to 3.5.0: + * Added explicit close method (#166) + * Fixed return type signature for CNAME and SOA records (#162) + * Improved Windows event loop documentation (#163) + loops on Windows + * Added fallback to `sock_state_cb` if `event_thread` creation + fails (#151) + * Implemented strict typing (#138) + * Updated dependencies + * Used c-ares event thread when available (#145) + * Dropped Python 3.8 support (#129) + * Updated CI infrastructure + upload/download artifact (#148) + ------------------------------------------------------------------- Tue May 13 07:28:26 UTC 2025 - Markéta Machová diff --git a/python-aiodns.spec b/python-aiodns.spec index ec9bf72..b0e1a0d 100644 --- a/python-aiodns.spec +++ b/python-aiodns.spec @@ -20,7 +20,7 @@ %bcond_with tests %{?sle15_python_module_pythons} Name: python-aiodns -Version: 3.2.0 +Version: 3.5.0 Release: 0 Summary: Simple DNS resolver for asyncio License: MIT