From d5b964996ae5bd1cdb0319779f0e513e7fe4f13a Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Tue, 26 Mar 2024 20:05:10 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-dns.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-dns.spec b/python-dns.spec index 30d8f3d..b637d0d 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 @@ -83,6 +83,9 @@ export OPENSSL_ENABLE_SHA1_SIGNATURES=yes %endif %changelog +* 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 -- Gitee