From 1ee00a2011ac354a072ef8171301a8c28f5a312cb6542eada81aef1023c1ed4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 21 Mar 2019 14:08:40 +0000 Subject: [PATCH] - 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 --- aiodns-1.2.0.tar.gz | 3 --- aiodns-2.0.0.tar.gz | 3 +++ python-aiodns.changes | 7 +++++++ python-aiodns.spec | 7 ++----- 4 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 aiodns-1.2.0.tar.gz create mode 100644 aiodns-2.0.0.tar.gz diff --git a/aiodns-1.2.0.tar.gz b/aiodns-1.2.0.tar.gz deleted file mode 100644 index a6fe6fc..0000000 --- a/aiodns-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10fbdd52ba0e5523e12fb863f892fc8ea7c6da2fa42f12c748e3b704464c6824 -size 6173 diff --git a/aiodns-2.0.0.tar.gz b/aiodns-2.0.0.tar.gz new file mode 100644 index 0000000..89b1584 --- /dev/null +++ b/aiodns-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f9f066d34dbf6120ec4a9357ba322313721a5fe7e9f0dec64d29df643e699c +size 5765 diff --git a/python-aiodns.changes b/python-aiodns.changes index 4478f35..e8917a2 100644 --- a/python-aiodns.changes +++ b/python-aiodns.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 21 14:07:32 UTC 2019 - Ondřej Súkup + +- 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 diff --git a/python-aiodns.spec b/python-aiodns.spec index 40acbd1..274d8ec 100644 --- a/python-aiodns.spec +++ b/python-aiodns.spec @@ -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