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
This commit is contained in:
Todd R 2019-08-06 14:41:32 +00:00 committed by Git OBS Bridge
parent 7e6871232e
commit 8a0b4216b3
4 changed files with 19 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db3c211ca78472a71ff8578c069de6e955be04a047bfbc4fab45743d804a0d57
size 4095504

3
flasgger-0.9.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe62d086ca341f71072fd21c2d4f993b6958ce47ee8f0a4ae716e7c901afeb21
size 3702937

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 6 14:25:47 UTC 2019 - Todd R <toddrme2178@gmail.com>
- 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 <tchvatal@suse.com> Fri Mar 15 10:35:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-flasgger Name: python-flasgger
Version: 0.9.2 Version: 0.9.3
Release: 0 Release: 0
Summary: Tool to extract swagger specs from Flask projects Summary: Tool to extract swagger specs from Flask projects
License: MIT 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 PyYAML >= 3.0}
#BuildRequires: %{python_module flex} #BuildRequires: %{python_module flex}
#BuildRequires: %{python_module jsonschema >= 2.5.1} #BuildRequires: %{python_module jsonschema >= 2.5.1}
#BuildRequires: %{python_module jsonschema < 4}
#BuildRequires: %{python_module marshmallow} #BuildRequires: %{python_module marshmallow}
#BuildRequires: %{python_module mistune} #BuildRequires: %{python_module mistune}
#BuildRequires: %{python_module pytest >= 3.0.7} #BuildRequires: %{python_module pytest >= 3.0.7}
@ -39,6 +40,7 @@ BuildRequires: python-rpm-macros
Requires: python-Flask >= 0.10 Requires: python-Flask >= 0.10
Requires: python-PyYAML >= 3.0 Requires: python-PyYAML >= 3.0
Requires: python-jsonschema >= 2.5.1 Requires: python-jsonschema >= 2.5.1
Requires: python-jsonschema < 4
Requires: python-mistune Requires: python-mistune
Requires: python-six >= 1.10 Requires: python-six >= 1.10
BuildArch: noarch BuildArch: noarch