forked from pool/python-flasgger
- Update to 0.9.7.1:
* fix: flask >== 2.3 json encoder change
* removed usage of safe_str_cmp of werkzeug. using hmac.compare_digest
instead (#532)
* Fix openapi3 request parse validation (#505)
* Fix required body if one parameter is required (#476)
* Implemented the SwaggerUI urls config parameter which displays a
dropdown of API specs instead of an editable textbox (#473)
* Fix indentation in readme example (#480)
* fix path parameter bug for integers (#485)
* Wrapping APISpecsView get response in a try except (#420)
* Trivial flake issue resolved for docker build of flasgger (#452)
* Deprecate imp [Breaks py2.7 compatibility] (#413) Resolves #434
* Remove python2
* Fix error format and add regression tests
* Extract is_openapi3 in utils and test it
* Add flask_mongorest
* Set displayOperationId to true
* Add use func validate from utils
* add test case for post request
* Change test for swag_schema
* Add Swagger UI auth config to ui.inioauth
* Make available oauth2 redirect html
- Switch to pyproject macros.
- Stop using globs in %files
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flasgger?expand=0&rev=15
This commit is contained in:
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 8 05:34:15 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 0.9.7.1:
|
||||
* fix: flask >== 2.3 json encoder change
|
||||
* removed usage of safe_str_cmp of werkzeug. using hmac.compare_digest
|
||||
instead (#532)
|
||||
* Fix openapi3 request parse validation (#505)
|
||||
* Fix required body if one parameter is required (#476)
|
||||
* Implemented the SwaggerUI urls config parameter which displays a
|
||||
dropdown of API specs instead of an editable textbox (#473)
|
||||
* Fix indentation in readme example (#480)
|
||||
* fix path parameter bug for integers (#485)
|
||||
* Wrapping APISpecsView get response in a try except (#420)
|
||||
* Trivial flake issue resolved for docker build of flasgger (#452)
|
||||
* Deprecate imp [Breaks py2.7 compatibility] (#413) Resolves #434
|
||||
* Remove python2
|
||||
* Fix error format and add regression tests
|
||||
* Extract is_openapi3 in utils and test it
|
||||
* Add flask_mongorest
|
||||
* Set displayOperationId to true
|
||||
* Add use func validate from utils
|
||||
* add test case for post request
|
||||
* Change test for swag_schema
|
||||
* Add Swagger UI auth config to ui.inioauth
|
||||
* Make available oauth2 redirect html
|
||||
- Switch to pyproject macros.
|
||||
- Stop using globs in %files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:25:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user