From 075aacca545739181dab6408b76b66b8fda3ac68 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Tue, 12 Mar 2024 15:02:41 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-pbr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pbr.spec b/python-pbr.spec index de5d1ae..f39eb6e 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global pypi_name pbr @@ -109,5 +109,8 @@ stestr run -E 'test_requirement_parsing|test_pep_517_support' %doc README.rst %{?without_bootstrap:html} %changelog +* Tue Mar 12 2024 Zhao Hang - 5.10.0-2 +- Rebuild with python3.11 + * Wed Mar 29 2023 yuanhui - 5.10.0-1 - Init package from upstream -- Gitee