Compare commits
No commits in common. "de5f40e3fae390d18a5fa0874450eb9119233480" and "8220f35bd0c1bb8eaaea344e3fea990f7c27603d" have entirely different histories.
de5f40e3fa
...
8220f35bd0
BIN
aiodns-2.0.0.tar.gz
Normal file
BIN
aiodns-2.0.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,34 +1,35 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-aiodns
|
Name: python-aiodns
|
||||||
Version: 3.2.0
|
Version: 2.0.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Simple DNS resolver for asyncio
|
Summary: Simple DNS resolver for asyncio
|
||||||
License: MIT
|
License: MIT License
|
||||||
URL: https://github.com/saghul/aiodns
|
URL: http://github.com/saghul/aiodns
|
||||||
Source0: https://files.pythonhosted.org/packages/e7/84/41a6a2765abc124563f5380e76b9b24118977729e25a84112f8dfb2b33dc/aiodns-3.2.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/30/2e/b86ce168485b68d40c6a810838669deacf0abf41845c383659c2b613e69f/aiodns-2.0.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-pycares
|
Requires: python3-pycares
|
||||||
|
Requires: python3-typing
|
||||||
|
|
||||||
%description
|
%description
|
||||||
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 = %{version}-%{release}
|
Provides: python-aiodns
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%description -n python3-aiodns
|
%description -n python3-aiodns
|
||||||
Simple DNS resolver for asyncio
|
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: Development documents and examples for aiodns
|
Summary: Development documents and examples for aiodns
|
||||||
Provides: python3-aiodns-doc
|
Provides: python3-aiodns-doc
|
||||||
%description help
|
%description help
|
||||||
Simple DNS resolver for asyncio
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n aiodns-%{version}
|
%autosetup -n aiodns-2.0.0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -68,18 +69,5 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Mon Jul 06 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user