diff --git a/python-dnspython.spec b/python-dnspython.spec index 97b118c67affaf80735822f04edf6fa9165743ba..1b851b787f32a0d3547cb1b5f617676736259e14 100644 --- a/python-dnspython.spec +++ b/python-dnspython.spec @@ -1,10 +1,10 @@ Name: python-dnspython -Version: 2.1.0 +Version: 2.2.1 Release: 1 Summary: DNS toolkit License: ISC URL: http://www.dnspython.org -Source0: https://github.com/rthalley/dnspython/archive/refs/tags/v2.1.0.tar.gz +Source0: https://github.com/rthalley/dnspython/archive/refs/tags/v2.2.1.tar.gz BuildArch: noarch %description @@ -33,7 +33,7 @@ Requires: python3-dnspython Documentation for python3-dnspython. %prep -%autosetup -n dnspython-2.1.0 +%autosetup -n dnspython-2.2.1 %build %py3_build @@ -43,11 +43,13 @@ Documentation for python3-dnspython. %files -n python3-dnspython %{python3_sitelib}/dns -%{python3_sitelib}/dnspython-2.1.0-py%{python3_version}.egg-info +%{python3_sitelib}/dnspython-2.2.1-py%{python3_version}.egg-info %files help %doc doc examples %changelog +* Wed Sep 14 2022 Qiao Jijun - 2.2.1-1 +- Update package to v2.2.1 * Fri Jul 16 2021 Kou Wenqi - 2.1.0-1 - Init package diff --git a/v2.1.0.tar.gz b/v2.1.0.tar.gz deleted file mode 100644 index 3991c894d1d1c0fb2c6d65b3919bbda808d74a20..0000000000000000000000000000000000000000 Binary files a/v2.1.0.tar.gz and /dev/null differ diff --git a/v2.2.1.tar.gz b/v2.2.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a5fd64892dea774b206dac21d572dd4c6e87befb Binary files /dev/null and b/v2.2.1.tar.gz differ