Accepting request 908460 from home:seanmarlow:branches:devel:languages:python:flask

- 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

OBS-URL: https://build.opensuse.org/request/show/908460
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-flask-restx?expand=0&rev=7
This commit is contained in:
John Vandenberg 2021-07-28 14:19:55 +00:00 committed by Git OBS Bridge
parent fe05ae84e6
commit 055ec68828
4 changed files with 35 additions and 4 deletions

View File

@ -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
View File

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

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
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>

View File

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