diff --git a/jsonschema-4.17.3.tar.gz b/jsonschema-4.17.3.tar.gz deleted file mode 100644 index cc703423562f70bb9fbc0a2cb5376e126452f10a..0000000000000000000000000000000000000000 Binary files a/jsonschema-4.17.3.tar.gz and /dev/null differ diff --git a/jsonschema-4.18.0.tar.gz b/jsonschema-4.18.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..47b8e75d2b44791ef81f5d945386b0f536ff1ca4 Binary files /dev/null and b/jsonschema-4.18.0.tar.gz differ diff --git a/python-jsonschema.spec b/python-jsonschema.spec index bcd879d602a35df772a1624849e57f7f69b7deab..ec8a28c9f0727c8dc4852940aba5d02457dba5a7 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 1 %global pypi_name jsonschema @@ -13,7 +13,7 @@ jsonschema is an implementation of JSON Schema for Python (supporting Name: python-%{pypi_name} Summary: Implementation of JSON Schema validation for Python -Version: 4.17.3 +Version: 4.18.0 Release: %{anolis_release}%{?dist} License: MIT URL: https://github.com/Julian/jsonschema @@ -77,6 +77,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} trial-3 %{pypi_name} %doc README.rst %changelog +* Wed Aug 13 2025 wenxin - 4.18.0-1 +- New version 4.18.0 + * Tue Mar 26 2024 Zhao Hang - 4.17.3-2 - Rebuild with python3.11