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 (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,38 +1,38 @@ @@ -1,38 +1,38 @@
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
17REPLACE_PYTHON+= tornado/platform/*.py 17REPLACE_PYTHON+= tornado/platform/*.py
18REPLACE_PYTHON+= tornado/test/*.py 18REPLACE_PYTHON+= tornado/test/*.py
19 19
20do-test: 20do-test:
21 ${RUN}cd ${WRKSRC}; ${PYTHONBIN} -m tornado.test.runtests 21 ${RUN}cd ${WRKSRC}; ${PYTHONBIN} -m tornado.test.runtests
22 22
23.include "../../lang/python/pyversion.mk" 23.include "../../lang/python/pyversion.mk"
24 24
25PLIST_VARS+= requires 25PLIST_VARS+= requires
26.if "${PYPKGPREFIX}" == "py27" 26.if "${PYPKGPREFIX}" == "py27"
27DEPENDS+= ${PYPKGPREFIX}-backports.ssl_match_hostname-[0-9]*:../../security/py-backports.ssl_match_hostname 27DEPENDS+= ${PYPKGPREFIX}-backports.ssl_match_hostname-[0-9]*:../../security/py-backports.ssl_match_hostname
28DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi 28DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
29DEPENDS+= ${PYPKGPREFIX}-singledispatch>0:../../devel/py-singledispatch 29DEPENDS+= ${PYPKGPREFIX}-singledispatch>0:../../devel/py-singledispatch
30.endif 30.endif
31.if "${PYPKGPREFIX}" != "py35" && "${PYPKGPREFIX}" != "py36" 31.if "${PYPKGPREFIX}" != "py35" && "${PYPKGPREFIX}" != "py36"
32DEPENDS+= ${PYPKGPREFIX}-backports_abc>=0.4:../../devel/py-backports_abc 32DEPENDS+= ${PYPKGPREFIX}-backports_abc>=0.4:../../devel/py-backports_abc
33PLIST.requires= yes 33PLIST.requires= yes
34.endif 34.endif
35 35
36.include "../../lang/python/application.mk" 36.include "../../lang/python/application.mk"
37.include "../../lang/python/egg.mk" 37.include "../../lang/python/egg.mk"
38.include "../../mk/bsd.pkg.mk" 38.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/www/py-tornado/PLIST (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,260 +1,266 @@ @@ -1,260 +1,266 @@
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
15${PYSITELIB}/tornado/auth.pyo 15${PYSITELIB}/tornado/auth.pyo
16${PYSITELIB}/tornado/autoreload.py 16${PYSITELIB}/tornado/autoreload.py
17${PYSITELIB}/tornado/autoreload.pyc 17${PYSITELIB}/tornado/autoreload.pyc
18${PYSITELIB}/tornado/autoreload.pyo 18${PYSITELIB}/tornado/autoreload.pyo
19${PYSITELIB}/tornado/concurrent.py 19${PYSITELIB}/tornado/concurrent.py
20${PYSITELIB}/tornado/concurrent.pyc 20${PYSITELIB}/tornado/concurrent.pyc
21${PYSITELIB}/tornado/concurrent.pyo 21${PYSITELIB}/tornado/concurrent.pyo
22${PYSITELIB}/tornado/curl_httpclient.py 22${PYSITELIB}/tornado/curl_httpclient.py
23${PYSITELIB}/tornado/curl_httpclient.pyc 23${PYSITELIB}/tornado/curl_httpclient.pyc
24${PYSITELIB}/tornado/curl_httpclient.pyo 24${PYSITELIB}/tornado/curl_httpclient.pyo
25${PYSITELIB}/tornado/escape.py 25${PYSITELIB}/tornado/escape.py
26${PYSITELIB}/tornado/escape.pyc 26${PYSITELIB}/tornado/escape.pyc
27${PYSITELIB}/tornado/escape.pyo 27${PYSITELIB}/tornado/escape.pyo
28${PYSITELIB}/tornado/gen.py 28${PYSITELIB}/tornado/gen.py
29${PYSITELIB}/tornado/gen.pyc 29${PYSITELIB}/tornado/gen.pyc
30${PYSITELIB}/tornado/gen.pyo 30${PYSITELIB}/tornado/gen.pyo
31${PYSITELIB}/tornado/http1connection.py 31${PYSITELIB}/tornado/http1connection.py
32${PYSITELIB}/tornado/http1connection.pyc 32${PYSITELIB}/tornado/http1connection.pyc
33${PYSITELIB}/tornado/http1connection.pyo 33${PYSITELIB}/tornado/http1connection.pyo
34${PYSITELIB}/tornado/httpclient.py 34${PYSITELIB}/tornado/httpclient.py
35${PYSITELIB}/tornado/httpclient.pyc 35${PYSITELIB}/tornado/httpclient.pyc
36${PYSITELIB}/tornado/httpclient.pyo 36${PYSITELIB}/tornado/httpclient.pyo
37${PYSITELIB}/tornado/httpserver.py 37${PYSITELIB}/tornado/httpserver.py
38${PYSITELIB}/tornado/httpserver.pyc 38${PYSITELIB}/tornado/httpserver.pyc
39${PYSITELIB}/tornado/httpserver.pyo 39${PYSITELIB}/tornado/httpserver.pyo
40${PYSITELIB}/tornado/httputil.py 40${PYSITELIB}/tornado/httputil.py
41${PYSITELIB}/tornado/httputil.pyc 41${PYSITELIB}/tornado/httputil.pyc
42${PYSITELIB}/tornado/httputil.pyo 42${PYSITELIB}/tornado/httputil.pyo
43${PYSITELIB}/tornado/ioloop.py 43${PYSITELIB}/tornado/ioloop.py
44${PYSITELIB}/tornado/ioloop.pyc 44${PYSITELIB}/tornado/ioloop.pyc
45${PYSITELIB}/tornado/ioloop.pyo 45${PYSITELIB}/tornado/ioloop.pyo
46${PYSITELIB}/tornado/iostream.py 46${PYSITELIB}/tornado/iostream.py
47${PYSITELIB}/tornado/iostream.pyc 47${PYSITELIB}/tornado/iostream.pyc
48${PYSITELIB}/tornado/iostream.pyo 48${PYSITELIB}/tornado/iostream.pyo
49${PYSITELIB}/tornado/locale.py 49${PYSITELIB}/tornado/locale.py
50${PYSITELIB}/tornado/locale.pyc 50${PYSITELIB}/tornado/locale.pyc
51${PYSITELIB}/tornado/locale.pyo 51${PYSITELIB}/tornado/locale.pyo
52${PYSITELIB}/tornado/locks.py 52${PYSITELIB}/tornado/locks.py
53${PYSITELIB}/tornado/locks.pyc 53${PYSITELIB}/tornado/locks.pyc
54${PYSITELIB}/tornado/locks.pyo 54${PYSITELIB}/tornado/locks.pyo
55${PYSITELIB}/tornado/log.py 55${PYSITELIB}/tornado/log.py
56${PYSITELIB}/tornado/log.pyc 56${PYSITELIB}/tornado/log.pyc
57${PYSITELIB}/tornado/log.pyo 57${PYSITELIB}/tornado/log.pyo
58${PYSITELIB}/tornado/netutil.py 58${PYSITELIB}/tornado/netutil.py
59${PYSITELIB}/tornado/netutil.pyc 59${PYSITELIB}/tornado/netutil.pyc
60${PYSITELIB}/tornado/netutil.pyo 60${PYSITELIB}/tornado/netutil.pyo
61${PYSITELIB}/tornado/options.py 61${PYSITELIB}/tornado/options.py
62${PYSITELIB}/tornado/options.pyc 62${PYSITELIB}/tornado/options.pyc
63${PYSITELIB}/tornado/options.pyo 63${PYSITELIB}/tornado/options.pyo
64${PYSITELIB}/tornado/platform/__init__.py 64${PYSITELIB}/tornado/platform/__init__.py
65${PYSITELIB}/tornado/platform/__init__.pyc 65${PYSITELIB}/tornado/platform/__init__.pyc
66${PYSITELIB}/tornado/platform/__init__.pyo 66${PYSITELIB}/tornado/platform/__init__.pyo
67${PYSITELIB}/tornado/platform/asyncio.py 67${PYSITELIB}/tornado/platform/asyncio.py
68${PYSITELIB}/tornado/platform/asyncio.pyc 68${PYSITELIB}/tornado/platform/asyncio.pyc
69${PYSITELIB}/tornado/platform/asyncio.pyo 69${PYSITELIB}/tornado/platform/asyncio.pyo
70${PYSITELIB}/tornado/platform/auto.py 70${PYSITELIB}/tornado/platform/auto.py
71${PYSITELIB}/tornado/platform/auto.pyc 71${PYSITELIB}/tornado/platform/auto.pyc
72${PYSITELIB}/tornado/platform/auto.pyo 72${PYSITELIB}/tornado/platform/auto.pyo
73${PYSITELIB}/tornado/platform/caresresolver.py 73${PYSITELIB}/tornado/platform/caresresolver.py
74${PYSITELIB}/tornado/platform/caresresolver.pyc 74${PYSITELIB}/tornado/platform/caresresolver.pyc
75${PYSITELIB}/tornado/platform/caresresolver.pyo 75${PYSITELIB}/tornado/platform/caresresolver.pyo
76${PYSITELIB}/tornado/platform/common.py 76${PYSITELIB}/tornado/platform/common.py
77${PYSITELIB}/tornado/platform/common.pyc 77${PYSITELIB}/tornado/platform/common.pyc
78${PYSITELIB}/tornado/platform/common.pyo 78${PYSITELIB}/tornado/platform/common.pyo
79${PYSITELIB}/tornado/platform/epoll.py 79${PYSITELIB}/tornado/platform/epoll.py
80${PYSITELIB}/tornado/platform/epoll.pyc 80${PYSITELIB}/tornado/platform/epoll.pyc
81${PYSITELIB}/tornado/platform/epoll.pyo 81${PYSITELIB}/tornado/platform/epoll.pyo
82${PYSITELIB}/tornado/platform/interface.py 82${PYSITELIB}/tornado/platform/interface.py
83${PYSITELIB}/tornado/platform/interface.pyc 83${PYSITELIB}/tornado/platform/interface.pyc
84${PYSITELIB}/tornado/platform/interface.pyo 84${PYSITELIB}/tornado/platform/interface.pyo
85${PYSITELIB}/tornado/platform/kqueue.py 85${PYSITELIB}/tornado/platform/kqueue.py
86${PYSITELIB}/tornado/platform/kqueue.pyc 86${PYSITELIB}/tornado/platform/kqueue.pyc
87${PYSITELIB}/tornado/platform/kqueue.pyo 87${PYSITELIB}/tornado/platform/kqueue.pyo
88${PYSITELIB}/tornado/platform/posix.py 88${PYSITELIB}/tornado/platform/posix.py
89${PYSITELIB}/tornado/platform/posix.pyc 89${PYSITELIB}/tornado/platform/posix.pyc
90${PYSITELIB}/tornado/platform/posix.pyo 90${PYSITELIB}/tornado/platform/posix.pyo
91${PYSITELIB}/tornado/platform/select.py 91${PYSITELIB}/tornado/platform/select.py
92${PYSITELIB}/tornado/platform/select.pyc 92${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
119${PYSITELIB}/tornado/template.py 122${PYSITELIB}/tornado/template.py
120${PYSITELIB}/tornado/template.pyc 123${PYSITELIB}/tornado/template.pyc
121${PYSITELIB}/tornado/template.pyo 124${PYSITELIB}/tornado/template.pyo
122${PYSITELIB}/tornado/test/__init__.py 125${PYSITELIB}/tornado/test/__init__.py
123${PYSITELIB}/tornado/test/__init__.pyc 126${PYSITELIB}/tornado/test/__init__.pyc
124${PYSITELIB}/tornado/test/__init__.pyo 127${PYSITELIB}/tornado/test/__init__.pyo
125${PYSITELIB}/tornado/test/__main__.py 128${PYSITELIB}/tornado/test/__main__.py
126${PYSITELIB}/tornado/test/__main__.pyc 129${PYSITELIB}/tornado/test/__main__.pyc
127${PYSITELIB}/tornado/test/__main__.pyo 130${PYSITELIB}/tornado/test/__main__.pyo
128${PYSITELIB}/tornado/test/asyncio_test.py 131${PYSITELIB}/tornado/test/asyncio_test.py
129${PYSITELIB}/tornado/test/asyncio_test.pyc 132${PYSITELIB}/tornado/test/asyncio_test.pyc
130${PYSITELIB}/tornado/test/asyncio_test.pyo 133${PYSITELIB}/tornado/test/asyncio_test.pyo
131${PYSITELIB}/tornado/test/auth_test.py 134${PYSITELIB}/tornado/test/auth_test.py
132${PYSITELIB}/tornado/test/auth_test.pyc 135${PYSITELIB}/tornado/test/auth_test.pyc
133${PYSITELIB}/tornado/test/auth_test.pyo 136${PYSITELIB}/tornado/test/auth_test.pyo
134${PYSITELIB}/tornado/test/concurrent_test.py 137${PYSITELIB}/tornado/test/concurrent_test.py
135${PYSITELIB}/tornado/test/concurrent_test.pyc 138${PYSITELIB}/tornado/test/concurrent_test.pyc
136${PYSITELIB}/tornado/test/concurrent_test.pyo 139${PYSITELIB}/tornado/test/concurrent_test.pyo
137${PYSITELIB}/tornado/test/csv_translations/fr_FR.csv 140${PYSITELIB}/tornado/test/csv_translations/fr_FR.csv
138${PYSITELIB}/tornado/test/curl_httpclient_test.py 141${PYSITELIB}/tornado/test/curl_httpclient_test.py
139${PYSITELIB}/tornado/test/curl_httpclient_test.pyc 142${PYSITELIB}/tornado/test/curl_httpclient_test.pyc
140${PYSITELIB}/tornado/test/curl_httpclient_test.pyo 143${PYSITELIB}/tornado/test/curl_httpclient_test.pyo
141${PYSITELIB}/tornado/test/escape_test.py 144${PYSITELIB}/tornado/test/escape_test.py
142${PYSITELIB}/tornado/test/escape_test.pyc 145${PYSITELIB}/tornado/test/escape_test.pyc
143${PYSITELIB}/tornado/test/escape_test.pyo 146${PYSITELIB}/tornado/test/escape_test.pyo
144${PYSITELIB}/tornado/test/gen_test.py 147${PYSITELIB}/tornado/test/gen_test.py
145${PYSITELIB}/tornado/test/gen_test.pyc 148${PYSITELIB}/tornado/test/gen_test.pyc
146${PYSITELIB}/tornado/test/gen_test.pyo 149${PYSITELIB}/tornado/test/gen_test.pyo
147${PYSITELIB}/tornado/test/gettext_translations/fr_FR/LC_MESSAGES/tornado_test.mo 150${PYSITELIB}/tornado/test/gettext_translations/fr_FR/LC_MESSAGES/tornado_test.mo
148${PYSITELIB}/tornado/test/gettext_translations/fr_FR/LC_MESSAGES/tornado_test.po 151${PYSITELIB}/tornado/test/gettext_translations/fr_FR/LC_MESSAGES/tornado_test.po
149${PYSITELIB}/tornado/test/http1connection_test.py 152${PYSITELIB}/tornado/test/http1connection_test.py
150${PYSITELIB}/tornado/test/http1connection_test.pyc 153${PYSITELIB}/tornado/test/http1connection_test.pyc
151${PYSITELIB}/tornado/test/http1connection_test.pyo 154${PYSITELIB}/tornado/test/http1connection_test.pyo
152${PYSITELIB}/tornado/test/httpclient_test.py 155${PYSITELIB}/tornado/test/httpclient_test.py
153${PYSITELIB}/tornado/test/httpclient_test.pyc 156${PYSITELIB}/tornado/test/httpclient_test.pyc
154${PYSITELIB}/tornado/test/httpclient_test.pyo 157${PYSITELIB}/tornado/test/httpclient_test.pyo
155${PYSITELIB}/tornado/test/httpserver_test.py 158${PYSITELIB}/tornado/test/httpserver_test.py
156${PYSITELIB}/tornado/test/httpserver_test.pyc 159${PYSITELIB}/tornado/test/httpserver_test.pyc
157${PYSITELIB}/tornado/test/httpserver_test.pyo 160${PYSITELIB}/tornado/test/httpserver_test.pyo
158${PYSITELIB}/tornado/test/httputil_test.py 161${PYSITELIB}/tornado/test/httputil_test.py
159${PYSITELIB}/tornado/test/httputil_test.pyc 162${PYSITELIB}/tornado/test/httputil_test.pyc
160${PYSITELIB}/tornado/test/httputil_test.pyo 163${PYSITELIB}/tornado/test/httputil_test.pyo
161${PYSITELIB}/tornado/test/import_test.py 164${PYSITELIB}/tornado/test/import_test.py
162${PYSITELIB}/tornado/test/import_test.pyc 165${PYSITELIB}/tornado/test/import_test.pyc
163${PYSITELIB}/tornado/test/import_test.pyo 166${PYSITELIB}/tornado/test/import_test.pyo
164${PYSITELIB}/tornado/test/ioloop_test.py 167${PYSITELIB}/tornado/test/ioloop_test.py
165${PYSITELIB}/tornado/test/ioloop_test.pyc 168${PYSITELIB}/tornado/test/ioloop_test.pyc
166${PYSITELIB}/tornado/test/ioloop_test.pyo 169${PYSITELIB}/tornado/test/ioloop_test.pyo
167${PYSITELIB}/tornado/test/iostream_test.py 170${PYSITELIB}/tornado/test/iostream_test.py
168${PYSITELIB}/tornado/test/iostream_test.pyc 171${PYSITELIB}/tornado/test/iostream_test.pyc
169${PYSITELIB}/tornado/test/iostream_test.pyo 172${PYSITELIB}/tornado/test/iostream_test.pyo
170${PYSITELIB}/tornado/test/locale_test.py 173${PYSITELIB}/tornado/test/locale_test.py
171${PYSITELIB}/tornado/test/locale_test.pyc 174${PYSITELIB}/tornado/test/locale_test.pyc
172${PYSITELIB}/tornado/test/locale_test.pyo 175${PYSITELIB}/tornado/test/locale_test.pyo
173${PYSITELIB}/tornado/test/locks_test.py 176${PYSITELIB}/tornado/test/locks_test.py
174${PYSITELIB}/tornado/test/locks_test.pyc 177${PYSITELIB}/tornado/test/locks_test.pyc
175${PYSITELIB}/tornado/test/locks_test.pyo 178${PYSITELIB}/tornado/test/locks_test.pyo
176${PYSITELIB}/tornado/test/log_test.py 179${PYSITELIB}/tornado/test/log_test.py
177${PYSITELIB}/tornado/test/log_test.pyc 180${PYSITELIB}/tornado/test/log_test.pyc
178${PYSITELIB}/tornado/test/log_test.pyo 181${PYSITELIB}/tornado/test/log_test.pyo
179${PYSITELIB}/tornado/test/netutil_test.py 182${PYSITELIB}/tornado/test/netutil_test.py
180${PYSITELIB}/tornado/test/netutil_test.pyc 183${PYSITELIB}/tornado/test/netutil_test.pyc
181${PYSITELIB}/tornado/test/netutil_test.pyo 184${PYSITELIB}/tornado/test/netutil_test.pyo
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
208${PYSITELIB}/tornado/test/static/sample.xml.gz 214${PYSITELIB}/tornado/test/static/sample.xml.gz
209${PYSITELIB}/tornado/test/static_foo.txt 215${PYSITELIB}/tornado/test/static_foo.txt
210${PYSITELIB}/tornado/test/tcpclient_test.py 216${PYSITELIB}/tornado/test/tcpclient_test.py
211${PYSITELIB}/tornado/test/tcpclient_test.pyc 217${PYSITELIB}/tornado/test/tcpclient_test.pyc
212${PYSITELIB}/tornado/test/tcpclient_test.pyo 218${PYSITELIB}/tornado/test/tcpclient_test.pyo
213${PYSITELIB}/tornado/test/tcpserver_test.py 219${PYSITELIB}/tornado/test/tcpserver_test.py
214${PYSITELIB}/tornado/test/tcpserver_test.pyc 220${PYSITELIB}/tornado/test/tcpserver_test.pyc
215${PYSITELIB}/tornado/test/tcpserver_test.pyo 221${PYSITELIB}/tornado/test/tcpserver_test.pyo
216${PYSITELIB}/tornado/test/template_test.py 222${PYSITELIB}/tornado/test/template_test.py
217${PYSITELIB}/tornado/test/template_test.pyc 223${PYSITELIB}/tornado/test/template_test.pyc
218${PYSITELIB}/tornado/test/template_test.pyo 224${PYSITELIB}/tornado/test/template_test.pyo
219${PYSITELIB}/tornado/test/templates/utf8.html 225${PYSITELIB}/tornado/test/templates/utf8.html
220${PYSITELIB}/tornado/test/test.crt 226${PYSITELIB}/tornado/test/test.crt
221${PYSITELIB}/tornado/test/test.key 227${PYSITELIB}/tornado/test/test.key
222${PYSITELIB}/tornado/test/testing_test.py 228${PYSITELIB}/tornado/test/testing_test.py
223${PYSITELIB}/tornado/test/testing_test.pyc 229${PYSITELIB}/tornado/test/testing_test.pyc
224${PYSITELIB}/tornado/test/testing_test.pyo 230${PYSITELIB}/tornado/test/testing_test.pyo
225${PYSITELIB}/tornado/test/twisted_test.py 231${PYSITELIB}/tornado/test/twisted_test.py
226${PYSITELIB}/tornado/test/twisted_test.pyc 232${PYSITELIB}/tornado/test/twisted_test.pyc
227${PYSITELIB}/tornado/test/twisted_test.pyo 233${PYSITELIB}/tornado/test/twisted_test.pyo
228${PYSITELIB}/tornado/test/util.py 234${PYSITELIB}/tornado/test/util.py
229${PYSITELIB}/tornado/test/util.pyc 235${PYSITELIB}/tornado/test/util.pyc
230${PYSITELIB}/tornado/test/util.pyo 236${PYSITELIB}/tornado/test/util.pyo
231${PYSITELIB}/tornado/test/util_test.py 237${PYSITELIB}/tornado/test/util_test.py
232${PYSITELIB}/tornado/test/util_test.pyc 238${PYSITELIB}/tornado/test/util_test.pyc
233${PYSITELIB}/tornado/test/util_test.pyo 239${PYSITELIB}/tornado/test/util_test.pyo
234${PYSITELIB}/tornado/test/web_test.py 240${PYSITELIB}/tornado/test/web_test.py
235${PYSITELIB}/tornado/test/web_test.pyc 241${PYSITELIB}/tornado/test/web_test.pyc
236${PYSITELIB}/tornado/test/web_test.pyo 242${PYSITELIB}/tornado/test/web_test.pyo
237${PYSITELIB}/tornado/test/websocket_test.py 243${PYSITELIB}/tornado/test/websocket_test.py
238${PYSITELIB}/tornado/test/websocket_test.pyc 244${PYSITELIB}/tornado/test/websocket_test.pyc
239${PYSITELIB}/tornado/test/websocket_test.pyo 245${PYSITELIB}/tornado/test/websocket_test.pyo
240${PYSITELIB}/tornado/test/windows_test.py 246${PYSITELIB}/tornado/test/windows_test.py
241${PYSITELIB}/tornado/test/windows_test.pyc 247${PYSITELIB}/tornado/test/windows_test.pyc
242${PYSITELIB}/tornado/test/windows_test.pyo 248${PYSITELIB}/tornado/test/windows_test.pyo
243${PYSITELIB}/tornado/test/wsgi_test.py 249${PYSITELIB}/tornado/test/wsgi_test.py
244${PYSITELIB}/tornado/test/wsgi_test.pyc 250${PYSITELIB}/tornado/test/wsgi_test.pyc
245${PYSITELIB}/tornado/test/wsgi_test.pyo 251${PYSITELIB}/tornado/test/wsgi_test.pyo
246${PYSITELIB}/tornado/testing.py 252${PYSITELIB}/tornado/testing.py
247${PYSITELIB}/tornado/testing.pyc 253${PYSITELIB}/tornado/testing.pyc
248${PYSITELIB}/tornado/testing.pyo 254${PYSITELIB}/tornado/testing.pyo
249${PYSITELIB}/tornado/util.py 255${PYSITELIB}/tornado/util.py
250${PYSITELIB}/tornado/util.pyc 256${PYSITELIB}/tornado/util.pyc
251${PYSITELIB}/tornado/util.pyo 257${PYSITELIB}/tornado/util.pyo
252${PYSITELIB}/tornado/web.py 258${PYSITELIB}/tornado/web.py
253${PYSITELIB}/tornado/web.pyc 259${PYSITELIB}/tornado/web.pyc
254${PYSITELIB}/tornado/web.pyo 260${PYSITELIB}/tornado/web.pyo
255${PYSITELIB}/tornado/websocket.py 261${PYSITELIB}/tornado/websocket.py
256${PYSITELIB}/tornado/websocket.pyc 262${PYSITELIB}/tornado/websocket.pyc
257${PYSITELIB}/tornado/websocket.pyo 263${PYSITELIB}/tornado/websocket.pyo
258${PYSITELIB}/tornado/wsgi.py 264${PYSITELIB}/tornado/wsgi.py
259${PYSITELIB}/tornado/wsgi.pyc 265${PYSITELIB}/tornado/wsgi.pyc
260${PYSITELIB}/tornado/wsgi.pyo 266${PYSITELIB}/tornado/wsgi.pyo

cvs diff -r1.14 -r1.15 pkgsrc/www/py-tornado/distinfo (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