Revisions of saltbundlepy-tornado

buildservice-autocommit accepted request 1134404 from Victor Zhestkov's avatar Victor Zhestkov (vizhestkov) (revision 4)
auto commit by copy to link target
Victor Zhestkov's avatar Victor Zhestkov (vizhestkov) committed (revision 3)
- Removed:
  * ignore-py310-deprecation-warnings.patch
Victor Zhestkov's avatar Victor Zhestkov (vizhestkov) committed (revision 2)
- New upstream release 6.3.2 (bsc#1211741, CVE-2023-28370)
  * Security improvements
  * Fixed an open redirect vulnerability in StaticFileHandler
    under certain configurations.
  * ``tornado.web``
  * `.RequestHandler.set_cookie` once again accepts capitalized
    keyword arguments for backwards compatibility. This is
    deprecated and in Tornado 7.0 only lowercase arguments will
    be accepted.
  * What's new in Tornado 6.3.0
  * The new `.Application` setting ``xsrf_cookie_name``
    can now be used to take advantage of the ``__Host``
    cookie prefix for improved security.  To use it, add
    ``{"xsrf_cookie_name": "__Host-xsrf", "xsrf_cookie_kwargs":
    {"secure": True}}`` to your `.Application` settings. Note
    that this feature currently only works when HTTPS is used.
  * `.WSGIContainer` now supports running the application in
    a ``ThreadPoolExecutor`` so the event loop is no longer
    blocked.
  * `.AsyncTestCase` and `.AsyncHTTPTestCase`, which were
    deprecated in Tornado 6.2, are no longer deprecated.
  * WebSockets are now much faster at receiving large messages
    split into many fragments.
  * General changes
  * Python 3.7 is no longer supported; the minimum supported  .
    Python version is 3.8 Python 3.12 is now supported        .
  * To avoid spurious deprecation warnings, users of Python
    3.10 should upgrade to at least version 3.10.9, and users
    of Python 3.11 should upgrade to at least version 3.11.1.
  * Tornado submodules are now imported automatically on
Victor Zhestkov's avatar Victor Zhestkov (vizhestkov) committed (revision 1)
Displaying all 4 revisions
openSUSE Build Service is sponsored by