diff --git a/aiodns-2.0.0.tar.gz b/aiodns-2.0.0.tar.gz deleted file mode 100644 index d98e98d482bb08dfd961fa2f4812a047a1c51c05..0000000000000000000000000000000000000000 Binary files a/aiodns-2.0.0.tar.gz and /dev/null differ diff --git a/aiodns-3.0.0.tar.gz b/aiodns-3.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ac07c8424f9a3859807c446a8e1029a3254143f6 Binary files /dev/null and b/aiodns-3.0.0.tar.gz differ diff --git a/python-aiodns.spec b/python-aiodns.spec index b2533ee3b27b646ce5f9b4ac6d35c5d38a55cdf8..255868bc009ab0a29283cfe1228278c773bf7826 100644 --- a/python-aiodns.spec +++ b/python-aiodns.spec @@ -1,15 +1,14 @@ %global _empty_manifest_terminate_build 0 Name: python-aiodns -Version: 2.0.0 -Release: 2 +Version: 3.0.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/27/79/df72e25df0fdd9bf5a5ab068539731d27c5f2ae5654621ae0c92ceca94cf/aiodns-3.0.0.tar.gz BuildArch: noarch Requires: python3-pycares -Requires: python3-typing %description Simple DNS resolver for asyncio @@ -29,7 +28,7 @@ Provides: python3-aiodns-doc Simple DNS resolver for asyncio %prep -%autosetup -n aiodns-2.0.0 +%autosetup -n aiodns-%{version} %build %py3_build @@ -69,6 +68,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Sep 25 2022 guozhengxin - 3.0.0-1 +- Upgrade package to version 3.0.0 + * Mon Jul 04 2022 zhangy - 2.0.0-2 - Add %description for help sub-package to fix obs build error