From e0543801954729be2d42171e2d11d6196a71587f Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Tue, 26 Mar 2024 20:05:10 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-jsonschema.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 1244f08..bcd879d 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global pypi_name jsonschema @@ -77,6 +77,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} trial-3 %{pypi_name} %doc README.rst %changelog +* Tue Mar 26 2024 Zhao Hang - 4.17.3-2 +- Rebuild with python3.11 + * Mon Feb 20 2023 mgb01105731 - 4.17.3-1 - update to version 4.17.3 -- Gitee