From b92b89423725104e3a4a0289fc05a9019fa32d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=87=E9=91=AB?= Date: Tue, 17 Jun 2025 11:54:15 +0800 Subject: [PATCH] rebuild with python3.11 --- python-dill.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-dill.spec b/python-dill.spec index f2f2dbd..27afa3d 100644 --- a/python-dill.spec +++ b/python-dill.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global srcname dill @@ -63,5 +63,8 @@ Doc files for python3-%{srcname} %doc README.md %changelog +* Tue Jun 17 2025 wenxin - 0.3.6-2 +- rebuild with python3.11 + * Thu Jun 15 2023 Chunmei Xu - 0.3.6-1 - init from upstream -- Gitee