diff --git a/dnspython-2.3.0.tar.gz b/dnspython-2.3.0.tar.gz deleted file mode 100644 index aef403c5560cb178d46d6012b8754aa26e9326d5..0000000000000000000000000000000000000000 Binary files a/dnspython-2.3.0.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..bb261ca7d41ab9e1c95baacea11b0add1d75ebda Binary files /dev/null and b/dnspython-2.6.0.tar.gz differ diff --git a/python-dns.spec b/python-dns.spec index b637d0df6c8830b9e8af7c709e8dfaaf37cbbdb7..5d889d6b52ffac790175d46034e213445b31b960 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 1 %global pypi_name dnspython %bcond_with trio @@ -6,7 +6,7 @@ %bcond_with doh Name: python-dns -Version: 2.3.0 +Version: 2.6.0 Release: %{anolis_release}%{?dist} Summary: DNS toolkit for Python @@ -83,6 +83,9 @@ export OPENSSL_ENABLE_SHA1_SIGNATURES=yes %endif %changelog +* Fri May 17 2024 mgb01105731 - 2.6.0-1 +- update to 2.6.0 + * Tue Mar 26 2024 Zhao Hang - 2.3.0-2 - Rebuild with python3.11