代码拉取完成,页面将自动刷新
同步操作将从 OpenCloudOS Stream/python-jsonschema 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
%global pypi_name jsonschema
Summary: Implementation of JSON Schema validation for Python
Name: python-jsonschema
Version: 4.23.0
Release: 1%{?dist}
License: MIT
URL: https://github.com/python-jsonschema/jsonschema
Source0: %{pypi_source}
BuildArch: noarch
BuildRequires: python3-devel
%bcond_with tests
%if %{with tests}
BuildRequires: python3dist(twisted)
%endif
%description
jsonschema is an implementation of JSON Schema for Python (supporting
2.7+, including Python 3).
- Full support for Draft 7, Draft 6, Draft 4 and Draft 3
- Lazy validation that can iteratively report all validation errors.
- Small and extensible
- Programmatic querying of which properties or items failed validation.
%package -n python3-jsonschema
Summary: Implementation of JSON Schema validation for Python
%description -n python3-jsonschema
jsonschema is an implementation of JSON Schema for Python (supporting
2.7+, including Python 3).
%pyproject_extras_subpkg -n python3-jsonschema format format-nongpl
%prep
%autosetup -n jsonschema-%{version}
rm jsonschema/tests/test_jsonschema_test_suite.py
%generate_buildrequires
%pyproject_buildrequires
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files jsonschema
%if %{with tests}
%check
PYTHONPATH=%{buildroot}%{python3_sitelib} trial-3 jsonschema
%endif
%files -n python3-jsonschema -f %{pyproject_files}
%license COPYING json/LICENSE
%license %{python3_sitelib}/jsonschema-%{version}.dist-info/licenses/
%doc README.rst
%{_bindir}/jsonschema
%changelog
* Thu Jul 18 2024 Upgrade Robot <upbot@opencloudos.tech> - 4.23.0-1
- Upgrade to version 4.23.0
* Fri Sep 22 2023 Miaojun Dong <zoedong@tencent.com> - 4.17.3-1
- Bump version to 4.17.3
* Tue Sep 19 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 4.17.0-5
- Rebuilt for python 3.11
* Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 4.17.0-4
- Rebuilt for OpenCloudOS Stream 23.09
* Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 4.17.0-3
- Rebuilt for OpenCloudOS Stream 23.05
* Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 4.17.0-2
- Rebuilt for OpenCloudOS Stream 23
* Wed Dec 14 2022 Feng Weiyao <wynnfeng@tencent.com> - 4.17.0-1
- package init.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。