Accepting request 1133125 from home:pgajdos:python

pmmu version update

OBS-URL: https://build.opensuse.org/request/show/1133125
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiodns?expand=0&rev=21
This commit is contained in:
Dirk Mueller 2023-12-15 11:58:10 +00:00 committed by Git OBS Bridge
parent 96448fb0c7
commit 340b774a34
4 changed files with 21 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,18 @@
-------------------------------------------------------------------
Thu Dec 14 09:12:38 UTC 2023 - Petr Gajdos <pgajdos@suse.com>
- 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 <dmueller@suse.com> 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 # DNS tests won't work in OBS
%bcond_with tests %bcond_with tests
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %define skip_python2 1
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-aiodns Name: python-aiodns
Version: 3.0.0 Version: 3.1.1
Release: 0 Release: 0
Summary: Simple DNS resolver for asyncio Summary: Simple DNS resolver for asyncio
License: MIT License: MIT
Group: Development/Libraries/Python Group: Development/Libraries/Python
URL: https://github.com/saghul/aiodns/releases 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} BuildRequires: %{python_module setuptools}
Requires: python-pycares >= 4.0.0 Requires: python-pycares >= 4.0.0
BuildRequires: fdupes BuildRequires: fdupes
@ -46,7 +45,7 @@ BuildArch: noarch
Simple DNS resolver for asyncio module. Simple DNS resolver for asyncio module.
%prep %prep
%setup -q -n aiodns-aiodns-%{version} %autosetup -p1 -n aiodns-%{version}
%build %build
%python_build %python_build