Revisions of python-waitress

buildservice-autocommit accepted request 1130937 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 66)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1130817 from Ana Guerrero's avatar Ana Guerrero (anag) (revision 65)
Dirk: this iss needed following you update of python-Sphinx
buildservice-autocommit accepted request 1100878 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 64)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1100756 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 63)
Drop sphinx doctrees for reproducible builds
buildservice-autocommit accepted request 1093051 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 62)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1092787 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 61)
- Fix build error for waitress:doc
buildservice-autocommit accepted request 1084290 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 60)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 59)
- add sle15_python_module_pythons (jsc#PED-68)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1084264 from Martin Liška's avatar Martin Liška (marxin) (revision 58)
- Use sphinx-build and do not depend on removed build_sphinx
  in Sphinx 7.0 (boo#1211051).
buildservice-autocommit accepted request 1004640 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 57)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 56)
- update to version 2.1.2 (bsc#1200126, CVE-2022-31015):
buildservice-autocommit accepted request 998078 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 55)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 998036 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 54)
- Remove code coverage checking for packaging tests
buildservice-autocommit accepted request 980052 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 53)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 979986 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 52)
update to latest version
buildservice-autocommit accepted request 962909 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 51)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 50)
- update to 2.1.1 (bsc#1197255, CVE-2022-24761):
  * Waitress now validates that chunked encoding extensions are valid, and don’t
    contain invalid characters that are not allowed. They are still skipped/not
    processed, but if they contain invalid data we no longer continue in and return
    a 400 Bad Request. This stops potential HTTP desync/HTTP request smuggling.
    Thanks to Zhang Zeyu for reporting this issue. See
    https://github.com/Pylons/waitress/security/advisories/GHSA-4f7p-27jc-3c36
  * Waitress now validates that the chunk length is only valid hex digits when
    parsing chunked encoding, and values such as 0x01 and +01 are no longer
    supported. This stops potential HTTP desync/HTTP request smuggling. Thanks
    to Zhang Zeyu for reporting this issue. See
    https://github.com/Pylons/waitress/security/advisories/GHSA-4f7p-27jc-3c36
  * Waitress now validates that the Content-Length sent by a remote contains only
    digits in accordance with RFC7230 and will return a 400 Bad Request when the
    Content-Length header contains invalid data, such as +10 which would
    previously get parsed as 10 and accepted. This stops potential HTTP
    desync/HTTP request smuggling Thanks to Zhang Zeyu for reporting this issue.
    See
    https://github.com/Pylons/waitress/security/advisories/GHSA-4f7p-27jc-3c36
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 923298 from Stefan Schubert's avatar Stefan Schubert (schubi2) (revision 49)
- Use libalternatives instead of update-alternatives.
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 914584 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 48)
- 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
buildservice-autocommit accepted request 839291 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 47)
baserev update by copy to link target
Displaying revisions 1 - 20 of 66
openSUSE Build Service is sponsored by