Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-flask-restx-1.3.0-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python310-flask-restx Distribution: openSUSE Tumbleweed
Version: 1.3.0 Vendor: openSUSE
Release: 1.2 Build date: Thu Feb 15 00:42:09 2024
Group: Unspecified Build host: reproducible
Size: 449170 Source RPM: python-flask-restx-1.3.0-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/python-restx/flask-restx
Summary: Framework for fast, easy and documented API development with Flask
Flask-RESTX is a community driven fork of Flask-RESTPlus. It is an extension for Flask
that adds support for quickly building REST APIs. It encourages best practices with
minimal setup. If you are familiar with Flask, Flask-RESTX should be easy to pick up.
It provides a coherent collection of decorators and tools to describe your API and expose
its documentation properly using Swagger.

Provides

Requires

License

BSD-3-Clause

Changelog

* Wed Feb 14 2024 Steve Kowalik <steven.kowalik@suse.com>
  - 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.
* Fri Jul 28 2023 Steve Kowalik <steven.kowalik@suse.com>
  - 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.
* Wed Oct 05 2022 John Vandenberg <jayvdb@gmail.com>
  - Add upstream patch merged_pr_463.patch to support Werkzeug 2.2.
* Fri Jul 15 2022 Markéta Machová <mmachova@suse.com>
  - Add upstream patches werkzeug.patch and redirect.patch to fix the tests.
* Mon Mar 21 2022 pgajdos@suse.com
  - python-mock is actually not required for build
* Thu Feb 10 2022 Matej Cepl <mcepl@suse.com>
  - Allow Pytest 6 (not sure why it was forbidden).
  - Skip LoggingTest.test_override_app_level failing test
    (gh#python-restx/flask-restx#411).
* Tue Sep 21 2021 Sean Marlow <sean.marlow@suse.com>
  - Update to v0.5.1
    + Optimize email regex (bsc#1190744)
* Sun Aug 15 2021 John Vandenberg <jayvdb@gmail.com>
  - Fetch listed v0.5.0.tar.gz
* Mon Jul 26 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 2021 Sean Marlow <sean.marlow@suse.com>
  - Add missing python2 requirement.
* Mon Apr 12 2021 Sean Marlow <sean.marlow@suse.com>
  - Ignore test_handle_non_api_error test which is dependent on
    werkzeug version.

Files

/usr/lib/python3.10/site-packages/flask_restx
/usr/lib/python3.10/site-packages/flask_restx-1.3.0.dist-info
/usr/lib/python3.10/site-packages/flask_restx-1.3.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/flask_restx-1.3.0.dist-info/LICENSE
/usr/lib/python3.10/site-packages/flask_restx-1.3.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/flask_restx-1.3.0.dist-info/RECORD
/usr/lib/python3.10/site-packages/flask_restx-1.3.0.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/flask_restx-1.3.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/flask_restx-1.3.0.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/flask_restx/__about__.py
/usr/lib/python3.10/site-packages/flask_restx/__init__.py
/usr/lib/python3.10/site-packages/flask_restx/__pycache__
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/__about__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/__about__.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/_http.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/_http.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/apidoc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/apidoc.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/cors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/cors.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/errors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/errors.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/fields.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/fields.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/inputs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/inputs.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/marshalling.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/marshalling.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/mask.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/mask.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/model.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/model.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/namespace.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/namespace.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/postman.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/postman.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/representations.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/representations.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/reqparse.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/reqparse.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/resource.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/resource.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/swagger.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/swagger.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/_http.py
/usr/lib/python3.10/site-packages/flask_restx/api.py
/usr/lib/python3.10/site-packages/flask_restx/apidoc.py
/usr/lib/python3.10/site-packages/flask_restx/cors.py
/usr/lib/python3.10/site-packages/flask_restx/errors.py
/usr/lib/python3.10/site-packages/flask_restx/fields.py
/usr/lib/python3.10/site-packages/flask_restx/inputs.py
/usr/lib/python3.10/site-packages/flask_restx/marshalling.py
/usr/lib/python3.10/site-packages/flask_restx/mask.py
/usr/lib/python3.10/site-packages/flask_restx/model.py
/usr/lib/python3.10/site-packages/flask_restx/namespace.py
/usr/lib/python3.10/site-packages/flask_restx/postman.py
/usr/lib/python3.10/site-packages/flask_restx/representations.py
/usr/lib/python3.10/site-packages/flask_restx/reqparse.py
/usr/lib/python3.10/site-packages/flask_restx/resource.py
/usr/lib/python3.10/site-packages/flask_restx/schemas
/usr/lib/python3.10/site-packages/flask_restx/schemas/__init__.py
/usr/lib/python3.10/site-packages/flask_restx/schemas/__pycache__
/usr/lib/python3.10/site-packages/flask_restx/schemas/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/schemas/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/schemas/oas-2.0.json
/usr/lib/python3.10/site-packages/flask_restx/swagger.py
/usr/lib/python3.10/site-packages/flask_restx/templates
/usr/lib/python3.10/site-packages/flask_restx/templates/swagger-ui-css.html
/usr/lib/python3.10/site-packages/flask_restx/templates/swagger-ui-libs.html
/usr/lib/python3.10/site-packages/flask_restx/templates/swagger-ui.html
/usr/lib/python3.10/site-packages/flask_restx/utils.py
/usr/share/doc/packages/python310-flask-restx
/usr/share/doc/packages/python310-flask-restx/CONTRIBUTING.rst
/usr/share/doc/packages/python310-flask-restx/README.rst
/usr/share/licenses/python310-flask-restx
/usr/share/licenses/python310-flask-restx/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024