diff --git a/fastjsonschema-2.17.1.tar.gz b/fastjsonschema-2.17.1.tar.gz deleted file mode 100644 index 4185e36b2396d68e575112e879efd6df5570246b..0000000000000000000000000000000000000000 Binary files a/fastjsonschema-2.17.1.tar.gz and /dev/null differ diff --git a/fastjsonschema-2.19.0.tar.gz b/fastjsonschema-2.19.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a2dd3be09cd70bdcdb6fd0cd5d67c9775e7979b0 Binary files /dev/null and b/fastjsonschema-2.19.0.tar.gz differ diff --git a/python-fastjsonschema.spec b/python-fastjsonschema.spec index 58993542307e31246495be0644a8ba6bb69ea05e..53140438434e26b9b3026ecc00887836e74c512f 100644 --- a/python-fastjsonschema.spec +++ b/python-fastjsonschema.spec @@ -8,13 +8,12 @@ The main purpose is to have a really fast implementation. } Name: python-%{pypi_name} -Version: 2.17.1 +Version: 2.19.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/a4/e1/cda97fa4447e138f1f0ccfdaf678fa247415f7e9f4942d856fd63c7d863c/fastjsonschema-2.17.1.tar.gz +Source0: https://files.pythonhosted.org/packages/7a/61/5fc12c3a9b206e2d85399253ecbe602a753bfb54ae891bc74819ab594312/fastjsonschema-2.19.0.tar.gz BuildArch: noarch @@ -66,5 +65,8 @@ PYTEST_XDIST_AUTO_NUM_WORKERS=%{_smp_build_ncpus} \ %{python3_sitelib}/%{pypi_name}-*.egg-info/ %changelog +* Tue Dec 05 2023 jiangxinyu - 2.19.0-1 +- Update package to version 2.19.0 + * Mon Jul 10 2023 Dongxing Wang - 2.17.1-1 - Initial packaging