Update package to version 2.19.1

This commit is contained in:
jxy_git 2024-02-26 10:02:13 +08:00
parent 601042d47e
commit c4201a6fb7
3 changed files with 6 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -8,12 +8,12 @@ The main purpose is to have a really fast implementation.
}
Name: python-%{pypi_name}
Version: 2.19.0
Version: 2.19.1
Release: 1
Summary: Fastest Python implementation of JSON schema.
License: BSD
URL: https://github.com/horejsek/python-fastjsonschema
Source0: https://files.pythonhosted.org/packages/7a/61/5fc12c3a9b206e2d85399253ecbe602a753bfb54ae891bc74819ab594312/fastjsonschema-2.19.0.tar.gz
Source0: https://files.pythonhosted.org/packages/ba/7f/cedf77ace50aa60c566deaca9066750f06e1fcf6ad24f254d255bb976dd6/fastjsonschema-2.19.1.tar.gz
BuildArch: noarch
@ -65,6 +65,10 @@ PYTEST_XDIST_AUTO_NUM_WORKERS=%{_smp_build_ncpus} \
%{python3_sitelib}/%{pypi_name}-*.egg-info/
%changelog
* Mon Feb 26 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 2.19.1-1
- Update package to version 2.19.1
Fix date format
* Tue Dec 05 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 2.19.0-1
- Update package to version 2.19.0