From 313a7c03915bf07a653fe69784e27ed39f24df0b Mon Sep 17 00:00:00 2001 From: lizhao2025 Date: Tue, 16 Dec 2025 22:40:26 +0800 Subject: [PATCH] Update code from upstream --- python-dns.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-dns.spec b/python-dns.spec index 41bcea1..bf0b539 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global pypi_name dnspython %bcond_with trio @@ -15,6 +15,7 @@ License: ISC and MIT URL: http://www.dnspython.org Source0: https://files.pythonhosted.org/packages/77/4e/7ed5533779c9544b34643bf02b04c17015e6b9c2387d091b261d83283249/%{pypi_name}-%{version}.tar.gz +Patch1000: 1000-use-setuptools-to-build-dnspython.patch BuildArch: noarch BuildRequires: python3-devel @@ -46,6 +47,7 @@ Summary: %{summary} %pyproject_buildrequires -r %{?with_trio:-x trio} %{?with_curio:-x curio} %{?with_doh:-x doh} %prep +| %autosetup -p1 -n %{pypi_name}-%{version} # strip exec permissions so that we don't pick up dependencies from docs @@ -87,6 +89,8 @@ export OPENSSL_ENABLE_SHA1_SIGNATURES=yes %endif %changelog +* Tue Aug 20 2024 Rafael Guterres Jeffman - 2.6.0-2 +- Ensure dns.rdtypes sub-packages are available * Thu May 30 2024 gaoxulin - 2.6.0-1 - fix CVE-2023-29483 -- Gitee