- 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:
parent
7279e0ba0e
commit
1ee00a2011
@ -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
3
aiodns-2.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f5f9f066d34dbf6120ec4a9357ba322313721a5fe7e9f0dec64d29df643e699c
|
||||||
|
size 5765
|
@ -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>
|
Fri Mar 1 09:30:55 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -20,8 +20,9 @@
|
|||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%define skip_python2 1
|
||||||
Name: python-aiodns
|
Name: python-aiodns
|
||||||
Version: 1.2.0
|
Version: 2.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple DNS resolver for asyncio
|
Summary: Simple DNS resolver for asyncio
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -30,14 +31,10 @@ 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/aiodns-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
Requires: python-pycares >= 3.0.0
|
Requires: python-pycares >= 3.0.0
|
||||||
%ifpython2
|
|
||||||
Requires: python-typing
|
|
||||||
%endif
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: %{python_module pycares}
|
BuildRequires: %{python_module pycares}
|
||||||
BuildRequires: %{python_module trollius}
|
|
||||||
BuildRequires: python-typing
|
BuildRequires: python-typing
|
||||||
%endif
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Loading…
Reference in New Issue
Block a user