pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-tornado py-tornado: updated to 4.5.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41cd7c8a0a41
branches:  trunk
changeset: 373916:41cd7c8a0a41
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 11 07:32:05 2018 +0000

description:
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.

diffstat:

 www/py-tornado/Makefile |   6 +++---
 www/py-tornado/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r e7609e22ba5c -r 41cd7c8a0a41 www/py-tornado/Makefile
--- a/www/py-tornado/Makefile   Thu Jan 11 06:13:14 2018 +0000
+++ b/www/py-tornado/Makefile   Thu Jan 11 07:32:05 2018 +0000
@@ -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@localhost
diff -r e7609e22ba5c -r 41cd7c8a0a41 www/py-tornado/distinfo
--- a/www/py-tornado/distinfo   Thu Jan 11 06:13:14 2018 +0000
+++ b/www/py-tornado/distinfo   Thu Jan 11 07:32:05 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index