From be4b7a7fc00ba5ae7a7212708a57cb28b0d9040e6ad162aa1d49afc57c912499 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Apr 2024 09:43:00 +0000 Subject: [PATCH] - update to 3.2.0: * Update test_query_ptr test to use address with PTR record * Added a missing py.typed file for wheel * Add Winloop as a valid EventLoop * Add support for getaddrinfo * Add support for getnameinfo OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=24 --- aiodns-3.1.1.tar.gz | 3 --- aiodns-3.2.0.tar.gz | 3 +++ python-aiodns.changes | 10 ++++++++++ python-aiodns.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 aiodns-3.1.1.tar.gz create mode 100644 aiodns-3.2.0.tar.gz diff --git a/aiodns-3.1.1.tar.gz b/aiodns-3.1.1.tar.gz deleted file mode 100644 index 3287b3b..0000000 --- a/aiodns-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bf924845dfa1d81215cd73f9137b0c012db8457886224a63cd2d1472c40f787 -size 7456 diff --git a/aiodns-3.2.0.tar.gz b/aiodns-3.2.0.tar.gz new file mode 100644 index 0000000..9aa09a6 --- /dev/null +++ b/aiodns-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999e8fbeff802027ab890a085c35586eff7001b70356a832f43b3649ac9f7933 +size 7936 diff --git a/python-aiodns.changes b/python-aiodns.changes index 9d1552b..e97a8f0 100644 --- a/python-aiodns.changes +++ b/python-aiodns.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Apr 2 09:42:31 UTC 2024 - Dirk Müller + +- update to 3.2.0: + * Update test_query_ptr test to use address with PTR record + * Added a missing py.typed file for wheel + * Add Winloop as a valid EventLoop + * Add support for getaddrinfo + * Add support for getnameinfo + ------------------------------------------------------------------- Thu Dec 14 09:12:38 UTC 2023 - Petr Gajdos diff --git a/python-aiodns.spec b/python-aiodns.spec index 9533275..26a0d84 100644 --- a/python-aiodns.spec +++ b/python-aiodns.spec @@ -1,7 +1,7 @@ # # spec file for package python-aiodns # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-aiodns -Version: 3.1.1 +Version: 3.2.0 Release: 0 Summary: Simple DNS resolver for asyncio License: MIT