Update package to version 2.19.0

This commit is contained in:
jxy_git 2023-12-05 16:41:09 +08:00
parent 48cc9b7dd6
commit 5c4a1e017b
3 changed files with 5 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -8,13 +8,12 @@ The main purpose is to have a really fast implementation.
} }
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 2.17.1 Version: 2.19.0
Release: 1 Release: 1
Summary: Fastest Python implementation of JSON schema. Summary: Fastest Python implementation of JSON schema.
License: BSD License: BSD
URL: https://github.com/horejsek/python-fastjsonschema 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 BuildArch: noarch
@ -66,5 +65,8 @@ PYTEST_XDIST_AUTO_NUM_WORKERS=%{_smp_build_ncpus} \
%{python3_sitelib}/%{pypi_name}-*.egg-info/ %{python3_sitelib}/%{pypi_name}-*.egg-info/
%changelog %changelog
* Tue Dec 05 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 2.19.0-1
- Update package to version 2.19.0
* Mon Jul 10 2023 Dongxing Wang <dxwangk@isoftstone.com> - 2.17.1-1 * Mon Jul 10 2023 Dongxing Wang <dxwangk@isoftstone.com> - 2.17.1-1
- Initial packaging - Initial packaging