Sun Sep 14 17:58:25 2014 UTC ()
Update to 4.0.2:

Bug fixes
~~~~~~~~~

* Fixed a bug that could sometimes cause a timeout to fire after being
  cancelled.
* `.AsyncTestCase` once again passes along arguments to test methods,
  making it compatible with extensions such as Nose's test generators.
* `.StaticFileHandler` can again compress its responses when gzip is enabled.
* ``simple_httpclient`` passes its ``max_buffer_size`` argument to the
  underlying stream.
* Fixed a reference cycle that can lead to increased memory consumption.
* `.add_accept_handler` will now limit the number of times it will call
  `~socket.socket.accept` per `.IOLoop` iteration, addressing a potential
  starvation issue.
* Improved error handling in `.IOStream.connect` (primarily for FreeBSD
  systems)


(wiz)
diff -r1.8 -r1.9 pkgsrc/www/py-tornado/Makefile
diff -r1.7 -r1.8 pkgsrc/www/py-tornado/distinfo

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

--- pkgsrc/www/py-tornado/Makefile 2014/08/17 17:41:53 1.8
+++ pkgsrc/www/py-tornado/Makefile 2014/09/14 17:58:25 1.9
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2014/08/17 17:41:53 wiz Exp $ 1# $NetBSD: Makefile,v 1.9 2014/09/14 17:58:25 wiz Exp $
2 2
3DISTNAME= tornado-4.0.1 3DISTNAME= tornado-4.0.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www 5CATEGORIES= www
6MASTER_SITES= http://pypi.python.org/packages/source/t/tornado/ 6MASTER_SITES= http://pypi.python.org/packages/source/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.7 -r1.8 pkgsrc/www/py-tornado/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-tornado/distinfo 2014/08/17 17:41:53 1.7
+++ pkgsrc/www/py-tornado/distinfo 2014/09/14 17:58:25 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2014/08/17 17:41:53 wiz Exp $ 1$NetBSD: distinfo,v 1.8 2014/09/14 17:58:25 wiz Exp $
2 2
3SHA1 (tornado-4.0.1.tar.gz) = 3d6c7edee0d7b628f8adaa25dbe3e5120cb34a85 3SHA1 (tornado-4.0.2.tar.gz) = 6152ea61b4cdf9566f3974f30603ff51b527dd87
4RMD160 (tornado-4.0.1.tar.gz) = 9fdd3a5a73fc03191990cba84cbd7f61ea249430 4RMD160 (tornado-4.0.2.tar.gz) = 57eb05b2fd8c4bedefbff4417e7cf2f0b418c8b3
5Size (tornado-4.0.1.tar.gz) = 314852 bytes 5Size (tornado-4.0.2.tar.gz) = 315841 bytes