From a106d1a5a083bcd8e4db7a4e97d5cd9c5faa3467 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Mon, 25 Mar 2024 14:03:18 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-dateutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-dateutil.spec b/python-dateutil.spec index 988c89b..fe8e44b 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 5 %bcond_without tests %global pypi_name dateutil @@ -75,6 +75,9 @@ make -C docs html %doc docs/_build/html %changelog +* Mon Mar 25 2024 Zhao Hang - 2.8.2-5 +- Rebuild with python3.11 + * Sat Apr 08 2023 Shawn Wang - 2.8.2-4 - Optimize the spec file -- Gitee