!7 [sync] PR-6: openapi-schema-validator package init for openEuler-20.03-LTS-SP3

From: @openeuler-sync-bot 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2023-11-06 13:52:45 +00:00 committed by Gitee
commit 8d7257a8ce
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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