!6 Update package to version 3.1.1

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-11-06 09:42:22 +00:00 committed by Gitee
commit be950fcda2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
aiodns-3.1.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-aiodns
Version: 3.0.0
Version: 3.1.1
Release: 1
Summary: Simple DNS resolver for asyncio
License: MIT
URL: https://github.com/saghul/aiodns
Source0: https://files.pythonhosted.org/packages/27/79/df72e25df0fdd9bf5a5ab068539731d27c5f2ae5654621ae0c92ceca94cf/aiodns-3.0.0.tar.gz
Source0: https://files.pythonhosted.org/packages/fa/10/4de99e6e67703d8f6b10ea92a4d2a6c5b96a9c0708b75389a00203387925/aiodns-3.1.1.tar.gz
BuildArch: noarch
Requires: python3-pycares
@ -15,7 +15,7 @@ Simple DNS resolver for asyncio
%package -n python3-aiodns
Summary: Simple DNS resolver for asyncio
Provides: python-aiodns
Provides: python-aiodns = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-aiodns
@ -68,6 +68,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Nov 06 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 3.1.1-1
- Update package to version 3.1.1
* Sun Sep 25 2022 guozhengxin <guozhengxin@kylinos.cn> - 3.0.0-1
- Upgrade package to version 3.0.0