15
0

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 +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>