From 521402c50484255640b976391c116664335431d1 Mon Sep 17 00:00:00 2001 From: lizhao2025 Date: Tue, 16 Dec 2025 23:05:07 +0800 Subject: [PATCH] Update code from upstream --- python-jsonpatch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index 9e972a3..f43ca0d 100644 --- a/python-jsonpatch.spec +++ b/python-jsonpatch.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 5 %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 +* Tue Oct 29 2024 Troy Dawson - 1.32-6 +- Bump release for October 2024 mass rebuild: + * Fri Mar 22 2024 Zhao Hang - 1.32-4 - Rebuild with python3.11 -- Gitee