update version to 0.3.4
This commit is contained in:
parent
6a48d8703d
commit
9fdf9a6d67
Binary file not shown.
BIN
openapi-schema-validator-0.3.4.tar.gz
Normal file
BIN
openapi-schema-validator-0.3.4.tar.gz
Normal file
Binary file not shown.
@ -1,15 +1,13 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: openapi-schema-validator
|
Name: openapi-schema-validator
|
||||||
Version: 0.1.5
|
Version: 0.3.4
|
||||||
Release: 2
|
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/8c/44/0065b0e102810356c54e01d8bd56542d5d02acd27060d81b2e372fd0888c/openapi-schema-validator-0.1.5.tar.gz
|
Source0: https://files.pythonhosted.org/packages/65/be/7d6fd03612863dd597e6411b8b77593e13f9d33231ac3964342c2715ca80/openapi-schema-validator-0.3.4.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
|
||||||
@ -18,7 +16,9 @@ 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
|
Provides: python-openapi-schema-validator = %{version}-%{release}
|
||||||
|
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-0.1.5
|
%autosetup -n openapi-schema-validator-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -70,6 +70,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Tue May 10 2022 wulei <wulei80@h-partners.com> - 0.1.5-2
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user