From d0e134e21e63d2c5a650e9b7c8100f6046cb3c8a Mon Sep 17 00:00:00 2001 From: lizhao2025 Date: Thu, 25 Dec 2025 19:33:30 +0800 Subject: [PATCH] Update code from upstream --- python-jsonschema.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-jsonschema.spec b/python-jsonschema.spec index bcd879d..0858c88 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %global pypi_name jsonschema @@ -77,6 +77,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} trial-3 %{pypi_name} %doc README.rst %changelog +* Tue Oct 29 2024 Troy Dawson - 4.17.3-3 +- Bump release for October 2024 mass rebuild: + * Tue Mar 26 2024 Zhao Hang - 4.17.3-2 - Rebuild with python3.11 -- Gitee