Go to file
Matej Cepl 3111f3adce Accepting request 970987 from home:mcepl:branches:devel:languages:python:flask
- Update to 2.1.1:
  - ResponseCacheControl.s_maxage converts its value to an int,
    like max_age.
  - Drop support for Python 3.6.
  - Using gevent or eventlet requires greenlet>=1.0 or
    PyPy>=7.3.7. werkzeug.locals and contextvars will not work
    correctly with older versions.
  - Remove previously deprecated code.
     - Remove the non-standard shutdown function from the WSGI
       environ when running the development server. See the docs
       for alternatives.
     - Request and response mixins have all been merged into the
       Request and Response classes.
     - The user agent parser and the useragents module is
       removed. The user_agent module provides an interface that
       can be subclassed to add a parser, such as ua-parser. By
       default it only stores the whole string.
     - The test client returns TestResponse instances and can no
       longer be treated as a tuple. All data is available as
       properties on the response.
     - Remove locals.get_ident and related thread-local code from
       locals, it no longer makes sense when moving to
       a contextvars-based implementation.
     - Remove the python -m werkzeug.serving CLI.
     - The has_key method on some mapping datastructures; use key
       in data instead.
     - Request.disable_data_descriptor is removed, pass
       shallow=True instead.
     - Remove the no_etag parameter from Response.freeze().
     - Remove the HTTPException.wrap class method.

OBS-URL: https://build.opensuse.org/request/show/970987
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Werkzeug?expand=0&rev=62
2022-04-20 07:33:16 +00:00
.gitattributes - Package renamed to python-Werkzeug 2011-09-27 09:36:51 +00:00
.gitignore - Package renamed to python-Werkzeug 2011-09-27 09:36:51 +00:00
no-network-testing.patch Accepting request 970987 from home:mcepl:branches:devel:languages:python:flask 2022-04-20 07:33:16 +00:00
python-Werkzeug.changes Accepting request 970987 from home:mcepl:branches:devel:languages:python:flask 2022-04-20 07:33:16 +00:00
python-Werkzeug.spec Accepting request 970987 from home:mcepl:branches:devel:languages:python:flask 2022-04-20 07:33:16 +00:00
Werkzeug-2.1.1.tar.gz Accepting request 970987 from home:mcepl:branches:devel:languages:python:flask 2022-04-20 07:33:16 +00:00