diff --git a/jsonschema_specifications-2023.12.1.tar.gz b/jsonschema_specifications-2023.12.1.tar.gz deleted file mode 100644 index 804bd64ba04359409cd49862b7fbd60ec4ca2554..0000000000000000000000000000000000000000 Binary files a/jsonschema_specifications-2023.12.1.tar.gz and /dev/null differ diff --git a/jsonschema_specifications-2025.4.1.tar.gz b/jsonschema_specifications-2025.4.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2f7c9a78630471d5d7046ddbf19ad1ea902a2029 Binary files /dev/null and b/jsonschema_specifications-2025.4.1.tar.gz differ diff --git a/python-jsonschema-specifications.spec b/python-jsonschema-specifications.spec index dea40f30c543ba16ae451809bfa6b7fe81a5e3fd..f8bf28cbceb55af9667a7ee0eea4881c3894259e 100644 --- a/python-jsonschema-specifications.spec +++ b/python-jsonschema-specifications.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-jsonschema-specifications -Version: 2023.12.1 +Version: 2025.4.1 Release: 1 Summary: The JSON Schema meta-schemas and vocabularies, exposed as a Registry. License: MIT URL: https://github.com/python-jsonschema/jsonschema-specifications -Source0: https://files.pythonhosted.org/packages/f8/b9/cc0cc592e7c195fb8a650c1d5990b10175cf13b4c97465c72ec841de9e4b/jsonschema_specifications-2023.12.1.tar.gz +Source0: https://files.pythonhosted.org/packages/bf/ce/46fbd9c8119cfc3581ee5643ea49464d168028cfb5caff5fc0596d0cf914/jsonschema_specifications-2025.4.1.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -61,6 +61,10 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Aug 05 2025 xuhe - 2025.4.1-1 +- Update version to 2025.4.1 +- Update pre-commit hooks. + * Fri Aug 23 2024 xuhe - 2023.12.1-1 - Update version to 2023.12.1 - Ignore dotfiles when collecting schemas.