From 06ac6127e983480515a34f6ec78176634496192c Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 13 Mar 2024 10:25:58 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- pyparsing.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyparsing.spec b/pyparsing.spec index 658e1fc..421a5fa 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global build_wheel 1 %global python_wheelname pyparsing-%{version}-py3-none-any.whl @@ -94,5 +94,8 @@ python3 -m unittest discover tests %changelog +* Wed Mar 13 2024 Zhao Hang - 3.0.7-2 +- Rebuild with python3.11 + * Wed Apr 13 2022 happy_orange - 3.0.7-1 - Init package from upstream 3.0.7 -- Gitee