Accepting request 912202 from devel:languages:python:flask
OBS-URL: https://build.opensuse.org/request/show/912202 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flask-restx?expand=0&rev=4
This commit is contained in:
commit
73edd8ec03
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:baf6d634e78c9e02809490c178c1460bf976273150ba6d3adbeefdee71a865fa
|
||||
size 391148
|
3
0.5.0.tar.gz
Normal file
3
0.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0184371afe27afeacb3ce5972e66ebc0189a192925a4bb51cd88281c41171f5d
|
||||
size 398620
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 15 01:39:26 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Fetch listed v0.5.0.tar.gz
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 26 20:33:20 UTC 2021 - Sean Marlow <sean.marlow@suse.com>
|
||||
|
||||
- Update to v0.5.0
|
||||
+ Fix Marshaled nested wildcard field with ordered=True
|
||||
+ Fix Float Field Handling of None
|
||||
+ Fix Werkzeug and Flask > 2.0 issues
|
||||
+ Hotfix package.json
|
||||
+ Stop calling got_request_exception when handled explicitly
|
||||
+ Structure demo zoo app
|
||||
+ Update Contributing.rst
|
||||
+ Upgrade swagger-ui
|
||||
- Update to v0.4.0
|
||||
+ Fix Namespace error handlers when propogate_exceptions=True
|
||||
+ pin flask and werkzeug due to breaking changes
|
||||
+ The Flask/Blueprint API moved to the Scaffold base class
|
||||
+ added specs-url-scheme option for API
|
||||
- Update to v0.3.0
|
||||
+ Make error handlers order of registration respected when
|
||||
handling errors
|
||||
+ add prefix to config setting
|
||||
+ Use relative path for `api.specs_url`
|
||||
+ Allow example=False
|
||||
+ Add support for recursive models
|
||||
+ generate choices schema without collectionFormat
|
||||
+ Catch TypeError in marshalling
|
||||
+ Unable to access nested list propert
|
||||
+ allow strict mode when validating model fields
|
||||
+ Make it possible to include "unused" models in the generated
|
||||
swagger documentation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 27 17:02:22 UTC 2021 - Sean Marlow <sean.marlow@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without python2
|
||||
Name: python-flask-restx
|
||||
Version: 0.2.0
|
||||
Version: 0.5.0
|
||||
Release: 0
|
||||
Summary: Framework for fast, easy and documented API development with Flask
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user