diff --git a/openapi-schema-validator-0.1.2.tar.gz b/openapi-schema-validator-0.1.2.tar.gz new file mode 100644 index 0000000..366f4cb Binary files /dev/null and b/openapi-schema-validator-0.1.2.tar.gz differ diff --git a/openapi-schema-validator-0.3.4.tar.gz b/openapi-schema-validator-0.3.4.tar.gz deleted file mode 100644 index 2496811..0000000 Binary files a/openapi-schema-validator-0.3.4.tar.gz and /dev/null differ diff --git a/openapi-schema-validator.spec b/openapi-schema-validator.spec index fe18e8c..738366d 100644 --- a/openapi-schema-validator.spec +++ b/openapi-schema-validator.spec @@ -1,24 +1,24 @@ %global _empty_manifest_terminate_build 0 Name: openapi-schema-validator -Version: 0.3.4 +Version: 0.1.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/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 +BuildRequires: python3-devel python3-setuptools python3-isodate python3-jsonschema +BuildRequires: python3-strict-rfc3339 python3-rfc3339-validator %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 +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-setuptools python3-isodate python3-jsonschema -BuildRequires: python3-strict-rfc3339 python3-rfc3339-validator +Provides: python-openapi-schema-validator %description -n python3-openapi-schema-validator OpenAPI schema validation for Python @@ -30,7 +30,7 @@ Development documents and examples for openapi-schema-validator %prep -%autosetup -n openapi-schema-validator-%{version} +%autosetup -n openapi-schema-validator-0.1.2 %build %py3_build @@ -70,11 +70,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Nov 21 2022 wangjunqi - 0.3.4-1 -- Update package to version 0.3.4 - -* Tue May 10 2022 wulei - 0.1.5-2 -- License compliance rectification - -* Tue Aug 31 2021 Python_Bot - 0.1.5-1 -- Package Spec generated +* Mon Nov 06 2023 luxuexian - 0.1.2-1 +- Package init