- Update to 1.3.0:
* Fixing werkzeug 3 deprecated version import. Import is replaced by new
style version check with importlib (#573) [Ryu-CZ]
* Fixing flask 3.0+ compatibility of `ModuleNotFoundError: No module
named 'flask.scaffold'` Import error. (#567) [Ryu-CZ]
* Fix wrong status code and message on responses when handling
`HTTPExceptions` (#569) [lkk7]
* Python 3.12 support. [foarsitter]
* Fixing test as HTTP Header MIMEAccept expects quality-factor number
in form of `X.X` (#547) [chipndell]
* Drop support for python 3.7
- Drop patch support-new-werkzeug.patch, now included upstream.
OBS-URL: https://build.opensuse.org/request/show/1146665
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flask-restx?expand=0&rev=11
* Fixing werkzeug 3 deprecated version import. Import is replaced by new
style version check with importlib (#573) [Ryu-CZ]
* Fixing flask 3.0+ compatibility of `ModuleNotFoundError: No module
named 'flask.scaffold'` Import error. (#567) [Ryu-CZ]
* Fix wrong status code and message on responses when handling
`HTTPExceptions` (#569) [lkk7]
* Python 3.12 support. [foarsitter]
* Fixing test as HTTP Header MIMEAccept expects quality-factor number
in form of `X.X` (#547) [chipndell]
* Drop support for python 3.7
- Drop patch support-new-werkzeug.patch, now included upstream.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-flask-restx?expand=0&rev=21
- Update to 1.1.0:
* Update Swagger-UI to latest version to fix several security
vulnerabiltiies.
* Fix minor bug introduced in 1.0.5 that changed the behaviour of how
flask-restx propagates exceptions. (#512)
* Add support for Python 3.11 (requires update to invoke ^2.0.0)
* Fix compatibility with upcoming release of Flask 2.3+. (#485)
* Fix compatibility issue with werkzeug 2.1.0 (#423)
* Drop support for python <3.7
- Drop patches merged_pr_463.patch, redirect.patch and werkzeug.patch.
- Add patch support-new-werkzeug.patch:
* Support Werkzeug 2.35.
- Switch to pyproject macros.
- Stop using greedy globs in %files.
- Remove Python 2 leftovers.
OBS-URL: https://build.opensuse.org/request/show/1101124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flask-restx?expand=0&rev=10
* Update Swagger-UI to latest version to fix several security
vulnerabiltiies.
* Fix minor bug introduced in 1.0.5 that changed the behaviour of how
flask-restx propagates exceptions. (#512)
* Add support for Python 3.11 (requires update to invoke ^2.0.0)
* Fix compatibility with upcoming release of Flask 2.3+. (#485)
* Fix compatibility issue with werkzeug 2.1.0 (#423)
* Drop support for python <3.7
- Drop patches merged_pr_463.patch, redirect.patch and werkzeug.patch.
- Add patch support-new-werkzeug.patch:
* Support Werkzeug 2.35.
- Switch to pyproject macros.
- Stop using greedy globs in %files.
- Remove Python 2 leftovers.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-flask-restx?expand=0&rev=19
- 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