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-2024.10.1.tar.gz b/jsonschema_specifications-2024.10.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6c61ff2861ba6e41c2615dffe3793652060e32ba Binary files /dev/null and b/jsonschema_specifications-2024.10.1.tar.gz differ diff --git a/python-jsonschema-specifications.spec b/python-jsonschema-specifications.spec index dea40f30c543ba16ae451809bfa6b7fe81a5e3fd..f5d5b4af4d6c187f6753e8ca961dcb7e0a2fd1a1 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: 2024.10.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/source/j/jsonschema_specifications/jsonschema_specifications-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -61,6 +61,10 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Nov 07 2024 caiyuxin - 2024.10.1 +- Update package to version 2024.10.1 + * Add support for Python 3.13 + * Fri Aug 23 2024 xuhe - 2023.12.1-1 - Update version to 2023.12.1 - Ignore dotfiles when collecting schemas.