Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
23547fb215
!20 Upgrade to version 4.21.1
From: @samJuis 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
2024-01-29 08:11:30 +00:00
samJuis
1241d3613a Upgrade to version 4.21.1 2024-01-29 11:06:22 +08:00
openeuler-ci-bot
b193ea6854
!19 update to upstream version 4.19.2
From: @desert-sailor 
Reviewed-by: @licihua 
Signed-off-by: @licihua
2023-11-09 11:12:17 +00:00
desert-sailor
f68c6d6f28 Upgrade to version 4.19.2 2023-11-02 16:57:20 +08:00
openeuler-ci-bot
032e4faa39
!17 revert version 4.0.1
From: @zhuofeng6 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
2023-04-10 02:57:46 +00:00
zhuofeng6
07e6481d2c revert version 4.0.1 2023-04-10 10:39:06 +08:00
openeuler-ci-bot
64b84e9b7f
!15 update to upstream version 4.17.3
From: @jianli-97 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
2023-03-27 03:20:19 +00:00
jianli-97
b1dbbbbdcb update to upstream version 4.17.3 2022-12-16 00:29:29 +08:00
openeuler-ci-bot
4fe4717db4
!8 Update package
From: @Wangjunqi123 
Reviewed-by: @yangzhao_kl, @xiezhipeng1 
Signed-off-by: @yangzhao_kl, @xiezhipeng1
2022-11-09 10:15:55 +00:00
Wangjunqi123
a7b86b2c2a update version to 4.0.1 2022-09-28 17:33:54 +08:00
3 changed files with 23 additions and 6 deletions

Binary file not shown.

BIN
jsonschema-4.21.1.tar.gz Normal file

Binary file not shown.

View File

@ -3,15 +3,17 @@
jsonschema is JSON Schema validator currently based on http://tools.ietf.org/html/draft-zyp-json-schema-03
Name: python-%{pypi_name}
Version: 3.2.0
Version: 4.21.1
Release: 1
Summary: An implementation of JSON Schema validation for Python
License: MIT
URL: http://pypi.python.org/pypi/jsonschema
Source0: https://files.pythonhosted.org/packages/source/j/jsonschema/%{pypi_name}-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/4d/c5/3f6165d3df419ea7b0990b3abed4ff348946a826caf0e7c990b65ff7b9be/jsonschema-4.21.1.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-setuptools python3-setuptools_scm
BuildRequires: python3-pbr python3-pip python3-wheel
BuildRequires: python3-hatchling python3-hatch-vcs python3-hatch-fancy-pypi-readme
# test requirements
%bcond_without tests
@ -37,26 +39,41 @@ Summary: An implementation of JSON Schema validation for Python %{python3
%autosetup -n %{pypi_name}-%{version} -p1
%build
%py3_build
%pyproject_build
%install
%py3_install
%pyproject_install
%if %{without tests}
%check
%{__python3} setup.py test --test-suite=jsonschema.tests
%pytest
%endif
%files -n python%{python3_pkgversion}-%{pypi_name}
%license COPYING
%{_bindir}/jsonschema
%{python3_sitelib}/%{pypi_name}/
%{python3_sitelib}/*.egg-info
%{python3_sitelib}/%{pypi_name}*.dist-info
%files help
%doc README.rst PKG-INFO
%changelog
* Fri Jan 26 2024 huangxinhua <huangxinhua12@huawei.com> - 4.21.1-1
- upgrade to version 4.21.1
* Thu Nov 2 2023 Dongxing Wang <dxwangk@isoftstone.com> - 4.19.2-1
- upgrade to version 4.19.2
* Mon Apr 10 2023 zhuofeng <zhuofeng2@huawei.com> - 4.0.1-1
- revert version 4.0.1
* Fri Dec 16 2022 lijian <lijian2@kylinos.cn> - 4.17.3-1
- update to upstream version 4.17.3
* Tue Sep 27 2022 wangjunqi <wangjunqi@kylinos.cn> - 4.0.1-1
- update version to 4.0.1
* Wed Jul 29 2020 jinzhimin<jinzhimin2@huawei.com> - 3.2.0-1
- update to 3.2.0