diff --git a/fastjsonschema-2.19.1.tar.gz b/fastjsonschema-2.19.1.tar.gz deleted file mode 100644 index 50b3b48dbdefc5ef622c091bae5f5934c1ee1f8e..0000000000000000000000000000000000000000 Binary files a/fastjsonschema-2.19.1.tar.gz and /dev/null differ diff --git a/fastjsonschema-2.20.0.tar.gz b/fastjsonschema-2.20.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..631543d20adc906722d889e3d56fc6ae015bd73e Binary files /dev/null and b/fastjsonschema-2.20.0.tar.gz differ diff --git a/python-fastjsonschema.spec b/python-fastjsonschema.spec index 23ad04ee8a5c4ad5feadcd8366d07a501b17d558..7bda7f1374cb9fb95e0a880c89f553e2301f54c9 100644 --- a/python-fastjsonschema.spec +++ b/python-fastjsonschema.spec @@ -8,12 +8,12 @@ The main purpose is to have a really fast implementation. } Name: python-%{pypi_name} -Version: 2.19.1 +Version: 2.20.0 Release: 1 Summary: Fastest Python implementation of JSON schema. License: BSD URL: https://github.com/horejsek/python-fastjsonschema -Source0: https://files.pythonhosted.org/packages/ba/7f/cedf77ace50aa60c566deaca9066750f06e1fcf6ad24f254d255bb976dd6/fastjsonschema-2.19.1.tar.gz +Source0: https://files.pythonhosted.org/packages/03/3f/3ad5e7be13b4b8b55f4477141885ab2364f65d5f6ad5f7a9daffd634d066/fastjsonschema-2.20.0.tar.gz BuildArch: noarch @@ -65,6 +65,11 @@ PYTEST_XDIST_AUTO_NUM_WORKERS=%{_smp_build_ncpus} \ %{python3_sitelib}/%{pypi_name}-*.egg-info/ %changelog +* Thu Oct 24 2024 dongqi1 - 2.20.0-1 +- Update package version to 2.20.0 +- Test on Python 3.12 +- Use `warnings.catch_warnings` instead of `pytest.warns(None)` in tests + * Mon Feb 26 2024 jiangxinyu - 2.19.1-1 - Update package to version 2.19.1 Fix date format