Upgrade package to version 3.0.0

This commit is contained in:
Gzx1999 2022-09-25 09:45:32 +08:00
parent 679e23e5c0
commit 09715f31bf
3 changed files with 9 additions and 7 deletions

Binary file not shown.

BIN
aiodns-3.0.0.tar.gz Normal file

Binary file not shown.

View File

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