summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-01-11 07:32:05 +0000
committeradam <adam@pkgsrc.org>2018-01-11 07:32:05 +0000
commit5f5f5942537ca5fc015bcff22d98e86793f24d4f (patch)
tree1467cf13a0e4b6517880f55551a25c0965522ae1
parenta8be5b13850d42940ea190a78760b5e354ec002a (diff)
downloadpkgsrc-5f5f5942537ca5fc015bcff22d98e86793f24d4f.tar.gz
py-tornado: updated to 4.5.3
What's new in Tornado 4.5.3 tornado.curl_httpclient - Improved debug logging on Python 3. tornado.httpserver - Content-Length and Transfer-Encoding headers are no longer sent with 1xx or 204 responses (this was already true of 304 responses). - Reading chunked requests no longer leaves the connection in a broken state. tornado.iostream - Writing a memoryview can no longer result in "BufferError: Existing exports of data: object cannot be re-sized". tornado.options - Duplicate option names are now detected properly whether they use hyphens or underscores. tornado.testing - .AsyncHTTPTestCase.fetch now uses 127.0.0.1 instead of localhost, improving compatibility with systems that have partially-working ipv6 stacks. tornado.web - It is no longer allowed to send a body with 1xx or 204 responses. tornado.websocket - Requests with invalid websocket headers now get a response with status code 400 instead of a closed connection.
-rw-r--r--www/py-tornado/Makefile6
-rw-r--r--www/py-tornado/distinfo10
2 files changed, 8 insertions, 8 deletions
diff --git a/www/py-tornado/Makefile b/www/py-tornado/Makefile
index dc621516346..740a103fd0d 100644
--- a/www/py-tornado/Makefile
+++ b/www/py-tornado/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2017/09/07 15:20:33 adam Exp $
+# $NetBSD: Makefile,v 1.25 2018/01/11 07:32:05 adam Exp $
-DISTNAME= tornado-4.5.2
+DISTNAME= tornado-4.5.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= www
+CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tornado/}
MAINTAINER= imil@NetBSD.org
diff --git a/www/py-tornado/distinfo b/www/py-tornado/distinfo
index 6f749e6b8cd..3e2baa2cee6 100644
--- a/www/py-tornado/distinfo
+++ b/www/py-tornado/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2017/09/07 15:20:33 adam Exp $
+$NetBSD: distinfo,v 1.17 2018/01/11 07:32:05 adam Exp $
-SHA1 (tornado-4.5.2.tar.gz) = da49ba98de0bb4d8b79655bb54ade3240327a165
-RMD160 (tornado-4.5.2.tar.gz) = 1b1cc432002aa2941b10212664268e4537bd46cb
-SHA512 (tornado-4.5.2.tar.gz) = 75a7e94275a0f1cbbc3551a21659383a52fe68b2bb18bc1febf5099fb5fe4154012ba651f789b41f64c47f347757b948e2269f92c83b47325216affcaaa18ffd
-Size (tornado-4.5.2.tar.gz) = 483712 bytes
+SHA1 (tornado-4.5.3.tar.gz) = 2c0edb9d83d0c0fa13b377f3124e561142cdfdef
+RMD160 (tornado-4.5.3.tar.gz) = d571144ccd6c6abb208fc8af57cc787db4da478f
+SHA512 (tornado-4.5.3.tar.gz) = c17dd7a3b541c26950d27c8a399ae4fdff1d99d16ff0c5de9871fe2de4c0f797c96712b23b5ed5efdaee06bb251f7def114c83fe6f7f37f344cdac9996d14448
+Size (tornado-4.5.3.tar.gz) = 484221 bytes