openapi-schema-validator package init for openEuler-20.03-LTS-SP3

(cherry picked from commit 7973b2836e7a68a76a9fc12159340304368a7093)
This commit is contained in:
rearcher 2023-11-06 11:31:32 +08:00 committed by openeuler-sync-bot
parent b65a136c52
commit 4627bb7778
3 changed files with 10 additions and 16 deletions

Binary file not shown.

View File

@ -1,24 +1,24 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: openapi-schema-validator Name: openapi-schema-validator
Version: 0.3.4 Version: 0.1.2
Release: 1 Release: 1
Summary: OpenAPI schema validation for Python Summary: OpenAPI schema validation for Python
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/p1c2u/openapi-schema-validator URL: https://github.com/p1c2u/openapi-schema-validator
Source0: https://files.pythonhosted.org/packages/65/be/7d6fd03612863dd597e6411b8b77593e13f9d33231ac3964342c2715ca80/openapi-schema-validator-0.3.4.tar.gz Source0: https://files.pythonhosted.org/packages/8c/44/0065b0e102810356c54e01d8bd56542d5d02acd27060d81b2e372fd0888c/openapi-schema-validator-0.1.2.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel python3-setuptools python3-isodate python3-jsonschema
BuildRequires: python3-strict-rfc3339 python3-rfc3339-validator
%description %description
Openapi-schema-validator is a Python library that validates schema against the OpenAPI 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 Schema Specification v3.0 which is an extended subset of the JSON Schema Specification
Wright Draft 00. Wright Draft 00.
%package -n python3-openapi-schema-validator %package -n python3-openapi-schema-validator
Summary: OpenAPI schema validation for Python Summary: OpenAPI schema validation for Python
Provides: python-openapi-schema-validator = %{version}-%{release} Provides: python-openapi-schema-validator
BuildRequires: python3-devel python3-setuptools python3-isodate python3-jsonschema
BuildRequires: python3-strict-rfc3339 python3-rfc3339-validator
%description -n python3-openapi-schema-validator %description -n python3-openapi-schema-validator
OpenAPI schema validation for Python OpenAPI schema validation for Python
@ -30,7 +30,7 @@ Development documents and examples for openapi-schema-validator
%prep %prep
%autosetup -n openapi-schema-validator-%{version} %autosetup -n openapi-schema-validator-0.1.2
%build %build
%py3_build %py3_build
@ -70,11 +70,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Nov 21 2022 wangjunqi <wangjunqi@kylinos.cn> - 0.3.4-1 * Mon Nov 06 2023 luxuexian <luxuexian@huawei.com> - 0.1.2-1
- Update package to version 0.3.4 - Package init
* 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