- Update to 3.1.0:

* Drop support for Python 3.8.
  * Update minimum dependency versions to latest feature releases.
    Werkzeug >= 3.1, ItsDangerous >= 2.2, Blinker >= 1.9.
  * Provide a configuration option to control automatic option responses.
  * Flask.open_resource/open_instance_resource and Blueprint.open_resource
    take an encoding parameter to use when opening in text mode. It defaults
    to utf-8.
  * Request.max_content_length can be customized per-request instead of only
    through the MAX_CONTENT_LENGTH config.
  * Add support for the Partitioned cookie attribute (CHIPS), with the
    SESSION_COOKIE_PARTITIONED config.
  * -e path takes precedence over default .env and .flaskenv files.
    load_dotenv loads default files in addition to a path unless
    load_defaults=False is passed.
  * Support key rotation with the SECRET_KEY_FALLBACKS config, a list of old
    secret keys that can still be used for unsigning.
  * Fix how setting host_matching=True or subdomain_matching=False interacts
    with SERVER_NAME. Setting SERVER_NAME no longer restricts requests to
    only that domain.
  * Request.trusted_hosts is checked during routing, and can be set through
    the TRUSTED_HOSTS config.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask?expand=0&rev=50
This commit is contained in:
2025-02-07 01:51:18 +00:00
committed by Git OBS Bridge
commit df9e72bcc0
8 changed files with 1270 additions and 0 deletions

1116
python-Flask.changes Normal file

File diff suppressed because it is too large Load Diff