Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
de5f40e3fa
!7 Update version to 3.2.0
From: @zhao-jingyu985 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2024-04-22 07:59:37 +00:00
zhaojingyu
b329030856 update version to 3.2.0 2024-04-22 15:32:15 +08:00
openeuler-ci-bot
be950fcda2
!6 Update package to version 3.1.1
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-11-06 09:42:22 +00:00
jxy_git
2011a68738 Update package to version 3.1.1 2023-11-06 15:12:13 +08:00
openeuler-ci-bot
9b8a34b084
!5 Upgrade package to version 3.0.0
From: @Gzx1999 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-09-25 12:55:39 +00:00
Gzx1999
09715f31bf Upgrade package to version 3.0.0 2022-09-25 09:45:32 +08:00
openeuler-ci-bot
679e23e5c0
!4 【轻量级 PR】:Add %description for help sub-package to fix obs build error
From: @zhangy1317 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-07-11 08:27:32 +00:00
zhangy1317
63be908727
Add %description for help sub-package to fix obs build error 2022-07-07 08:04:44 +00:00
openeuler-ci-bot
659589a7e9 !1 init package
From: @chendong1995
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-07-26 13:14:41 +00:00
晨东
a6cc819481 update python-aiodns.spec.
update description
2020-07-09 20:02:09 +08:00
3 changed files with 22 additions and 10 deletions

Binary file not shown.

BIN
aiodns-3.2.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,35 +1,34 @@
%global _empty_manifest_terminate_build 0
Name: python-aiodns
Version: 2.0.0
Version: 3.2.0
Release: 1
Summary: Simple DNS resolver for asyncio
License: MIT License
URL: http://github.com/saghul/aiodns
Source0: https://files.pythonhosted.org/packages/30/2e/b86ce168485b68d40c6a810838669deacf0abf41845c383659c2b613e69f/aiodns-2.0.0.tar.gz
License: MIT
URL: https://github.com/saghul/aiodns
Source0: https://files.pythonhosted.org/packages/e7/84/41a6a2765abc124563f5380e76b9b24118977729e25a84112f8dfb2b33dc/aiodns-3.2.0.tar.gz
BuildArch: noarch
Requires: python3-pycares
Requires: python3-typing
%description
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
Simple DNS resolver for asyncio
%package help
Summary: Development documents and examples for aiodns
Provides: python3-aiodns-doc
%description help
Simple DNS resolver for asyncio
%prep
%autosetup -n aiodns-2.0.0
%autosetup -n aiodns-%{version}
%build
%py3_build
@ -69,5 +68,18 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Apr 22 2024 zhaojingyu <zhaojingyu@kylinos.cn> - 3.2.0-1
- Update packgeto version 3.2.0
- Update test_query_ptr test to use address with PTR record
* 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
* Mon Jul 04 2022 zhangy <zhangy1317@foxmail.com> - 2.0.0-2
- Add %description for help sub-package to fix obs build error
* Mon Jul 06 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated