Thu May 4 09:50:21 2017 UTC ()
What's new in Tornado 4.5

`tornado.log`
- Improved detection of libraries for colorized logging.

`tornado.httputil`
- `.url_concat` once again treats None as equivalent to an empty sequence.


(adam)
diff -r1.21 -r1.22 pkgsrc/www/py-tornado/Makefile
diff -r1.13 -r1.14 pkgsrc/www/py-tornado/PLIST
diff -r1.14 -r1.15 pkgsrc/www/py-tornado/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/www/py-tornado/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-tornado/Makefile 2017/04/05 18:23:26 1.21
+++ pkgsrc/www/py-tornado/Makefile 2017/05/04 09:50:21 1.22
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.21 2017/04/05 18:23:26 adam Exp $ 1# $NetBSD: Makefile,v 1.22 2017/05/04 09:50:21 adam Exp $
2 2
3DISTNAME= tornado-4.4.3 3DISTNAME= tornado-4.5.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www 5CATEGORIES= www
6MASTER_SITES= ${MASTER_SITE_PYPI:=t/tornado/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=t/tornado/}
7 7
8MAINTAINER= imil@NetBSD.org 8MAINTAINER= imil@NetBSD.org
9HOMEPAGE= http://www.tornadoweb.org/ 9HOMEPAGE= http://www.tornadoweb.org/
10COMMENT= Fast and non-blocking web framework 10COMMENT= Fast and non-blocking web framework
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-curl>=7.18.2:../../www/py-curl 13DEPENDS+= ${PYPKGPREFIX}-curl>=7.18.2:../../www/py-curl
14 14
15REPLACE_PYTHON+= setup.py 15REPLACE_PYTHON+= setup.py
16REPLACE_PYTHON+= tornado/*.py 16REPLACE_PYTHON+= tornado/*.py

cvs diff -r1.13 -r1.14 pkgsrc/www/py-tornado/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-tornado/PLIST 2017/04/05 18:23:26 1.13
+++ pkgsrc/www/py-tornado/PLIST 2017/05/04 09:50:21 1.14
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.13 2017/04/05 18:23:26 adam Exp $ 1@comment $NetBSD: PLIST,v 1.14 2017/05/04 09:50:21 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PLIST.requires}${PYSITELIB}/${EGG_INFODIR}/requires.txt 5${PLIST.requires}${PYSITELIB}/${EGG_INFODIR}/requires.txt
6${PYSITELIB}/${EGG_INFODIR}/top_level.txt 6${PYSITELIB}/${EGG_INFODIR}/top_level.txt
7${PYSITELIB}/tornado/__init__.py 7${PYSITELIB}/tornado/__init__.py
8${PYSITELIB}/tornado/__init__.pyc 8${PYSITELIB}/tornado/__init__.pyc
9${PYSITELIB}/tornado/__init__.pyo 9${PYSITELIB}/tornado/__init__.pyo
10${PYSITELIB}/tornado/_locale_data.py 10${PYSITELIB}/tornado/_locale_data.py
11${PYSITELIB}/tornado/_locale_data.pyc 11${PYSITELIB}/tornado/_locale_data.pyc
12${PYSITELIB}/tornado/_locale_data.pyo 12${PYSITELIB}/tornado/_locale_data.pyo
13${PYSITELIB}/tornado/auth.py 13${PYSITELIB}/tornado/auth.py
14${PYSITELIB}/tornado/auth.pyc 14${PYSITELIB}/tornado/auth.pyc
@@ -93,26 +93,29 @@ ${PYSITELIB}/tornado/platform/select.pyc @@ -93,26 +93,29 @@ ${PYSITELIB}/tornado/platform/select.pyc
93${PYSITELIB}/tornado/platform/select.pyo 93${PYSITELIB}/tornado/platform/select.pyo
94${PYSITELIB}/tornado/platform/twisted.py 94${PYSITELIB}/tornado/platform/twisted.py
95${PYSITELIB}/tornado/platform/twisted.pyc 95${PYSITELIB}/tornado/platform/twisted.pyc
96${PYSITELIB}/tornado/platform/twisted.pyo 96${PYSITELIB}/tornado/platform/twisted.pyo
97${PYSITELIB}/tornado/platform/windows.py 97${PYSITELIB}/tornado/platform/windows.py
98${PYSITELIB}/tornado/platform/windows.pyc 98${PYSITELIB}/tornado/platform/windows.pyc
99${PYSITELIB}/tornado/platform/windows.pyo 99${PYSITELIB}/tornado/platform/windows.pyo
100${PYSITELIB}/tornado/process.py 100${PYSITELIB}/tornado/process.py
101${PYSITELIB}/tornado/process.pyc 101${PYSITELIB}/tornado/process.pyc
102${PYSITELIB}/tornado/process.pyo 102${PYSITELIB}/tornado/process.pyo
103${PYSITELIB}/tornado/queues.py 103${PYSITELIB}/tornado/queues.py
104${PYSITELIB}/tornado/queues.pyc 104${PYSITELIB}/tornado/queues.pyc
105${PYSITELIB}/tornado/queues.pyo 105${PYSITELIB}/tornado/queues.pyo
 106${PYSITELIB}/tornado/routing.py
 107${PYSITELIB}/tornado/routing.pyc
 108${PYSITELIB}/tornado/routing.pyo
106${PYSITELIB}/tornado/simple_httpclient.py 109${PYSITELIB}/tornado/simple_httpclient.py
107${PYSITELIB}/tornado/simple_httpclient.pyc 110${PYSITELIB}/tornado/simple_httpclient.pyc
108${PYSITELIB}/tornado/simple_httpclient.pyo 111${PYSITELIB}/tornado/simple_httpclient.pyo
109${PYSITELIB}/tornado/speedups.so 112${PYSITELIB}/tornado/speedups.so
110${PYSITELIB}/tornado/stack_context.py 113${PYSITELIB}/tornado/stack_context.py
111${PYSITELIB}/tornado/stack_context.pyc 114${PYSITELIB}/tornado/stack_context.pyc
112${PYSITELIB}/tornado/stack_context.pyo 115${PYSITELIB}/tornado/stack_context.pyo
113${PYSITELIB}/tornado/tcpclient.py 116${PYSITELIB}/tornado/tcpclient.py
114${PYSITELIB}/tornado/tcpclient.pyc 117${PYSITELIB}/tornado/tcpclient.pyc
115${PYSITELIB}/tornado/tcpclient.pyo 118${PYSITELIB}/tornado/tcpclient.pyo
116${PYSITELIB}/tornado/tcpserver.py 119${PYSITELIB}/tornado/tcpserver.py
117${PYSITELIB}/tornado/tcpserver.pyc 120${PYSITELIB}/tornado/tcpserver.pyc
118${PYSITELIB}/tornado/tcpserver.pyo 121${PYSITELIB}/tornado/tcpserver.pyo
@@ -182,26 +185,29 @@ ${PYSITELIB}/tornado/test/netutil_test.p @@ -182,26 +185,29 @@ ${PYSITELIB}/tornado/test/netutil_test.p
182${PYSITELIB}/tornado/test/options_test.cfg 185${PYSITELIB}/tornado/test/options_test.cfg
183${PYSITELIB}/tornado/test/options_test.py 186${PYSITELIB}/tornado/test/options_test.py
184${PYSITELIB}/tornado/test/options_test.pyc 187${PYSITELIB}/tornado/test/options_test.pyc
185${PYSITELIB}/tornado/test/options_test.pyo 188${PYSITELIB}/tornado/test/options_test.pyo
186${PYSITELIB}/tornado/test/process_test.py 189${PYSITELIB}/tornado/test/process_test.py
187${PYSITELIB}/tornado/test/process_test.pyc 190${PYSITELIB}/tornado/test/process_test.pyc
188${PYSITELIB}/tornado/test/process_test.pyo 191${PYSITELIB}/tornado/test/process_test.pyo
189${PYSITELIB}/tornado/test/queues_test.py 192${PYSITELIB}/tornado/test/queues_test.py
190${PYSITELIB}/tornado/test/queues_test.pyc 193${PYSITELIB}/tornado/test/queues_test.pyc
191${PYSITELIB}/tornado/test/queues_test.pyo 194${PYSITELIB}/tornado/test/queues_test.pyo
192${PYSITELIB}/tornado/test/resolve_test_helper.py 195${PYSITELIB}/tornado/test/resolve_test_helper.py
193${PYSITELIB}/tornado/test/resolve_test_helper.pyc 196${PYSITELIB}/tornado/test/resolve_test_helper.pyc
194${PYSITELIB}/tornado/test/resolve_test_helper.pyo 197${PYSITELIB}/tornado/test/resolve_test_helper.pyo
 198${PYSITELIB}/tornado/test/routing_test.py
 199${PYSITELIB}/tornado/test/routing_test.pyc
 200${PYSITELIB}/tornado/test/routing_test.pyo
195${PYSITELIB}/tornado/test/runtests.py 201${PYSITELIB}/tornado/test/runtests.py
196${PYSITELIB}/tornado/test/runtests.pyc 202${PYSITELIB}/tornado/test/runtests.pyc
197${PYSITELIB}/tornado/test/runtests.pyo 203${PYSITELIB}/tornado/test/runtests.pyo
198${PYSITELIB}/tornado/test/simple_httpclient_test.py 204${PYSITELIB}/tornado/test/simple_httpclient_test.py
199${PYSITELIB}/tornado/test/simple_httpclient_test.pyc 205${PYSITELIB}/tornado/test/simple_httpclient_test.pyc
200${PYSITELIB}/tornado/test/simple_httpclient_test.pyo 206${PYSITELIB}/tornado/test/simple_httpclient_test.pyo
201${PYSITELIB}/tornado/test/stack_context_test.py 207${PYSITELIB}/tornado/test/stack_context_test.py
202${PYSITELIB}/tornado/test/stack_context_test.pyc 208${PYSITELIB}/tornado/test/stack_context_test.pyc
203${PYSITELIB}/tornado/test/stack_context_test.pyo 209${PYSITELIB}/tornado/test/stack_context_test.pyo
204${PYSITELIB}/tornado/test/static/dir/index.html 210${PYSITELIB}/tornado/test/static/dir/index.html
205${PYSITELIB}/tornado/test/static/robots.txt 211${PYSITELIB}/tornado/test/static/robots.txt
206${PYSITELIB}/tornado/test/static/sample.xml 212${PYSITELIB}/tornado/test/static/sample.xml
207${PYSITELIB}/tornado/test/static/sample.xml.bz2 213${PYSITELIB}/tornado/test/static/sample.xml.bz2

cvs diff -r1.14 -r1.15 pkgsrc/www/py-tornado/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-tornado/distinfo 2017/04/05 18:23:26 1.14
+++ pkgsrc/www/py-tornado/distinfo 2017/05/04 09:50:21 1.15
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.14 2017/04/05 18:23:26 adam Exp $ 1$NetBSD: distinfo,v 1.15 2017/05/04 09:50:21 adam Exp $
2 2
3SHA1 (tornado-4.4.3.tar.gz) = 5f2441f8277fb522b2e06919c064dd808ee0608e 3SHA1 (tornado-4.5.1.tar.gz) = 1c5d43e86aeb901cc53e4e50db50eae841c52cf2
4RMD160 (tornado-4.4.3.tar.gz) = 0f093dbeb5b7bd72e60db5e10b1414aabf827941 4RMD160 (tornado-4.5.1.tar.gz) = 592ece258cd5758419a77b3c0149b7987a4db9af
5SHA512 (tornado-4.4.3.tar.gz) = bcb20ff1b277d47ccd6efe4fd64de6949699fd50bdcb29439a9ddcc3aaa51abfaa0dd1b28710da99cabe8677c623bc23a4b637cf754ee5b6ae864708ce02ee19 5SHA512 (tornado-4.5.1.tar.gz) = b31b3572bf58df8b758694c32b2233c547d6600b0c27f56cff3521abaad38a1646a528d2c2dfcf13214159bf5ba0f59470ba3d538edf16dc014a8b03f0d3bb87
6Size (tornado-4.4.3.tar.gz) = 463471 bytes 6Size (tornado-4.5.1.tar.gz) = 483225 bytes