Sync from SUSE:SLFO:Main python-aiodns revision e2603fd1ccc75135819d07198e1e5405

This commit is contained in:
Adrian Schröter 2024-12-13 11:05:56 +01:00
parent 0bdc168219
commit 37600b3b67
4 changed files with 23 additions and 8 deletions

BIN
aiodns-3.0.0.tar.gz (Stored with Git LFS)

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
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>
- update to 3.1.1:
* Add PEP-561 with py.typed
-------------------------------------------------------------------
Fri Apr 21 12:21:37 UTC 2023 - Dirk Müller <dmueller@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
@ -19,17 +19,16 @@
# DNS tests won't work in OBS
%bcond_with tests
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-aiodns
Version: 3.0.0
Version: 3.2.0
Release: 0
Summary: Simple DNS resolver for asyncio
License: MIT
Group: Development/Libraries/Python
URL: https://github.com/saghul/aiodns/releases
Source0: https://github.com/saghul/aiodns/archive/aiodns-%{version}.tar.gz
Source0: https://github.com/saghul/aiodns/archive/refs/tags/v%{version}.tar.gz#/aiodns-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
Requires: python-pycares >= 4.0.0
BuildRequires: fdupes
@ -46,7 +45,7 @@ BuildArch: noarch
Simple DNS resolver for asyncio module.
%prep
%setup -q -n aiodns-aiodns-%{version}
%autosetup -p1 -n aiodns-%{version}
%build
%python_build