From c7185a0f295ff75c252b4545930abd155a5e61ab Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Wed, 27 Mar 2024 10:17:39 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- pyOpenSSL.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index a8904c9..29e9de1 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Summary: Python wrapper module around the OpenSSL library Name: pyOpenSSL @@ -72,6 +72,9 @@ rm doc/_build/html/.buildinfo %doc CHANGELOG.rst doc/_build/html %changelog +* Wed Mar 27 2024 Bo Ren - 23.2.0-2 +- Rebuild with python3.11 + * Wed Feb 07 2024 mgb01105731 - 23.2.0-1 - Update to 23.2.0 -- Gitee