From f58088134efadbc8254c999d6da760b7c4d5aa0b Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Wed, 13 Mar 2024 13:46:52 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: mgb01105731 --- python-editables.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-editables.spec b/python-editables.spec index c63b44b..8ea1eaf 100644 --- a/python-editables.spec +++ b/python-editables.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 Name: python-editables Version: 0.3 @@ -66,6 +66,9 @@ The python3-editables-doc package contains documentation files for python3-edita %doc README.md CHANGELOG.md docs/source/*.md %changelog +* Wed Mar 13 2024 mgb01105731 - 0.3-4 +- Rebuild with python3.11 + * Fri Mar 31 2023 yuanhui - 0.3-3 - Rename python3-editables to python-editables -- Gitee