diff --git a/aiodns-3.0.0.tar.gz b/aiodns-3.0.0.tar.gz deleted file mode 100644 index f819d54..0000000 --- a/aiodns-3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:baa7b67121f5efc0de488eac0aa703342983344e23f4eedd8496f40381b494d4 -size 6917 diff --git a/aiodns-3.1.1.tar.gz b/aiodns-3.1.1.tar.gz new file mode 100644 index 0000000..3287b3b --- /dev/null +++ b/aiodns-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf924845dfa1d81215cd73f9137b0c012db8457886224a63cd2d1472c40f787 +size 7456 diff --git a/python-aiodns.changes b/python-aiodns.changes index 661e99c..3d36424 100644 --- a/python-aiodns.changes +++ b/python-aiodns.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Dec 14 09:12:38 UTC 2023 - Petr Gajdos + +- update to 3.1.1: + * ## What's Changed + * Add PEP-561 with py.typed + * Fix timeout + + * ## New Contributors + * @JCHacking made their first contribution in + https://github.com/saghul/aiodns/pull/109 + + * **Full Changelog**: + https://github.com/saghul/aiodns/compare/v3.1.0...v3.1.1 + ------------------------------------------------------------------- Fri Apr 21 12:21:37 UTC 2023 - Dirk Müller diff --git a/python-aiodns.spec b/python-aiodns.spec index 39bece8..9533275 100644 --- a/python-aiodns.spec +++ b/python-aiodns.spec @@ -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.1.1 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