From 384e4a09758f73d1f99d2d0b0a720a7eb7d27bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 10 Jul 2020 09:18:09 +0200 Subject: [PATCH] python-tornado: update to version 6.0.4 General changes ~~~~~~~~~~~~~~~ - Binary wheels are now available for Python 3.8 on Windows. Note that it is still necessary to use ``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. --- lang/python-tornado/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python-tornado/Makefile b/lang/python-tornado/Makefile index 2bc6e6d1e2..c44bc2183b 100644 --- a/lang/python-tornado/Makefile +++ b/lang/python-tornado/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-tornado -PKG_VERSION:=6.0.3 +PKG_VERSION:=6.0.4 PKG_RELEASE:=1 PYPI_NAME:=tornado -PKG_HASH:=c845db36ba616912074c5b1ee897f8e0124df269468f25e4fe21fe72f6edd7a9 +PKG_HASH:=0fe2d45ba43b00a41cd73f8be321a44936dc1aba233dee979f17a042b83eb6dc PKG_MAINTAINER:=Josef Schlehofer PKG_LICENSE:=Apache-2.0