forked from pool/python-tornado6
Accepting request 783774 from home:pgajdos:python
- version update to 6.0.4 General changes ~~~~~~~~~~~~~~ ``asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())`` for this platform/version. Bug fixes ~~~~~~~~ - Fixed an issue in `.IOStream` (introduced in 6.0.0) that resulted in ``StreamClosedError`` being incorrectly raised if a stream is closed mid-read but there is enough buffered data to satisfy the read. - `.AnyThreadEventLoopPolicy` now always uses the selector event loop on Windows. - modified patches % ignore-resourcewarning-doctests.patch (refreshed) % skip-failing-tests.patch (refreshed) % tornado-testsuite_timeout.patch (refreshed) OBS-URL: https://build.opensuse.org/request/show/783774 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado6?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
444c98fdb2
commit
7636501f08
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 11 10:47:24 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
- version update to 6.0.4
|
||||
General changes
|
||||
~~~~~~~~~~~~~~
|
||||
``asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())`` for
|
||||
this platform/version.
|
||||
Bug fixes
|
||||
~~~~~~~~
|
||||
- Fixed an issue in `.IOStream` (introduced in 6.0.0) that resulted in
|
||||
``StreamClosedError`` being incorrectly raised if a stream is closed mid-read
|
||||
but there is enough buffered data to satisfy the read.
|
||||
- `.AnyThreadEventLoopPolicy` now always uses the selector event loop on Windows.
|
||||
- modified patches
|
||||
% ignore-resourcewarning-doctests.patch (refreshed)
|
||||
% skip-failing-tests.patch (refreshed)
|
||||
% tornado-testsuite_timeout.patch (refreshed)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 18 04:00:14 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user