1
0
Go to file
Ondřej Súkup 291a34a1f3 Accepting request 914584 from home:pgajdos:python
- version update to 2.0.0
  - Friendly Reminder
    This release still contains a variety of deprecation notices about defaults
    that can be set for a variety of options.
    Please note that this is your last warning, and you should update your
    configuration if you do NOT want to use the new defaults.
    See the arguments documentation page for all supported options, and pay
    attention to the warnings:
    https://docs.pylonsproject.org/projects/waitress/en/stable/arguments.html
  - Fix a crash on startup when listening to multiple interfaces.
    See https://github.com/Pylons/waitress/pull/332
  - Waitress no longer attempts to guess at what the ``server_name`` should be for
    a listen socket, instead it always use a new adjustment/argument named
    ``server_name``.
    Please see the documentation for ``server_name`` in
    https://docs.pylonsproject.org/projects/waitress/en/latest/arguments.html and
    see https://github.com/Pylons/waitress/pull/329
  - Allow tasks to notice if the client disconnected.
    This inserts a callable ``waitress.client_disconnected`` into the environment
    that allows the task to check if the client disconnected while waiting for
    the response at strategic points in the execution and to cancel the
    operation.
    It requires setting the new adjustment ``channel_request_lookahead`` to a value
    larger than 0, which continues to read requests from a channel even if a
    request is already being processed on that channel, up to the given count,
    since a client disconnect is detected by reading from a readable socket and
    receiving an empty result.
    See https://github.com/Pylons/waitress/pull/310
  - Drop Python 2.7 and 3.5 support
  - The server now issues warning output when it there are enough open

OBS-URL: https://build.opensuse.org/request/show/914584
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=48
2021-09-03 12:16:09 +00:00
_multibuild Accepting request 839249 from home:frispete:python 2020-10-03 08:02:34 +00:00
.gitattributes Accepting request 672508 from home:frispete:python 2019-02-11 11:59:55 +00:00
.gitignore Accepting request 173795 from home:dirkmueller:branches:devel:languages:python 2013-04-29 14:06:16 +00:00
fetch-intersphinx-inventories.sh Accepting request 679186 from devel:languages:python 2019-02-26 09:04:29 +00:00
python3.inv Accepting request 839249 from home:frispete:python 2020-10-03 08:02:34 +00:00
python-waitress.changes Accepting request 914584 from home:pgajdos:python 2021-09-03 12:16:09 +00:00
python-waitress.spec Accepting request 914584 from home:pgajdos:python 2021-09-03 12:16:09 +00:00
waitress-2.0.0.tar.gz Accepting request 914584 from home:pgajdos:python 2021-09-03 12:16:09 +00:00