pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-tornado



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan 11 07:32:05 UTC 2018

Modified Files:
        pkgsrc/www/py-tornado: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/py-tornado/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-tornado/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-tornado/Makefile
diff -u pkgsrc/www/py-tornado/Makefile:1.24 pkgsrc/www/py-tornado/Makefile:1.25
--- pkgsrc/www/py-tornado/Makefile:1.24 Thu Sep  7 15:20:33 2017
+++ pkgsrc/www/py-tornado/Makefile      Thu Jan 11 07:32:05 2018
@@ -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

Index: pkgsrc/www/py-tornado/distinfo
diff -u pkgsrc/www/py-tornado/distinfo:1.16 pkgsrc/www/py-tornado/distinfo:1.17
--- pkgsrc/www/py-tornado/distinfo:1.16 Thu Sep  7 15:20:33 2017
+++ pkgsrc/www/py-tornado/distinfo      Thu Jan 11 07:32:05 2018
@@ -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