diff --git a/dnspython-2.4.2.tar.gz b/dnspython-2.4.2.tar.gz deleted file mode 100644 index 4f03e47808ee2fea954ad38dcb70b1f3a06fcaa9..0000000000000000000000000000000000000000 Binary files a/dnspython-2.4.2.tar.gz and /dev/null differ diff --git a/dnspython-2.6.0.tar.gz b/dnspython-2.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..61e6e0d7ab6cd66dbf19559b7627bf2e05f68741 Binary files /dev/null and b/dnspython-2.6.0.tar.gz differ diff --git a/python-dns.spec b/python-dns.spec index a5c76566c7650c92e266841fc975b0f65efa9e2c..f2eb8905d3bfe7b910e07d51e292df883c5534c3 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -13,7 +13,7 @@ messages, names, and records. Name: python-dns Summary: %{sum} -Version: 2.4.2 +Version: 2.6.0 Release: 1 License: ISC and MIT URL: http://www.dnspython.org/ @@ -42,7 +42,7 @@ Requires: python3-cryptography find examples -type f | xargs chmod a-x %build -sed -i 's/setup_requires = setuptools>=44; setuptools_scm\[toml\]>=3.4.3/setup_requires = setuptools>=44;/' setup.cfg +#sed -i 's/setup_requires = setuptools>=44; setuptools_scm\[toml\]>=3.4.3/setup_requires = setuptools>=44;/' setup.cfg %py3_build %install @@ -60,6 +60,9 @@ pytest %doc examples %changelog +* Wed Apr 17 2024 zhangxingrong - 2.6.0-1 +- update to 2.6.0 + * Tue Dec 26 2023 gaihuiying - 2.4.2-1 - update to 2.4.2