- 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
This commit is contained in:
Dirk Mueller 2024-04-02 09:43:00 +00:00 committed by Git OBS Bridge
parent 22d1d31ed5
commit be4b7a7fc0
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2bf924845dfa1d81215cd73f9137b0c012db8457886224a63cd2d1472c40f787
size 7456

BIN
aiodns-3.2.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Apr 2 09:42:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <pgajdos@suse.com>

View File

@ -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