From 664688c095ff951cee0de45e99122fddd15fe35e Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Tue, 12 Mar 2024 14:12:49 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-pid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pid.spec b/python-pid.spec index fe63798..b590c2e 100644 --- a/python-pid.spec +++ b/python-pid.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %bcond_without python3 %bcond_without python3_tests %global pypi_name pid @@ -85,6 +85,9 @@ rm -rf %{pypi_name}.egg-info %doc AUTHORS CHANGELOG README.rst %changelog +* Tue Mar 12 2024 Zhao Hang - 3.0.4-4 +- Rebuild with python3.11 + * Sat Apr 08 2023 Shawn Wang - 3.0.4-3 - Optimize the spec file -- Gitee