From 619e0e3f2360cf1a60d130a7b89768c5d5b8d7639daa787facad1406dab992ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 31 Mar 2020 07:29:00 +0000 Subject: [PATCH] Accepting request 789997 from home:pgajdos:python - version update to 0.13.3 * lot of changes, see https://github.com/p1c2u/openapi-core/releases OBS-URL: https://build.opensuse.org/request/show/789997 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-core?expand=0&rev=17 --- 0.13.3.tar.gz | 3 +++ python-openapi-core.changes | 7 +++++++ python-openapi-core.spec | 9 ++++++++- 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 0.13.3.tar.gz diff --git a/0.13.3.tar.gz b/0.13.3.tar.gz new file mode 100644 index 0000000..7c6daf0 --- /dev/null +++ b/0.13.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c030a4069c9f08d4c1816b9bf1187607facc3a2f0d609cd5356da140b583abdc +size 58784 diff --git a/python-openapi-core.changes b/python-openapi-core.changes index e41228b..dfad4ff 100644 --- a/python-openapi-core.changes +++ b/python-openapi-core.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 27 14:07:28 UTC 2020 - pgajdos@suse.com + +- version update to 0.13.3 + * lot of changes, see + https://github.com/p1c2u/openapi-core/releases + ------------------------------------------------------------------- Fri Jan 10 14:50:55 UTC 2020 - Tomáš Chvátal diff --git a/python-openapi-core.spec b/python-openapi-core.spec index 8cc3e01..0f0dfe1 100644 --- a/python-openapi-core.spec +++ b/python-openapi-core.spec @@ -24,7 +24,7 @@ %bcond_without python2 %endif Name: python-openapi-core -Version: 0.12.0 +Version: 0.13.3 Release: 0 Summary: Adds client-side and server-side support for the oas3 License: BSD-3-Clause @@ -36,7 +36,10 @@ BuildRequires: %{python_module attrs} BuildRequires: %{python_module isodate} BuildRequires: %{python_module lazy-object-proxy} BuildRequires: %{python_module mock} +BuildRequires: %{python_module more-itertools >= 5.0.0} +BuildRequires: %{python_module openapi-schema-validator} BuildRequires: %{python_module openapi-spec-validator} +BuildRequires: %{python_module parse >= 1.14.0} BuildRequires: %{python_module pytest < 5} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} @@ -46,7 +49,10 @@ BuildRequires: python-rpm-macros Requires: python-attrs Requires: python-isodate Requires: python-lazy-object-proxy +Requires: python-more-itertools >= 5.0.0 +Requires: python-openapi-schema-validator Requires: python-openapi-spec-validator +Requires: python-parse >= 1.14.0 Requires: python-six Requires: python-strict-rfc3339 BuildArch: noarch @@ -80,6 +86,7 @@ export LANG=en_US.UTF-8 %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +sed -i '/addopts/d' setup.cfg export LANG=en_US.UTF-8 %pytest tests/unit