From 8a0b4216b31881f3b1d55ba8031bbb4aabc33a7929e97389db720b77b8b605d8 Mon Sep 17 00:00:00 2001 From: Todd R Date: Tue, 6 Aug 2019 14:41:32 +0000 Subject: [PATCH] Accepting request 721313 from home:TheBlackCat:branches:devel:languages:python Update to 0.9.3 OBS-URL: https://build.opensuse.org/request/show/721313 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flasgger?expand=0&rev=5 --- flasgger-0.9.2.tar.gz | 3 --- flasgger-0.9.3.tar.gz | 3 +++ python-flasgger.changes | 13 +++++++++++++ python-flasgger.spec | 4 +++- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 flasgger-0.9.2.tar.gz create mode 100644 flasgger-0.9.3.tar.gz diff --git a/flasgger-0.9.2.tar.gz b/flasgger-0.9.2.tar.gz deleted file mode 100644 index 7b9dedf..0000000 --- a/flasgger-0.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db3c211ca78472a71ff8578c069de6e955be04a047bfbc4fab45743d804a0d57 -size 4095504 diff --git a/flasgger-0.9.3.tar.gz b/flasgger-0.9.3.tar.gz new file mode 100644 index 0000000..2a8fb0b --- /dev/null +++ b/flasgger-0.9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe62d086ca341f71072fd21c2d4f993b6958ce47ee8f0a4ae716e7c901afeb21 +size 3702937 diff --git a/python-flasgger.changes b/python-flasgger.changes index 6ae33b8..ba7024d 100644 --- a/python-flasgger.changes +++ b/python-flasgger.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Aug 6 14:25:47 UTC 2019 - Todd R + +- Update to 0.9.3 + * Fix compatibility with Flask GraphQL + * apispec_to_template definition bugfix + * Bugfix: can't dict.update([dict]) + * Add support for docExpansion in UI 2 + * Switch `yaml.load` to `yaml.safe_load`. + * Add safe getter with empty return if attrib does not exist + * swagger-ui 3 version updated to 3.20.5 + * use JWT_AUTH_HEADER_NAME (default value: Authorization) + ------------------------------------------------------------------- Fri Mar 15 10:35:24 UTC 2019 - Tomáš Chvátal diff --git a/python-flasgger.spec b/python-flasgger.spec index 91cd116..1eef6d4 100644 --- a/python-flasgger.spec +++ b/python-flasgger.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-flasgger -Version: 0.9.2 +Version: 0.9.3 Release: 0 Summary: Tool to extract swagger specs from Flask projects License: MIT @@ -29,6 +29,7 @@ Source: https://files.pythonhosted.org/packages/source/f/flasgger/flasgg #BuildRequires: %{python_module PyYAML >= 3.0} #BuildRequires: %{python_module flex} #BuildRequires: %{python_module jsonschema >= 2.5.1} +#BuildRequires: %{python_module jsonschema < 4} #BuildRequires: %{python_module marshmallow} #BuildRequires: %{python_module mistune} #BuildRequires: %{python_module pytest >= 3.0.7} @@ -39,6 +40,7 @@ BuildRequires: python-rpm-macros Requires: python-Flask >= 0.10 Requires: python-PyYAML >= 3.0 Requires: python-jsonschema >= 2.5.1 +Requires: python-jsonschema < 4 Requires: python-mistune Requires: python-six >= 1.10 BuildArch: noarch