!5 Upgrade package to version 3.0.0
From: @Gzx1999 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
9b8a34b084
Binary file not shown.
BIN
aiodns-3.0.0.tar.gz
Normal file
BIN
aiodns-3.0.0.tar.gz
Normal file
Binary file not shown.
@ -1,15 +1,14 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-aiodns
|
Name: python-aiodns
|
||||||
Version: 2.0.0
|
Version: 3.0.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Simple DNS resolver for asyncio
|
Summary: Simple DNS resolver for asyncio
|
||||||
License: MIT License
|
License: MIT
|
||||||
URL: http://github.com/saghul/aiodns
|
URL: https://github.com/saghul/aiodns
|
||||||
Source0: https://files.pythonhosted.org/packages/30/2e/b86ce168485b68d40c6a810838669deacf0abf41845c383659c2b613e69f/aiodns-2.0.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/27/79/df72e25df0fdd9bf5a5ab068539731d27c5f2ae5654621ae0c92ceca94cf/aiodns-3.0.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-pycares
|
Requires: python3-pycares
|
||||||
Requires: python3-typing
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Simple DNS resolver for asyncio
|
Simple DNS resolver for asyncio
|
||||||
@ -29,7 +28,7 @@ Provides: python3-aiodns-doc
|
|||||||
Simple DNS resolver for asyncio
|
Simple DNS resolver for asyncio
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n aiodns-2.0.0
|
%autosetup -n aiodns-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -69,6 +68,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 25 2022 guozhengxin <guozhengxin@kylinos.cn> - 3.0.0-1
|
||||||
|
- Upgrade package to version 3.0.0
|
||||||
|
|
||||||
* Mon Jul 04 2022 zhangy <zhangy1317@foxmail.com> - 2.0.0-2
|
* Mon Jul 04 2022 zhangy <zhangy1317@foxmail.com> - 2.0.0-2
|
||||||
- Add %description for help sub-package to fix obs build error
|
- Add %description for help sub-package to fix obs build error
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user