From f961e5fdf353786eb2eba3878c1afdd31392a8f7 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Fri, 22 Mar 2024 13:55:56 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-jsonpatch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index 6ed5a46..9e972a3 100644 --- a/python-jsonpatch.spec +++ b/python-jsonpatch.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %bcond_without tests %global pypi_name jsonpatch %global github_name json-patch @@ -66,6 +66,9 @@ ln -s ./%{pypi_name}-%{python3_version} %{buildroot}%{_bindir}/%{pypi_name} %doc AUTHORS README.md %changelog +* Fri Mar 22 2024 Zhao Hang - 1.32-4 +- Rebuild with python3.11 + * Sun Apr 09 2023 Shawn Wang - 1.32-3 - Optimize the spec file -- Gitee