!4 Update package to version 2.19.0

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-12-05 09:51:50 +00:00 committed by Gitee
commit 601042d47e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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