代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/openapi-schema-validator 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
%global _empty_manifest_terminate_build 0
Name: openapi-schema-validator
Version: 0.6.2
Release: 1
Summary: OpenAPI schema validation for Python
License: BSD-3-Clause
URL: https://github.com/p1c2u/openapi-schema-validator
Source0: https://files.pythonhosted.org/packages/source/o/openapi_schema_validator/openapi_schema_validator-%{version}.tar.gz
BuildArch: noarch
%description
Openapi-schema-validator is a Python library that validates schema against the OpenAPI
Schema Specification v3.0 which is an extended subset of the JSON Schema Specification
Wright Draft 00.
%package -n python3-openapi-schema-validator
Summary: OpenAPI schema validation for Python
Provides: python-openapi-schema-validator = %{version}-%{release}
BuildRequires: python3-devel python3-isodate python3-jsonschema
BuildRequires: python3-strict-rfc3339 python3-rfc3339-validator
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-flit
BuildRequires: python3-poetry-core
%description -n python3-openapi-schema-validator
OpenAPI schema validation for Python
%package help
Summary: Development documents and examples for openapi-schema-validator
Provides: python3-openapi-schema-validator-doc
%description help
Development documents and examples for openapi-schema-validator
%prep
%autosetup -n openapi_schema_validator-%{version}
%build
%pyproject_build
%install
%pyproject_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
%files -n python3-openapi-schema-validator
%{python3_sitelib}/*
%files help
%{_docdir}/*
%changelog
* Wed Nov 06 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 0.6.2-1
- Update package to version 0.6.2
* OAS30Validator readonly writeonly fix
* Jsonschema package keywords module rename fix
* Formats raise error for other types fix
* Mon Nov 21 2022 wangjunqi <wangjunqi@kylinos.cn> - 0.3.4-1
- Update package to version 0.3.4
* Tue May 10 2022 wulei <wulei80@h-partners.com> - 0.1.5-2
- License compliance rectification
* Tue Aug 31 2021 Python_Bot <Python_Bot@openeuler.org> - 0.1.5-1
- Package Spec generated
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。