From 91f9c1c0a093af4d6334d6e2efca781076682c5960bbd73da0eeb504d416c89c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 23 Jul 2019 13:46:16 +0000 Subject: [PATCH] - Update to 0.11.0: * End of Python 3.4 support (#136) * Add support for one-of with any type (#133) * Modify FlaskOpenAPIRequest to accommodate path variables (#141) * Primitive types unmarshallers (#138) * attr errors hashable fix (#143) * Parameters on path item object support (#144) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openapi-core?expand=0&rev=7 --- 0.10.0.tar.gz | 3 --- 0.11.0.tar.gz | 3 +++ python-openapi-core.changes | 11 +++++++++++ python-openapi-core.spec | 3 +-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 0.10.0.tar.gz create mode 100644 0.11.0.tar.gz diff --git a/0.10.0.tar.gz b/0.10.0.tar.gz deleted file mode 100644 index e6de822..0000000 --- a/0.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1e85af41744f39adfa149268754f33a79b30f874ef0b8ba6b905e2814a03945 -size 35850 diff --git a/0.11.0.tar.gz b/0.11.0.tar.gz new file mode 100644 index 0000000..164ac04 --- /dev/null +++ b/0.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63c509910a1920c92abb372adfdc9970a35b87cade1c3ce56194ebfa75e96a07 +size 37518 diff --git a/python-openapi-core.changes b/python-openapi-core.changes index ef32051..357428c 100644 --- a/python-openapi-core.changes +++ b/python-openapi-core.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jul 23 13:45:01 UTC 2019 - Tomáš Chvátal + +- Update to 0.11.0: + * End of Python 3.4 support (#136) + * Add support for one-of with any type (#133) + * Modify FlaskOpenAPIRequest to accommodate path variables (#141) + * Primitive types unmarshallers (#138) + * attr errors hashable fix (#143) + * Parameters on path item object support (#144) + ------------------------------------------------------------------- Mon Jun 3 11:20:00 UTC 2019 - Tomáš Chvátal diff --git a/python-openapi-core.spec b/python-openapi-core.spec index d332dd9..7013d0f 100644 --- a/python-openapi-core.spec +++ b/python-openapi-core.spec @@ -17,9 +17,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -# remove with update to > 0.5.0; atm it is not working on py2 at all Name: python-openapi-core -Version: 0.10.0 +Version: 0.11.0 Release: 0 Summary: Adds client-side and server-side support for the oas3 License: BSD-3-Clause