From 83587460f192ee896495cb736ca4ac7cb232fee2 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Wed, 27 Mar 2024 10:11:49 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- python-paramiko.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-paramiko.spec b/python-paramiko.spec index ad72832..8551b8e 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global srcname paramiko Name: python-paramiko @@ -89,5 +89,8 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} %doc html/ demos/ %changelog +* Wed Mar 27 2024 Bo Ren - 2.12.0-2 +- Rebuild with python3.11 + * Tue Jun 20 2023 mabofu - 2.12.0-1 - Init package from upstream -- Gitee