From 92f6035f031f03beda1a7e5d1c1864134a397551 Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Sat, 17 Dec 2022 16:54:46 +0800 Subject: [PATCH] rebuild with python-cryptography update Signed-off-by: Chunmei Xu --- python-dns.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-dns.spec b/python-dns.spec index ecc20e1..ecdb28b 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -1,6 +1,5 @@ -%define anolis_release 1 +%define anolis_release 2 %global pypi_name dnspython -%global rctag %{nil} %bcond_with trio %bcond_with curio @@ -43,7 +42,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}%{rctag} +%autosetup -p1 -n %{pypi_name}-%{version} # Update trio from 0.20 to 0.21 sed -i "s/\(trio = {version=\">=0.14,<0.\)20\(\", optional=true}\)/\121\2/" pyproject.toml # Update cryptography from 37.0 to 38.0 @@ -85,5 +84,8 @@ find examples -type f | xargs chmod a-x %endif %changelog +* Sat Dec 17 2022 Chunmei Xu - 2.2.1-2 +- rebuild with python-cryptography update + * Fri Jul 15 2022 happy_orange - 2.2.1-1 - Init pacakge from upstream -- Gitee