From fa1ed23f4850561ec6f4fb3aa35385d370d6888e933fb0403d35ed7ff4df728a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 11 Sep 2019 08:39:23 +0000 Subject: [PATCH] - Update to 0.2.8: * no upstream changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-spec-validator?expand=0&rev=10 --- 0.2.7.tar.gz | 3 --- 0.2.8.tar.gz | 3 +++ python-openapi-spec-validator.changes | 6 ++++++ python-openapi-spec-validator.spec | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 0.2.7.tar.gz create mode 100644 0.2.8.tar.gz diff --git a/0.2.7.tar.gz b/0.2.7.tar.gz deleted file mode 100644 index 5d78a13..0000000 --- a/0.2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d869974f783a7e2332f36ed622f63018e8f93e48a57187ea09824142584a6038 -size 25844 diff --git a/0.2.8.tar.gz b/0.2.8.tar.gz new file mode 100644 index 0000000..881207d --- /dev/null +++ b/0.2.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a0c4dbd89fa66737fd8e93d71071d93c65c8586a4bff89771c65ec897916af +size 27028 diff --git a/python-openapi-spec-validator.changes b/python-openapi-spec-validator.changes index 4f477c6..5e67fe8 100644 --- a/python-openapi-spec-validator.changes +++ b/python-openapi-spec-validator.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 11 08:33:01 UTC 2019 - Tomáš Chvátal + +- Update to 0.2.8: + * no upstream changelog + ------------------------------------------------------------------- Mon Jun 3 11:11:08 UTC 2019 - Tomáš Chvátal diff --git a/python-openapi-spec-validator.spec b/python-openapi-spec-validator.spec index f73981c..b1a1325 100644 --- a/python-openapi-spec-validator.spec +++ b/python-openapi-spec-validator.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-openapi-spec-validator -Version: 0.2.7 +Version: 0.2.8 Release: 0 Summary: Python module for validating OpenAPI Specs against Swagger and OAS3 License: Apache-2.0 @@ -28,6 +28,7 @@ Source: https://github.com/p1c2u/openapi-spec-validator/archive/%{versio Patch0: openapi-spec-validator-skip-urls.patch BuildRequires: %{python_module PyYAML >= 5.1} BuildRequires: %{python_module jsonschema} +BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} @@ -36,6 +37,7 @@ BuildRequires: python-pathlib2 BuildRequires: python-rpm-macros Requires: python-PyYAML >= 5.1 Requires: python-jsonschema +Requires: python-setuptools Requires: python-six Requires(post): update-alternatives Requires(postun): update-alternatives