diff --git a/0.2.0.tar.gz b/0.2.0.tar.gz deleted file mode 100644 index 357700f..0000000 --- a/0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:baf6d634e78c9e02809490c178c1460bf976273150ba6d3adbeefdee71a865fa -size 391148 diff --git a/0.5.0.tar.gz b/0.5.0.tar.gz new file mode 100644 index 0000000..6c18652 --- /dev/null +++ b/0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366f83aab726e80782d1ec9cfe150b8ed49fb23131b9af1e209723b7c3d6fb64 +size 118342 diff --git a/python-flask-restx.changes b/python-flask-restx.changes index 8f72a2f..9f27df5 100644 --- a/python-flask-restx.changes +++ b/python-flask-restx.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Mon Jul 26 20:33:20 UTC 2021 - Sean Marlow + +- 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 diff --git a/python-flask-restx.spec b/python-flask-restx.spec index d3d938d..ed5a675 100644 --- a/python-flask-restx.spec +++ b/python-flask-restx.spec @@ -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