SHA256
1
0
forked from pool/python-Flask
Go to file
Dominique Leuenberger 6433017b2b Accepting request 717080 from devel:languages:python:flask
- Update to 1.1.1:
  * The flask.json_available flag was added back for compatibility with some
    extensions. It will raise a deprecation warning when used, and will be
    removed in version 2.0.0. #3288

- specfile:
  * updated version of Werkzeug requirement to 0.15
  * AUTHORS file not in tar-ball
  * license file got renamed to LICENSE.rst
  * be more specific in %files section
- update to version 1.1.0:
  * Bump minimum Werkzeug version to >= 0.15.
  * Drop support for Python 3.4.
  * Error handlers for "InternalServerError" or "500" will always be
      passed an instance of "InternalServerError". If they are invoked
      due to an unhandled exception, that original exception is now
      available as "e.original_exception" rather than being passed
      directly to the handler. The same is true if the handler is for
      the base "HTTPException". This makes error handler behavior more
      consistent. :pr:`3266`
    + :meth:`Flask.finalize_request` is called for all unhandled
        exceptions even if there is no "500" error handler.
  * :attr:`Flask.logger` takes the same name as :attr:`Flask.name`
      (the value passed as "Flask(import_name)". This reverts 1.0's
      behavior of always logging to ""flask.app"", in order to support
      multiple apps in the same process. A warning will be shown if
      old configuration is detected that needs to be
      moved. :issue:`2866`
  * :meth:`flask.RequestContext.copy` includes the current session
      object in the request context copy. This prevents "session"

OBS-URL: https://build.opensuse.org/request/show/717080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask?expand=0&rev=21
2019-07-30 11:03:10 +00:00
.gitattributes Accepting request 76556 from devel:languages:python 2011-07-21 12:04:36 +00:00
.gitignore Accepting request 76556 from devel:languages:python 2011-07-21 12:04:36 +00:00
Flask-1.1.1.tar.gz - Update to 1.1.1: 2019-07-19 12:24:36 +00:00
python-Flask.changes - Update to 1.1.1: 2019-07-19 12:24:36 +00:00
python-Flask.spec - Update to 1.1.1: 2019-07-19 12:24:36 +00:00