Accepting request 1133402 from devel:languages:python

- update to 3.1.1:
  * Add PEP-561 with py.typed

OBS-URL: https://build.opensuse.org/request/show/1133402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiodns?expand=0&rev=8
This commit is contained in:
Ana Guerrero 2023-12-15 20:46:34 +00:00 committed by Git OBS Bridge
commit e6be024731
4 changed files with 12 additions and 7 deletions

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

Binary file not shown.

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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

@ -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