diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index 6ed5a46ee470f277a6091a141ea40284ff1d44b4..9e972a3eec98afd25e9d0cc6bbc250f92220cebb 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