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-2.3.2.tar.gz 0000686251 670 KB
python-Flask-rpmlintrc 0000000053 53 Bytes
python-Flask.changes 0000055436 54.1 KB
python-Flask.spec 0000003535 3.45 KB
Revision 35 (latest revision is 40)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1101890 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 35)
- Update to 2.3.2:
  * Set ``Vary: Cookie`` header when the session is accessed, modified, or
    refreshed.
  * Update Werkzeug requirement to >=2.3.3 to apply recent bug fixes.
  * Restore deprecated ``from flask import Markup``.
  * Drop support for Python 3.7.
  * Update minimum requirements to the latest versions.
  * Remove previously deprecated code.
  * Importing ``escape`` and ``Markup`` from ``flask`` is deprecated.
  * The ``app.got_first_request`` property is deprecated.
  * The ``locked_cached_property`` decorator is deprecated.
  * Signals are always available. ``blinker>=1.6.2`` is a required dependency.
  * Signals support ``async`` subscriber functions.
  * Remove uses of locks that could cause requests to block each other very
    briefly.
  * Use modern packaging metadata with ``pyproject.toml``.
  * Ensure subdomains are applied with nested blueprints.
  * If a blueprint is created with an empty name it raises a ``ValueError``.
  * ``SESSION_COOKIE_DOMAIN`` does not fall back to ``SERVER_NAME``.
  * The ``routes`` command shows each rule's ``subdomain`` or ``host``
    when domain matching is in use.
  * Use postponed evaluation of annotations.
- Switch to pyproject macros.
- Delete unneeded .gitignore files, update rpmlintrc
Comments 0
openSUSE Build Service is sponsored by