diff --git a/openapi-schema-validator-0.1.5.tar.gz b/openapi-schema-validator-0.1.5.tar.gz deleted file mode 100644 index f4504aef72379282af3e71823e18026b08cfa5ba..0000000000000000000000000000000000000000 Binary files a/openapi-schema-validator-0.1.5.tar.gz and /dev/null differ diff --git a/openapi-schema-validator-0.3.4.tar.gz b/openapi-schema-validator-0.3.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..249681137405a23bb0a5e645aeda774ee5fb7e37 Binary files /dev/null and b/openapi-schema-validator-0.3.4.tar.gz differ diff --git a/openapi-schema-validator.spec b/openapi-schema-validator.spec index ee2fe6700893a525f9a0b9020e15bd7821cb9fb4..dc383c3ae7f9dda5c717826cc187dc1a0a159527 100644 --- a/openapi-schema-validator.spec +++ b/openapi-schema-validator.spec @@ -1,14 +1,14 @@ %global _empty_manifest_terminate_build 0 Name: openapi-schema-validator -Version: 0.1.5 -Release: 2 +Version: 0.3.4 +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/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 -BuildRequires: python3-devel python3-setuptools python3-isodate python3-jsonschema +BuildRequires: python3-devel python3-setuptools python3-isodate python-jsonschema BuildRequires: python3-strict-rfc3339 python3-rfc3339-validator %description @@ -30,7 +30,7 @@ Development documents and examples for openapi-schema-validator %prep -%autosetup -n openapi-schema-validator-0.1.5 +%autosetup -n openapi-schema-validator-0.3.4 %build %py3_build @@ -70,6 +70,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Sep 27 2022 wangjunqi - 0.3.4-1 +- update version to 0.3.4 + * Tue May 10 2022 wulei - 0.1.5-2 - License compliance rectification