From 952fdcb3b2d6117c88558f496cfbffbf70e944eb Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Fri, 22 Mar 2024 10:50:49 +0800 Subject: [PATCH] Disable tests and rebuild with python3.11 Signed-off-by: Zhao Hang --- python-attrs.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-attrs.spec b/python-attrs.spec index fb3226d..b31560f 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -1,8 +1,8 @@ -%define anolis_release 1 +%define anolis_release 2 %global modname attrs # Turn the tests off when bootstrapping Python, because pytest requires attrs -%bcond_without tests +%bcond_with tests Name: python-attrs Version: 22.2.0 @@ -58,7 +58,10 @@ PYTHONPATH=%{buildroot}/%{python3_sitelib} py.test-3 -v %license LICENSE %{python3_sitelib}/* -%changelog +%changelog +* Fri Mar 22 2024 Zhao Hang - 22.2.0-2 +- Disable tests and ebuild with python3.11 + * Fri Dec 30 2022 mgb01105731 - 22.2.0-1 - update to version 22.2.0 -- Gitee