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