From 33a7b6cb8d56755bee40f51ea3b7ab1efc3b3867 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Tue, 26 Mar 2024 18:34:23 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: mgb01105731 --- python-pytest-rerunfailures.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pytest-rerunfailures.spec b/python-pytest-rerunfailures.spec index b8b4ce3..5cbc371 100644 --- a/python-pytest-rerunfailures.spec +++ b/python-pytest-rerunfailures.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global pypi_name pytest-rerunfailures Name: python-%{pypi_name} @@ -55,5 +55,8 @@ BuildRequires: python3-pytest-xdist %changelog +* Tue Mar 26 2024 mgb01105731 - 11.0-2 +- Rebuild with python3.11 + * Wed Apr 19 2023 DengXiewei - 11.0-1 - Initial package from upstream -- Gitee