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..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 30d8f3dfaa163e38ecec2cd75dae67e068b54247..41bcea158097ffa65856ee4f0ba382ebb946cb03 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -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 @@ -14,12 +14,16 @@ Summary: DNS toolkit for Python License: ISC and MIT URL: http://www.dnspython.org -Source0: https://github.com/rthalley/%{pypi_name}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/77/4e/7ed5533779c9544b34643bf02b04c17015e6b9c2387d091b261d83283249/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros BuildRequires: python3-pytest +BuildRequires: python3-hatchling +BuildRequires: python3-wheel +BuildRequires: python3-pip +BuildRequires: python3-pbr %global _description %{expand: dnspython is a DNS toolkit for Python. It supports almost all record @@ -83,6 +87,14 @@ export OPENSSL_ENABLE_SHA1_SIGNATURES=yes %endif %changelog + +* Thu May 30 2024 gaoxulin - 2.6.0-1 +- fix CVE-2023-29483 + + +* Tue Mar 26 2024 Zhao Hang - 2.3.0-2 +- Rebuild with python3.11 + * Sat Apr 8 2023 Funda Wang - 2.3.0-1 - New version 2.3.0 - Disable test as it requires valid /etc/resolv.conf, which does not