From ef396e2511c3a5fc82d200167e2ef8599818aff7 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 13 Mar 2024 10:03:56 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-jinja2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-jinja2.spec b/python-jinja2.spec index e087bef..5270bca 100644 --- a/python-jinja2.spec +++ b/python-jinja2.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global srcname Jinja2 Name: python-jinja2 @@ -86,7 +86,10 @@ rm -rvf docs/_build/html/.buildinfo %files -n python3-jinja2-doc %doc CHANGES.rst -%changelog +%changelog +* Wed Mar 13 2024 Zhao Hang - 3.1.3-2 +- Rebuild with python3.11 + * Thu Jan 11 2024 mgb01105731 - 3.1.3-1 - update to 3.1.3 -- Gitee