- update to 2.0.0

* drop python2 support
 * Add support for ANY queries

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=11
This commit is contained in:
Ondřej Súkup 2019-03-21 14:08:40 +00:00 committed by Git OBS Bridge
parent 7279e0ba0e
commit 1ee00a2011
4 changed files with 12 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10fbdd52ba0e5523e12fb863f892fc8ea7c6da2fa42f12c748e3b704464c6824
size 6173

3
aiodns-2.0.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Mar 21 14:07:32 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 2.0.0
* drop python2 support
* Add support for ANY queries
-------------------------------------------------------------------
Fri Mar 1 09:30:55 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -20,8 +20,9 @@
%bcond_with tests
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-aiodns
Version: 1.2.0
Version: 2.0.0
Release: 0
Summary: Simple DNS resolver for asyncio
License: MIT
@ -30,14 +31,10 @@ Url: https://github.com/saghul/aiodns/releases
Source0: https://github.com/saghul/aiodns/archive/aiodns-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
Requires: python-pycares >= 3.0.0
%ifpython2
Requires: python-typing
%endif
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%if %{with tests}
BuildRequires: %{python_module pycares}
BuildRequires: %{python_module trollius}
BuildRequires: python-typing
%endif
BuildArch: noarch