!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:
commit
be950fcda2
Binary file not shown.
BIN
aiodns-3.1.1.tar.gz
Normal file
BIN
aiodns-3.1.1.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-aiodns
|
Name: python-aiodns
|
||||||
Version: 3.0.0
|
Version: 3.1.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Simple DNS resolver for asyncio
|
Summary: Simple DNS resolver for asyncio
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/saghul/aiodns
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-pycares
|
Requires: python3-pycares
|
||||||
@ -15,7 +15,7 @@ Simple DNS resolver for asyncio
|
|||||||
|
|
||||||
%package -n python3-aiodns
|
%package -n python3-aiodns
|
||||||
Summary: Simple DNS resolver for asyncio
|
Summary: Simple DNS resolver for asyncio
|
||||||
Provides: python-aiodns
|
Provides: python-aiodns = %{version}-%{release}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%description -n python3-aiodns
|
%description -n python3-aiodns
|
||||||
@ -68,6 +68,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Sep 25 2022 guozhengxin <guozhengxin@kylinos.cn> - 3.0.0-1
|
||||||
- Upgrade package to version 3.0.0
|
- Upgrade package to version 3.0.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user