A microframework based on Werkzeug, Jinja2 and good intentions

Edit Package python-Flask

Flask is a microframework for Python based on Werkzeug, Jinja 2 and good
intentions. And before you ask: It's BSD licensed!

Refresh
Refresh
Source Files
Filename Size Changed
flask-3.0.1.tar.gz 0000675138 659 KB
python-Flask-rpmlintrc 0000000053 53 Bytes
python-Flask.changes 0000056860 55.5 KB
python-Flask.spec 0000003509 3.43 KB
Revision 38 (latest revision is 40)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1140137 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 38)
- update to 3.0.1:
  * Correct type for path argument to send_file. :issue:`5230`
  * Fix a typo in an error message for the flask run --key
    option. :pr:`5344`
  * Session data is untagged without relying on the built-in
    json.loads object_hook. This allows other JSON providers that
    don't implement that. :issue:`5381`
  * Address more type findings when using mypy strict mode.
    :pr:`5383`
  * Remove previously deprecated code. :pr:`5223`
  * Deprecate the __version__ attribute. Use feature detection,
    or importlib.metadata.version("flask"), instead.
    :issue:`5230`
  * Restructure the code such that the Flask (app) and Blueprint
    classes have Sans-IO bases. :pr:`5127`
  * Allow self as an argument to url_for. :pr:`5264`
  * Require Werkzeug >= 3.0.0.

  * Add an --exclude-patterns option to the flask run CLI command to
  * Relax typing for errorhandler to allow the user to use more precise
  * From Werkzeug, for redirect responses the Location header URL will
  * Add Config.from_prefixed_env() to load config values from environment
    variables that start with FLASK_ or another prefix. This parses values as
  * Fixed the issue where typing requires template global decorators to
    - Set the default encoding to “UTF-8” when loading .env and .flaskenv
    - flask shell sets up tab and history completion like the default
- add dependency on itsdangerous
Comments 0
openSUSE Build Service is sponsored by